src/eric7/Plugins/VcsPlugins/vcsMercurial/UncommitExtension/HgUncommitDialog.ui

branch
eric7
changeset 11082
58838580274e
child 11083
0ecbf7ebfc49
equal deleted inserted replaced
11081:7391035e7bc9 11082:58838580274e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgUncommitDialog</class>
4 <widget class="QDialog" name="HgUncommitDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Undo Local Commit</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_3">
20 <item>
21 <widget class="QGroupBox" name="logGroup">
22 <property name="title">
23 <string>Commit Message</string>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="EricSpellCheckedTextEdit" name="logEdit">
28 <property name="toolTip">
29 <string>Enter the log message.</string>
30 </property>
31 <property name="whatsThis">
32 <string>&lt;b&gt;Log Message&lt;/b&gt;
33 &lt;p&gt;Enter the log message for the commit action.&lt;/p&gt;</string>
34 </property>
35 <property name="tabChangesFocus">
36 <bool>true</bool>
37 </property>
38 <property name="acceptRichText">
39 <bool>false</bool>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QLabel" name="label">
45 <property name="text">
46 <string>Recent commit messages</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QComboBox" name="recentComboBox">
52 <property name="toolTip">
53 <string>Select a recent commit message to use</string>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </widget>
59 </item>
60 <item>
61 <widget class="QCheckBox" name="keepCheckBox">
62 <property name="toolTip">
63 <string>Select to allow an empty commit after undoing it.</string>
64 </property>
65 <property name="text">
66 <string>Allow empty commit after undoing commit</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QCheckBox" name="allowDirtyCheckBox">
72 <property name="toolTip">
73 <string>Select to allow undoing the commit with outstanding changes.</string>
74 </property>
75 <property name="text">
76 <string>Allow undoing commit with outstanding changes</string>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <widget class="QGroupBox" name="groupBox">
82 <property name="title">
83 <string>Author</string>
84 </property>
85 <layout class="QVBoxLayout" name="verticalLayout_2">
86 <item>
87 <widget class="QLabel" name="label_3">
88 <property name="text">
89 <string>Enter author name to override the configured user:</string>
90 </property>
91 <property name="wordWrap">
92 <bool>true</bool>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <widget class="QComboBox" name="authorComboBox">
98 <property name="toolTip">
99 <string>Enter an author name in order to override the configured one</string>
100 </property>
101 <property name="editable">
102 <bool>true</bool>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </widget>
108 </item>
109 <item>
110 <widget class="QGroupBox" name="dateTimeGroup">
111 <property name="toolTip">
112 <string>Select to give date and time information</string>
113 </property>
114 <property name="title">
115 <string>Date and Time</string>
116 </property>
117 <property name="checkable">
118 <bool>true</bool>
119 </property>
120 <property name="checked">
121 <bool>false</bool>
122 </property>
123 <layout class="QGridLayout" name="gridLayout_2">
124 <item row="0" column="2">
125 <spacer name="horizontalSpacer">
126 <property name="orientation">
127 <enum>Qt::Orientation::Horizontal</enum>
128 </property>
129 <property name="sizeHint" stdset="0">
130 <size>
131 <width>241</width>
132 <height>20</height>
133 </size>
134 </property>
135 </spacer>
136 </item>
137 <item row="0" column="0">
138 <widget class="QLabel" name="label_4">
139 <property name="text">
140 <string>Date/Time:</string>
141 </property>
142 </widget>
143 </item>
144 <item row="0" column="1">
145 <widget class="QDateTimeEdit" name="dateTimeEdit">
146 <property name="toolTip">
147 <string>Enter the date and time to be used</string>
148 </property>
149 <property name="displayFormat">
150 <string notr="true">yyyy-MM-dd hh:mm</string>
151 </property>
152 <property name="calendarPopup">
153 <bool>true</bool>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </widget>
159 </item>
160 <item>
161 <widget class="QDialogButtonBox" name="buttonBox">
162 <property name="orientation">
163 <enum>Qt::Orientation::Horizontal</enum>
164 </property>
165 <property name="standardButtons">
166 <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
167 </property>
168 </widget>
169 </item>
170 </layout>
171 </widget>
172 <customwidgets>
173 <customwidget>
174 <class>EricSpellCheckedTextEdit</class>
175 <extends>QTextEdit</extends>
176 <header>eric7/EricWidgets/EricSpellCheckedTextEdit.h</header>
177 </customwidget>
178 </customwidgets>
179 <tabstops>
180 <tabstop>logEdit</tabstop>
181 <tabstop>recentComboBox</tabstop>
182 <tabstop>keepCheckBox</tabstop>
183 <tabstop>allowDirtyCheckBox</tabstop>
184 <tabstop>authorComboBox</tabstop>
185 <tabstop>dateTimeGroup</tabstop>
186 <tabstop>dateTimeEdit</tabstop>
187 </tabstops>
188 <resources/>
189 <connections>
190 <connection>
191 <sender>buttonBox</sender>
192 <signal>accepted()</signal>
193 <receiver>HgUncommitDialog</receiver>
194 <slot>accept()</slot>
195 <hints>
196 <hint type="sourcelabel">
197 <x>248</x>
198 <y>254</y>
199 </hint>
200 <hint type="destinationlabel">
201 <x>157</x>
202 <y>274</y>
203 </hint>
204 </hints>
205 </connection>
206 <connection>
207 <sender>buttonBox</sender>
208 <signal>rejected()</signal>
209 <receiver>HgUncommitDialog</receiver>
210 <slot>reject()</slot>
211 <hints>
212 <hint type="sourcelabel">
213 <x>316</x>
214 <y>260</y>
215 </hint>
216 <hint type="destinationlabel">
217 <x>286</x>
218 <y>274</y>
219 </hint>
220 </hints>
221 </connection>
222 </connections>
223 </ui>

eric ide

mercurial