Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialUserDataDialog.ui

changeset 3231
a7c9914d1c41
parent 3230
2beb981f3b6d
child 3232
c2e2ca23c86b
equal deleted inserted replaced
3230:2beb981f3b6d 3231:a7c9914d1c41
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MercurialUserDataDialog</class>
4 <widget class="QDialog" name="MercurialUserDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>106</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial User Data</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>&amp;Username:</string>
24 </property>
25 <property name="buddy">
26 <cstring>usernameEdit</cstring>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QLineEdit" name="usernameEdit">
32 <property name="toolTip">
33 <string>Enter the name of the user (first name and last name)</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="0">
38 <widget class="QLabel" name="label_2">
39 <property name="text">
40 <string>&amp;Email:</string>
41 </property>
42 <property name="buddy">
43 <cstring>emailEdit</cstring>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QLineEdit" name="emailEdit">
49 <property name="toolTip">
50 <string>Enter the email address</string>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="0" colspan="2">
55 <widget class="QDialogButtonBox" name="buttonBox">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="standardButtons">
60 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </widget>
66 <resources/>
67 <connections>
68 <connection>
69 <sender>buttonBox</sender>
70 <signal>accepted()</signal>
71 <receiver>MercurialUserDataDialog</receiver>
72 <slot>accept()</slot>
73 <hints>
74 <hint type="sourcelabel">
75 <x>248</x>
76 <y>254</y>
77 </hint>
78 <hint type="destinationlabel">
79 <x>157</x>
80 <y>274</y>
81 </hint>
82 </hints>
83 </connection>
84 <connection>
85 <sender>buttonBox</sender>
86 <signal>rejected()</signal>
87 <receiver>MercurialUserDataDialog</receiver>
88 <slot>reject()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>316</x>
92 <y>260</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>286</x>
96 <y>274</y>
97 </hint>
98 </hints>
99 </connection>
100 </connections>
101 </ui>

eric ide

mercurial