eric7/Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui

branch
eric7
changeset 8350
74a3b2a6a944
parent 8312
800c432b34c8
equal deleted inserted replaced
8348:f4775ae8f441 8350:74a3b2a6a944
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>400</width> 9 <width>400</width>
10 <height>184</height> 10 <height>185</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Git User Data</string> 14 <string>Git User Data</string>
15 </property> 15 </property>
29 <string>First Name:</string> 29 <string>First Name:</string>
30 </property> 30 </property>
31 </widget> 31 </widget>
32 </item> 32 </item>
33 <item row="0" column="1"> 33 <item row="0" column="1">
34 <widget class="E5ClearableLineEdit" name="firstNameEdit"> 34 <widget class="QLineEdit" name="firstNameEdit">
35 <property name="toolTip"> 35 <property name="toolTip">
36 <string>Enter the first name</string> 36 <string>Enter the first name</string>
37 </property>
38 <property name="clearButtonEnabled">
39 <bool>true</bool>
37 </property> 40 </property>
38 </widget> 41 </widget>
39 </item> 42 </item>
40 <item row="1" column="0"> 43 <item row="1" column="0">
41 <widget class="QLabel" name="label_2"> 44 <widget class="QLabel" name="label_2">
43 <string>Last Name:</string> 46 <string>Last Name:</string>
44 </property> 47 </property>
45 </widget> 48 </widget>
46 </item> 49 </item>
47 <item row="1" column="1"> 50 <item row="1" column="1">
48 <widget class="E5ClearableLineEdit" name="lastNameEdit"> 51 <widget class="QLineEdit" name="lastNameEdit">
49 <property name="toolTip"> 52 <property name="toolTip">
50 <string>Enter the last name</string> 53 <string>Enter the last name</string>
54 </property>
55 <property name="clearButtonEnabled">
56 <bool>true</bool>
51 </property> 57 </property>
52 </widget> 58 </widget>
53 </item> 59 </item>
54 <item row="2" column="0"> 60 <item row="2" column="0">
55 <widget class="QLabel" name="label_3"> 61 <widget class="QLabel" name="label_3">
57 <string>Email:</string> 63 <string>Email:</string>
58 </property> 64 </property>
59 </widget> 65 </widget>
60 </item> 66 </item>
61 <item row="2" column="1"> 67 <item row="2" column="1">
62 <widget class="E5ClearableLineEdit" name="emailEdit"> 68 <widget class="QLineEdit" name="emailEdit">
63 <property name="toolTip"> 69 <property name="toolTip">
64 <string>Enter the email address</string> 70 <string>Enter the email address</string>
71 </property>
72 <property name="clearButtonEnabled">
73 <bool>true</bool>
65 </property> 74 </property>
66 </widget> 75 </widget>
67 </item> 76 </item>
68 </layout> 77 </layout>
69 </widget> 78 </widget>
78 </property> 87 </property>
79 </widget> 88 </widget>
80 </item> 89 </item>
81 </layout> 90 </layout>
82 </widget> 91 </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> 92 <tabstops>
91 <tabstop>firstNameEdit</tabstop> 93 <tabstop>firstNameEdit</tabstop>
92 <tabstop>lastNameEdit</tabstop> 94 <tabstop>lastNameEdit</tabstop>
93 <tabstop>emailEdit</tabstop> 95 <tabstop>emailEdit</tabstop>
94 <tabstop>buttonBox</tabstop> 96 <tabstop>buttonBox</tabstop>

eric ide

mercurial