1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>SettingsDialog</class>
4 <widget class="QDialog" name="SettingsDialog">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="minimumSize">
25 <property name="windowTitle">
26 <string>Settings</string>
28 <layout class="QVBoxLayout" name="verticalLayout">
30 <widget class="QGroupBox" name="groupBox">
31 <property name="title">
32 <string>Proxy Settings</string>
34 <layout class="QVBoxLayout" name="verticalLayout_2">
36 <widget class="QCheckBox" name="directConnection">
37 <property name="text">
38 <string>Direct connection</string>
40 <property name="checked">
46 <widget class="QFrame" name="proxyWidget">
47 <layout class="QHBoxLayout" name="horizontalLayout_3">
49 <widget class="QLabel" name="label">
50 <property name="text">
51 <string>Address: </string>
56 <widget class="QLineEdit" name="address"/>
59 <widget class="QLabel" name="label_2">
60 <property name="text">
61 <string>Port:</string>
66 <widget class="QSpinBox" name="port">
67 <property name="maximum">
70 <property name="value">
82 <widget class="QDialogButtonBox" name="buttonBox">
83 <property name="orientation">
84 <enum>Qt::Horizontal</enum>
86 <property name="standardButtons">
87 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
96 <sender>buttonBox</sender>
97 <signal>accepted()</signal>
98 <receiver>SettingsDialog</receiver>
101 <hint type="sourcelabel">
105 <hint type="destinationlabel">
112 <sender>buttonBox</sender>
113 <signal>rejected()</signal>
114 <receiver>SettingsDialog</receiver>
115 <slot>reject()</slot>
117 <hint type="sourcelabel">
121 <hint type="destinationlabel">