src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8350
74a3b2a6a944
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>110</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="QLineEdit" 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 <property name="clearButtonEnabled">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="hashLabel">
42 <property name="text">
43 <string>Minimum Protocol:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <layout class="QHBoxLayout" name="horizontalLayout">
49 <item>
50 <widget class="QComboBox" name="minimumProtocolComboBox"/>
51 </item>
52 <item>
53 <spacer name="horizontalSpacer">
54 <property name="orientation">
55 <enum>Qt::Horizontal</enum>
56 </property>
57 <property name="sizeHint" stdset="0">
58 <size>
59 <width>178</width>
60 <height>20</height>
61 </size>
62 </property>
63 </spacer>
64 </item>
65 </layout>
66 </item>
67 <item row="2" column="0" colspan="2">
68 <widget class="QDialogButtonBox" name="buttonBox">
69 <property name="orientation">
70 <enum>Qt::Horizontal</enum>
71 </property>
72 <property name="standardButtons">
73 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 <tabstops>
80 <tabstop>hostEdit</tabstop>
81 <tabstop>minimumProtocolComboBox</tabstop>
82 </tabstops>
83 <resources/>
84 <connections>
85 <connection>
86 <sender>buttonBox</sender>
87 <signal>accepted()</signal>
88 <receiver>HgUserConfigHostMinimumProtocolDialog</receiver>
89 <slot>accept()</slot>
90 <hints>
91 <hint type="sourcelabel">
92 <x>248</x>
93 <y>254</y>
94 </hint>
95 <hint type="destinationlabel">
96 <x>157</x>
97 <y>274</y>
98 </hint>
99 </hints>
100 </connection>
101 <connection>
102 <sender>buttonBox</sender>
103 <signal>rejected()</signal>
104 <receiver>HgUserConfigHostMinimumProtocolDialog</receiver>
105 <slot>reject()</slot>
106 <hints>
107 <hint type="sourcelabel">
108 <x>316</x>
109 <y>260</y>
110 </hint>
111 <hint type="destinationlabel">
112 <x>286</x>
113 <y>274</y>
114 </hint>
115 </hints>
116 </connection>
117 </connections>
118 </ui>

eric ide

mercurial