src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.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>HgUserConfigHostFingerprintDialog</class>
4 <widget class="QDialog" name="HgUserConfigHostFingerprintDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>144</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Host Fingerprint</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>Hash Type:</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="hashComboBox"/>
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">
68 <widget class="QLabel" name="label_2">
69 <property name="text">
70 <string>Fingerprint:</string>
71 </property>
72 </widget>
73 </item>
74 <item row="2" column="1">
75 <widget class="QLineEdit" name="fingerprintEdit">
76 <property name="toolTip">
77 <string>Enter the host fingerprint</string>
78 </property>
79 <property name="placeholderText">
80 <string>Enter Fingerprint</string>
81 </property>
82 <property name="clearButtonEnabled">
83 <bool>true</bool>
84 </property>
85 </widget>
86 </item>
87 <item row="3" column="0" colspan="2">
88 <widget class="QDialogButtonBox" name="buttonBox">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </widget>
99 <tabstops>
100 <tabstop>hostEdit</tabstop>
101 <tabstop>hashComboBox</tabstop>
102 <tabstop>fingerprintEdit</tabstop>
103 </tabstops>
104 <resources/>
105 <connections>
106 <connection>
107 <sender>buttonBox</sender>
108 <signal>accepted()</signal>
109 <receiver>HgUserConfigHostFingerprintDialog</receiver>
110 <slot>accept()</slot>
111 <hints>
112 <hint type="sourcelabel">
113 <x>248</x>
114 <y>254</y>
115 </hint>
116 <hint type="destinationlabel">
117 <x>157</x>
118 <y>274</y>
119 </hint>
120 </hints>
121 </connection>
122 <connection>
123 <sender>buttonBox</sender>
124 <signal>rejected()</signal>
125 <receiver>HgUserConfigHostFingerprintDialog</receiver>
126 <slot>reject()</slot>
127 <hints>
128 <hint type="sourcelabel">
129 <x>316</x>
130 <y>260</y>
131 </hint>
132 <hint type="destinationlabel">
133 <x>286</x>
134 <y>274</y>
135 </hint>
136 </hints>
137 </connection>
138 </connections>
139 </ui>

eric ide

mercurial