Commit a9ddfd06 authored by Tijmen de Mes's avatar Tijmen de Mes

Reorganized advanced preferences

parent fb66f104
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<property name="bottomMargin"> <property name="bottomMargin">
<number>3</number> <number>3</number>
</property> </property>
<item row="0" column="0"> <item row="1" column="0">
<widget class="QStackedWidget" name="pages"> <widget class="QStackedWidget" name="pages">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
...@@ -3123,115 +3123,74 @@ ...@@ -3123,115 +3123,74 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QGroupBox" name="advanced_group_box"> <widget class="QTabWidget" name="advanced_page_tab_widget">
<widget class="QPushButton" name="transfers_directory_browse_button"> <property name="currentIndex">
<property name="geometry"> <number>0</number>
<rect>
<x>789</x>
<y>260</y>
<width>85</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
<widget class="Line" name="line_14">
<property name="geometry">
<rect>
<x>18</x>
<y>365</y>
<width>856</width>
<height>16</height>
</rect>
</property> </property>
<property name="orientation"> <widget class="QWidget" name="sip_and_rtp_tab">
<enum>Qt::Horizontal</enum> <attribute name="title">
<string>SIP and RTP</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>10</number>
</property> </property>
</widget> <property name="topMargin">
<widget class="QLabel" name="transfers_directory_label"> <number>10</number>
<property name="geometry">
<rect>
<x>10</x>
<y>262</y>
<width>147</width>
<height>17</height>
</rect>
</property> </property>
<property name="text"> <property name="rightMargin">
<string>Save received files to:</string> <number>10</number>
</property> </property>
<property name="alignment"> <property name="bottomMargin">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <number>10</number>
</property> </property>
</widget> <item row="4" column="0">
<widget class="QLabel" name="tcp_port_label"> <widget class="QCheckBox" name="enable_udp_button">
<property name="geometry"> <property name="enabled">
<rect> <bool>true</bool>
<x>314</x>
<y>97</y>
<width>64</width>
<height>17</height>
</rect>
</property> </property>
<property name="sizePolicy"> <property name="font">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <font>
<horstretch>0</horstretch> <kerning>true</kerning>
<verstretch>0</verstretch> </font>
</sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>TCP port:</string> <string>Enable UDP</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="tls_port_label"> </item>
<property name="geometry"> <item row="1" column="0" colspan="5">
<rect> <widget class="Line" name="line_7">
<x>316</x> <property name="minimumSize">
<y>130</y> <size>
<width>62</width> <width>0</width>
<height>17</height> <height>10</height>
</rect> </size>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>TLS port:</string>
</property> </property>
<property name="alignment"> <property name="orientation">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="enable_udp_button"> </item>
<property name="geometry"> <item row="0" column="0">
<rect> <widget class="QLabel" name="transports_label">
<x>171</x> <property name="font">
<y>60</y> <font>
<width>110</width> <weight>75</weight>
<height>22</height> <bold>true</bold>
</rect> <kerning>true</kerning>
</font>
</property> </property>
<property name="text"> <property name="text">
<string>Enable UDP</string> <string>Transports</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item>
<item row="10" column="2">
<widget class="QSpinBox" name="media_ports_start"> <widget class="QSpinBox" name="media_ports_start">
<property name="geometry">
<rect>
<x>386</x>
<y>159</y>
<width>74</width>
<height>27</height>
</rect>
</property>
<property name="minimum"> <property name="minimum">
<number>10000</number> <number>10000</number>
</property> </property>
...@@ -3245,15 +3204,19 @@ ...@@ -3245,15 +3204,19 @@
<number>50000</number> <number>50000</number>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="udp_port_label"> </item>
<property name="geometry"> <item row="6" column="2">
<rect> <widget class="SIPPortEditor" name="tls_port">
<x>313</x> <property name="specialValueText">
<y>65</y> <string>Auto</string>
<width>67</width> </property>
<height>17</height> <property name="maximum">
</rect> <number>65535</number>
</property> </property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="udp_port_label">
<property name="text"> <property name="text">
<string>UDP port:</string> <string>UDP port:</string>
</property> </property>
...@@ -3261,47 +3224,61 @@ ...@@ -3261,47 +3224,61 @@
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="starting_at_label"> </item>
<property name="geometry"> <item row="4" column="4">
<rect> <spacer name="horizontalSpacer">
<x>303</x> <property name="orientation">
<y>162</y> <enum>Qt::Horizontal</enum>
<width>75</width> </property>
<height>17</height> <property name="sizeHint" stdset="0">
</rect> <size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="6" column="1">
<widget class="QLabel" name="tls_port_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>starting at:</string> <string>TLS port:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="LocationBar" name="tls_ca_file_editor"> </item>
<property name="geometry"> <item row="5" column="2">
<rect> <widget class="SIPPortEditor" name="tcp_port">
<x>171</x> <property name="specialValueText">
<y>390</y> <string>Auto</string>
<width>601</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>The cerfiticate authority used to validate TLS connections</string>
</property> </property>
<property name="readOnly"> <property name="maximum">
<bool>true</bool> <number>65535</number>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="sip_and_rtp_label"> </item>
<property name="geometry"> <item row="17" column="2">
<rect> <spacer name="verticalSpacer_2">
<x>18</x> <property name="orientation">
<y>0</y> <enum>Qt::Vertical</enum>
<width>86</width> </property>
<height>17</height> <property name="sizeHint" stdset="0">
</rect> <size>
<width>20</width>
<height>40</height>
</size>
</property> </property>
</spacer>
</item>
<item row="12" column="0">
<widget class="QLabel" name="label_2">
<property name="font"> <property name="font">
<font> <font>
<weight>75</weight> <weight>75</weight>
...@@ -3309,290 +3286,244 @@ ...@@ -3309,290 +3286,244 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>SIP and RTP</string> <string>Auto answer</string>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="enable_tls_button"> </item>
<property name="geometry"> <item row="16" column="1">
<rect> <widget class="QSpinBox" name="auto_answer_interval">
<x>171</x> <property name="value">
<y>126</y> <number>15</number>
<width>105</width>
<height>22</height>
</rect>
</property> </property>
</widget>
</item>
<item row="16" column="2">
<widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>Enable TLS</string> <string>seconds</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="tls_ca_file_browse_button"> </item>
<property name="geometry"> <item row="4" column="2">
<rect> <widget class="SIPPortEditor" name="udp_port">
<x>789</x> <property name="specialValueText">
<y>390</y> <string>Auto</string>
<width>85</width>
<height>27</height>
</rect>
</property> </property>
<property name="text"> <property name="maximum">
<string>Browse</string> <number>65535</number>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="screenshots_directory_label"> </item>
<property name="geometry"> <item row="5" column="1">
<rect> <widget class="QLabel" name="tcp_port_label">
<x>18</x> <property name="sizePolicy">
<y>290</y> <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<width>139</width> <horstretch>0</horstretch>
<height>17</height> <verstretch>0</verstretch>
</rect> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Save screenshots to:</string> <string>TCP port:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="transfers_directory_editor"> </item>
<property name="geometry"> <item row="13" column="0" colspan="5">
<rect> <widget class="Line" name="line_13">
<x>171</x> <property name="enabled">
<y>260</y>
<width>601</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Where to save received files</string>
</property>
<property name="readOnly">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> <property name="minimumSize">
<widget class="SIPPortEditor" name="tls_port"> <size>
<property name="geometry"> <width>0</width>
<rect> <height>10</height>
<x>386</x> </size>
<y>126</y>
<width>74</width>
<height>27</height>
</rect>
</property>
<property name="specialValueText">
<string>Auto</string>
</property>
<property name="maximum">
<number>65535</number>
</property> </property>
</widget> <property name="autoFillBackground">
<widget class="Line" name="line_12"> <bool>false</bool>
<property name="geometry">
<rect>
<x>18</x>
<y>14</y>
<width>856</width>
<height>16</height>
</rect>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
<widget class="SIPPortEditor" name="tcp_port"> </item>
<property name="geometry"> <item row="10" column="0">
<rect> <widget class="QSpinBox" name="media_ports">
<x>386</x> <property name="correctionMode">
<y>93</y> <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
<width>74</width>
<height>27</height>
</rect>
</property> </property>
<property name="specialValueText"> <property name="minimum">
<string>Auto</string> <number>10</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>65535</number> <number>10000</number>
</property> </property>
</widget> <property name="singleStep">
<widget class="QCheckBox" name="enable_tcp_button"> <number>10</number>
<property name="geometry">
<rect>
<x>171</x>
<y>93</y>
<width>107</width>
<height>22</height>
</rect>
</property> </property>
<property name="text"> <property name="value">
<string>Enable TCP</string> <number>500</number>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="tls_ca_file_label"> </item>
<property name="geometry"> <item row="10" column="1" alignment="Qt::AlignRight">
<rect> <widget class="QLabel" name="starting_at_label">
<x>10</x>
<y>392</y>
<width>148</width>
<height>18</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Certificate Authority:</string> <string>starting at:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="media_ports_label"> </item>
<property name="geometry"> <item row="9" column="0" colspan="5">
<rect> <widget class="Line" name="line_12">
<x>90</x> <property name="minimumSize">
<y>160</y> <size>
<width>71</width> <width>0</width>
<height>17</height> <height>10</height>
</rect> </size>
</property>
<property name="toolTip">
<string>How many media ports to use and starting from what address</string>
</property>
<property name="text">
<string>RTP Ports:</string>
</property> </property>
<property name="alignment"> <property name="orientation">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="tls_settings_label"> </item>
<property name="geometry"> <item row="7" column="0">
<rect> <widget class="QLabel" name="media_ports_label">
<x>18</x>
<y>350</y>
<width>89</width>
<height>17</height>
</rect>
</property>
<property name="font"> <property name="font">
<font> <font>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text"> <property name="toolTip">
<string>TLS settings</string> <string>How many media ports to use and starting from what address</string>
</property> </property>
</widget> <property name="text">
<widget class="Line" name="line_13"> <string>RTP Ports</string>
<property name="geometry">
<rect>
<x>18</x>
<y>237</y>
<width>856</width>
<height>16</height>
</rect>
</property> </property>
<property name="orientation"> <property name="alignment">
<enum>Qt::Horizontal</enum> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="files_and_directories_label"> </item>
<property name="geometry"> <item row="5" column="0">
<rect> <widget class="QCheckBox" name="enable_tcp_button">
<x>18</x>
<y>221</y>
<width>145</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Files and directories</string> <string>Enable TCP</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="transports_label"> </item>
<property name="geometry"> <item row="6" column="0">
<rect> <widget class="QCheckBox" name="enable_tls_button">
<x>18</x> <property name="text">
<y>58</y> <string>Enable TLS</string>
<width>77</width>
<height>17</height>
</rect>
</property> </property>
</widget>
</item>
<item row="16" column="0">
<widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
<string>Transports:</string> <string>Interval</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QSpinBox" name="media_ports"> </item>
<property name="geometry"> <item row="2" column="1" colspan="2">
<rect> <widget class="QLabel" name="port_note_label">
<x>171</x> <property name="enabled">
<y>157</y> <bool>false</bool>
<width>74</width>
<height>27</height>
</rect>
</property> </property>
<property name="correctionMode"> <property name="sizePolicy">
<enum>QAbstractSpinBox::CorrectToNearestValue</enum> <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="minimum"> <property name="text">
<string>Set ports to 0 for automatic allocation</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="indent">
<number>5</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="files_and_directories_tab">
<attribute name="title">
<string>Files and directories</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
<property name="leftMargin">
<number>10</number> <number>10</number>
</property> </property>
<property name="maximum"> <property name="topMargin">
<number>10000</number> <number>10</number>
</property> </property>
<property name="singleStep"> <property name="rightMargin">
<number>10</number> <number>10</number>
</property> </property>
<property name="value"> <property name="bottomMargin">
<number>500</number> <number>10</number>
</property> </property>
</widget> <property name="spacing">
<widget class="SIPPortEditor" name="udp_port"> <number>5</number>
<property name="geometry">
<rect>
<x>386</x>
<y>60</y>
<width>74</width>
<height>27</height>
</rect>
</property> </property>
<property name="specialValueText"> <item row="0" column="1">
<string>Auto</string> <widget class="QLineEdit" name="transfers_directory_editor">
<property name="toolTip">
<string>Where to save received files</string>
</property> </property>
<property name="maximum"> <property name="readOnly">
<number>65535</number> <bool>true</bool>
</property> </property>
</widget> </widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="transfers_directory_label">
<property name="text">
<string>Save received files to:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="screenshots_directory_browse_button"> <widget class="QPushButton" name="screenshots_directory_browse_button">
<property name="geometry"> <property name="text">
<rect> <string>Browse</string>
<x>789</x>
<y>290</y>
<width>85</width>
<height>27</height>
</rect>
</property> </property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="transfers_directory_browse_button">
<property name="text"> <property name="text">
<string>Browse</string> <string>Browse</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="screenshots_directory_editor"> </item>
<property name="geometry"> <item row="2" column="0">
<rect> <widget class="QLabel" name="screenshots_directory_label">
<x>171</x> <property name="text">
<y>290</y> <string>Save screenshots to:</string>
<width>601</width> </property>
<height>27</height> <property name="alignment">
</rect> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="screenshots_directory_editor">
<property name="toolTip"> <property name="toolTip">
<string>Where to save screenshots taken from video or screen sharing sessions</string> <string>Where to save screenshots taken from video or screen sharing sessions</string>
</property> </property>
...@@ -3600,40 +3531,44 @@ ...@@ -3600,40 +3531,44 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="port_note_label"> </item>
<property name="geometry"> <item row="3" column="0">
<rect> <spacer name="verticalSpacer_3">
<x>180</x> <property name="orientation">
<y>30</y> <enum>Qt::Vertical</enum>
<width>288</width>
<height>22</height>
</rect>
</property> </property>
<property name="sizePolicy"> <property name="sizeHint" stdset="0">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <size>
<horstretch>0</horstretch> <width>20</width>
<verstretch>0</verstretch> <height>40</height>
</sizepolicy> </size>
</property> </property>
<property name="text"> </spacer>
<string>Set ports to 0 for automatic allocation</string> </item>
</layout>
</widget>
<widget class="QWidget" name="tls_settings_tab">
<attribute name="title">
<string>TLS settings</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>10</number>
</property> </property>
<property name="alignment"> <property name="topMargin">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> <number>10</number>
</property> </property>
<property name="indent"> <property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<property name="spacing">
<number>5</number> <number>5</number>
</property> </property>
</widget> <item row="2" column="2">
<widget class="QCheckBox" name="tls_verify_server_button"> <widget class="QCheckBox" name="tls_verify_server_button">
<property name="geometry">
<rect>
<x>170</x>
<y>460</y>
<width>453</width>
<height>22</height>
</rect>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicke to enable verification of peer certificate. Yoiu can set the name to be verified in Advanced SIP account settings&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicke to enable verification of peer certificate. Yoiu can set the name to be verified in Advanced SIP account settings&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
...@@ -3641,15 +3576,33 @@ ...@@ -3641,15 +3576,33 @@
<string>Verify server</string> <string>Verify server</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="tls_cert_file_label"> </item>
<property name="geometry"> <item row="0" column="2">
<rect> <widget class="LocationBar" name="tls_ca_file_editor">
<x>20</x> <property name="toolTip">
<y>420</y> <string>The cerfiticate authority used to validate TLS connections</string>
<width>140</width> </property>
<height>21</height> <property name="readOnly">
</rect> <bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="tls_ca_file_browse_button">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="tls_cert_file_browse_button">
<property name="text">
<string>Browse</string>
</property> </property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="tls_cert_file_label">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>140</width> <width>140</width>
...@@ -3663,15 +3616,9 @@ ...@@ -3663,15 +3616,9 @@
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item>
<item row="1" column="2">
<widget class="LocationBar" name="tls_cert_file_editor"> <widget class="LocationBar" name="tls_cert_file_editor">
<property name="geometry">
<rect>
<x>170</x>
<y>420</y>
<width>601</width>
<height>27</height>
</rect>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Certificate and private key in PEM format used by TLS transport&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Certificate and private key in PEM format used by TLS transport&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
...@@ -3679,57 +3626,31 @@ ...@@ -3679,57 +3626,31 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="tls_cert_file_browse_button"> </item>
<property name="geometry"> <item row="0" column="0" colspan="2">
<rect> <widget class="QLabel" name="tls_ca_file_label">
<x>790</x>
<y>420</y>
<width>85</width>
<height>27</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Browse</string> <string>Certificate Authority:</string>
</property>
</widget>
<widget class="QSpinBox" name="auto_answer_interval">
<property name="geometry">
<rect>
<x>680</x>
<y>60</y>
<width>48</width>
<height>27</height>
</rect>
</property>
<property name="value">
<number>15</number>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>530</x>
<y>65</y>
<width>151</width>
<height>17</height>
</rect>
</property> </property>
<property name="text"> <property name="alignment">
<string>Auto answer interval:</string> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_3"> </item>
<property name="geometry"> <item row="3" column="2">
<rect> <spacer name="verticalSpacer_4">
<x>738</x> <property name="orientation">
<y>65</y> <enum>Qt::Vertical</enum>
<width>71</width>
<height>17</height>
</rect>
</property> </property>
<property name="text"> <property name="sizeHint" stdset="0">
<string>seconds</string> <size>
<width>20</width>
<height>40</height>
</size>
</property> </property>
</spacer>
</item>
</layout>
</widget> </widget>
</widget> </widget>
</item> </item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment