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>HTTP 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="alignment">
68 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
70 <property name="minimum">
73 <property name="maximum">
74 <number>65535</number>
76 <property name="value">
88 <widget class="QDialogButtonBox" name="buttonBox">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
92 <property name="standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
102 <sender>buttonBox</sender>
103 <signal>accepted()</signal>
104 <receiver>SettingsDialog</receiver>
105 <slot>accept()</slot>
107 <hint type="sourcelabel">
111 <hint type="destinationlabel">
118 <sender>buttonBox</sender>
119 <signal>rejected()</signal>
120 <receiver>SettingsDialog</receiver>
121 <slot>reject()</slot>
123 <hint type="sourcelabel">
127 <hint type="destinationlabel">