|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgUserConfigHostMinimumProtocolDialog</class> |
|
4 <widget class="QDialog" name="HgUserConfigHostMinimumProtocolDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>450</width> |
|
10 <height>95</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Minimum Protocol</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Host:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item row="0" column="1"> |
|
28 <widget class="E5ClearableLineEdit" name="hostEdit"> |
|
29 <property name="toolTip"> |
|
30 <string>Enter the host name</string> |
|
31 </property> |
|
32 <property name="placeholderText"> |
|
33 <string>Enter Hostname</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0"> |
|
38 <widget class="QLabel" name="hashLabel"> |
|
39 <property name="text"> |
|
40 <string>Minimum Protocol:</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item row="1" column="1"> |
|
45 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
46 <item> |
|
47 <widget class="QComboBox" name="minimumProtocolComboBox"> |
|
48 <property name="currentText"> |
|
49 <string notr="true"/> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <spacer name="horizontalSpacer"> |
|
55 <property name="orientation"> |
|
56 <enum>Qt::Horizontal</enum> |
|
57 </property> |
|
58 <property name="sizeHint" stdset="0"> |
|
59 <size> |
|
60 <width>178</width> |
|
61 <height>20</height> |
|
62 </size> |
|
63 </property> |
|
64 </spacer> |
|
65 </item> |
|
66 </layout> |
|
67 </item> |
|
68 <item row="2" column="0" colspan="2"> |
|
69 <widget class="QDialogButtonBox" name="buttonBox"> |
|
70 <property name="orientation"> |
|
71 <enum>Qt::Horizontal</enum> |
|
72 </property> |
|
73 <property name="standardButtons"> |
|
74 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </widget> |
|
80 <customwidgets> |
|
81 <customwidget> |
|
82 <class>E5ClearableLineEdit</class> |
|
83 <extends>QLineEdit</extends> |
|
84 <header>E5Gui/E5LineEdit.h</header> |
|
85 </customwidget> |
|
86 </customwidgets> |
|
87 <tabstops> |
|
88 <tabstop>hostEdit</tabstop> |
|
89 <tabstop>minimumProtocolComboBox</tabstop> |
|
90 </tabstops> |
|
91 <resources/> |
|
92 <connections> |
|
93 <connection> |
|
94 <sender>buttonBox</sender> |
|
95 <signal>accepted()</signal> |
|
96 <receiver>HgUserConfigHostMinimumProtocolDialog</receiver> |
|
97 <slot>accept()</slot> |
|
98 <hints> |
|
99 <hint type="sourcelabel"> |
|
100 <x>248</x> |
|
101 <y>254</y> |
|
102 </hint> |
|
103 <hint type="destinationlabel"> |
|
104 <x>157</x> |
|
105 <y>274</y> |
|
106 </hint> |
|
107 </hints> |
|
108 </connection> |
|
109 <connection> |
|
110 <sender>buttonBox</sender> |
|
111 <signal>rejected()</signal> |
|
112 <receiver>HgUserConfigHostMinimumProtocolDialog</receiver> |
|
113 <slot>reject()</slot> |
|
114 <hints> |
|
115 <hint type="sourcelabel"> |
|
116 <x>316</x> |
|
117 <y>260</y> |
|
118 </hint> |
|
119 <hint type="destinationlabel"> |
|
120 <x>286</x> |
|
121 <y>274</y> |
|
122 </hint> |
|
123 </hints> |
|
124 </connection> |
|
125 </connections> |
|
126 </ui> |