diff options
Diffstat (limited to 'src/gatscon/setupproxydlg.ui')
-rw-r--r-- | src/gatscon/setupproxydlg.ui | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/src/gatscon/setupproxydlg.ui b/src/gatscon/setupproxydlg.ui new file mode 100644 index 0000000..8482193 --- /dev/null +++ b/src/gatscon/setupproxydlg.ui | |||
@@ -0,0 +1,112 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <ui version="4.0"> | ||
3 | <class>SetupProxyDlg</class> | ||
4 | <widget class="QDialog" name="SetupProxyDlg"> | ||
5 | <property name="geometry"> | ||
6 | <rect> | ||
7 | <x>0</x> | ||
8 | <y>0</y> | ||
9 | <width>359</width> | ||
10 | <height>122</height> | ||
11 | </rect> | ||
12 | </property> | ||
13 | <property name="windowTitle"> | ||
14 | <string>GatsCon - Setup Proxy</string> | ||
15 | </property> | ||
16 | <layout class="QVBoxLayout" name="verticalLayout"> | ||
17 | <item> | ||
18 | <layout class="QFormLayout" name="formLayout"> | ||
19 | <item row="0" column="0"> | ||
20 | <widget class="QLabel" name="label_2"> | ||
21 | <property name="text"> | ||
22 | <string>Listening port:</string> | ||
23 | </property> | ||
24 | </widget> | ||
25 | </item> | ||
26 | <item row="0" column="1"> | ||
27 | <widget class="QSpinBox" name="sbPortIn"> | ||
28 | <property name="minimum"> | ||
29 | <number>1</number> | ||
30 | </property> | ||
31 | <property name="maximum"> | ||
32 | <number>32767</number> | ||
33 | </property> | ||
34 | </widget> | ||
35 | </item> | ||
36 | <item row="1" column="0"> | ||
37 | <widget class="QLabel" name="label_3"> | ||
38 | <property name="text"> | ||
39 | <string>Target host:</string> | ||
40 | </property> | ||
41 | </widget> | ||
42 | </item> | ||
43 | <item row="1" column="1"> | ||
44 | <widget class="QLineEdit" name="leHostOut"/> | ||
45 | </item> | ||
46 | <item row="2" column="0"> | ||
47 | <widget class="QLabel" name="label_4"> | ||
48 | <property name="text"> | ||
49 | <string>Target port:</string> | ||
50 | </property> | ||
51 | </widget> | ||
52 | </item> | ||
53 | <item row="2" column="1"> | ||
54 | <widget class="QSpinBox" name="sbPortOut"> | ||
55 | <property name="minimum"> | ||
56 | <number>1</number> | ||
57 | </property> | ||
58 | <property name="maximum"> | ||
59 | <number>32767</number> | ||
60 | </property> | ||
61 | </widget> | ||
62 | </item> | ||
63 | </layout> | ||
64 | </item> | ||
65 | <item> | ||
66 | <widget class="QDialogButtonBox" name="buttonBox"> | ||
67 | <property name="orientation"> | ||
68 | <enum>Qt::Horizontal</enum> | ||
69 | </property> | ||
70 | <property name="standardButtons"> | ||
71 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | ||
72 | </property> | ||
73 | </widget> | ||
74 | </item> | ||
75 | </layout> | ||
76 | </widget> | ||
77 | <resources/> | ||
78 | <connections> | ||
79 | <connection> | ||
80 | <sender>buttonBox</sender> | ||
81 | <signal>accepted()</signal> | ||
82 | <receiver>SetupProxyDlg</receiver> | ||
83 | <slot>accept()</slot> | ||
84 | <hints> | ||
85 | <hint type="sourcelabel"> | ||
86 | <x>248</x> | ||
87 | <y>254</y> | ||
88 | </hint> | ||
89 | <hint type="destinationlabel"> | ||
90 | <x>157</x> | ||
91 | <y>274</y> | ||
92 | </hint> | ||
93 | </hints> | ||
94 | </connection> | ||
95 | <connection> | ||
96 | <sender>buttonBox</sender> | ||
97 | <signal>rejected()</signal> | ||
98 | <receiver>SetupProxyDlg</receiver> | ||
99 | <slot>reject()</slot> | ||
100 | <hints> | ||
101 | <hint type="sourcelabel"> | ||
102 | <x>316</x> | ||
103 | <y>260</y> | ||
104 | </hint> | ||
105 | <hint type="destinationlabel"> | ||
106 | <x>286</x> | ||
107 | <y>274</y> | ||
108 | </hint> | ||
109 | </hints> | ||
110 | </connection> | ||
111 | </connections> | ||
112 | </ui> | ||