eric7/Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
child 8350
74a3b2a6a944
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitUserConfigDataDialog</class>
4 <widget class="QDialog" name="GitUserConfigDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>184</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git User Data</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="groupBox">
22 <property name="title">
23 <string>User Data</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>First Name:</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="E5ClearableLineEdit" name="firstNameEdit">
35 <property name="toolTip">
36 <string>Enter the first name</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="label_2">
42 <property name="text">
43 <string>Last Name:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="E5ClearableLineEdit" name="lastNameEdit">
49 <property name="toolTip">
50 <string>Enter the last name</string>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="0">
55 <widget class="QLabel" name="label_3">
56 <property name="text">
57 <string>Email:</string>
58 </property>
59 </widget>
60 </item>
61 <item row="2" column="1">
62 <widget class="E5ClearableLineEdit" name="emailEdit">
63 <property name="toolTip">
64 <string>Enter the email address</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </widget>
70 </item>
71 <item>
72 <widget class="QDialogButtonBox" name="buttonBox">
73 <property name="orientation">
74 <enum>Qt::Horizontal</enum>
75 </property>
76 <property name="standardButtons">
77 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </widget>
83 <customwidgets>
84 <customwidget>
85 <class>E5ClearableLineEdit</class>
86 <extends>QLineEdit</extends>
87 <header>E5Gui/E5LineEdit.h</header>
88 </customwidget>
89 </customwidgets>
90 <tabstops>
91 <tabstop>firstNameEdit</tabstop>
92 <tabstop>lastNameEdit</tabstop>
93 <tabstop>emailEdit</tabstop>
94 <tabstop>buttonBox</tabstop>
95 </tabstops>
96 <resources/>
97 <connections>
98 <connection>
99 <sender>buttonBox</sender>
100 <signal>accepted()</signal>
101 <receiver>GitUserConfigDataDialog</receiver>
102 <slot>accept()</slot>
103 <hints>
104 <hint type="sourcelabel">
105 <x>257</x>
106 <y>378</y>
107 </hint>
108 <hint type="destinationlabel">
109 <x>157</x>
110 <y>274</y>
111 </hint>
112 </hints>
113 </connection>
114 <connection>
115 <sender>buttonBox</sender>
116 <signal>rejected()</signal>
117 <receiver>GitUserConfigDataDialog</receiver>
118 <slot>reject()</slot>
119 <hints>
120 <hint type="sourcelabel">
121 <x>325</x>
122 <y>378</y>
123 </hint>
124 <hint type="destinationlabel">
125 <x>286</x>
126 <y>274</y>
127 </hint>
128 </hints>
129 </connection>
130 </connections>
131 </ui>

eric ide

mercurial