|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgCommitDialog</class> |
|
4 <widget class="QWidget" name="HgCommitDialog"> |
|
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>Mercurial</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
17 <item> |
|
18 <widget class="QGroupBox" name="logGroup"> |
|
19 <property name="title"> |
|
20 <string>Commit Message</string> |
|
21 </property> |
|
22 <layout class="QVBoxLayout" name="verticalLayout"> |
|
23 <item> |
|
24 <widget class="EricSpellCheckedTextEdit" name="logEdit"> |
|
25 <property name="toolTip"> |
|
26 <string>Enter the log message.</string> |
|
27 </property> |
|
28 <property name="whatsThis"> |
|
29 <string><b>Log Message</b> |
|
30 <p>Enter the log message for the commit action.</p></string> |
|
31 </property> |
|
32 <property name="tabChangesFocus"> |
|
33 <bool>true</bool> |
|
34 </property> |
|
35 <property name="acceptRichText"> |
|
36 <bool>false</bool> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item> |
|
41 <widget class="QLabel" name="label"> |
|
42 <property name="text"> |
|
43 <string>Recent commit messages</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QComboBox" name="recentComboBox"> |
|
49 <property name="toolTip"> |
|
50 <string>Select a recent commit message to use</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 </layout> |
|
55 </widget> |
|
56 </item> |
|
57 <item> |
|
58 <widget class="QCheckBox" name="amendCheckBox"> |
|
59 <property name="toolTip"> |
|
60 <string>Select to amend the last commit (leave message empty to keep it)</string> |
|
61 </property> |
|
62 <property name="text"> |
|
63 <string>Amend the last commit</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QCheckBox" name="subrepoCheckBox"> |
|
69 <property name="toolTip"> |
|
70 <string>Select to commit sub-repositories as well</string> |
|
71 </property> |
|
72 <property name="text"> |
|
73 <string>Commit sub-repositories</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item> |
|
78 <widget class="QGroupBox" name="groupBox"> |
|
79 <property name="title"> |
|
80 <string>Author</string> |
|
81 </property> |
|
82 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
83 <item> |
|
84 <widget class="QLabel" name="label_3"> |
|
85 <property name="text"> |
|
86 <string>Enter author name to override the configured user:</string> |
|
87 </property> |
|
88 <property name="wordWrap"> |
|
89 <bool>true</bool> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item> |
|
94 <widget class="QComboBox" name="authorComboBox"> |
|
95 <property name="toolTip"> |
|
96 <string>Enter an author name in order to override the configured one</string> |
|
97 </property> |
|
98 <property name="editable"> |
|
99 <bool>true</bool> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 </layout> |
|
104 </widget> |
|
105 </item> |
|
106 <item> |
|
107 <widget class="QGroupBox" name="dateTimeGroup"> |
|
108 <property name="toolTip"> |
|
109 <string>Select to give date and time information</string> |
|
110 </property> |
|
111 <property name="title"> |
|
112 <string>Date and Time</string> |
|
113 </property> |
|
114 <property name="checkable"> |
|
115 <bool>true</bool> |
|
116 </property> |
|
117 <property name="checked"> |
|
118 <bool>false</bool> |
|
119 </property> |
|
120 <layout class="QGridLayout" name="gridLayout_2"> |
|
121 <item row="0" column="2"> |
|
122 <spacer name="horizontalSpacer"> |
|
123 <property name="orientation"> |
|
124 <enum>Qt::Horizontal</enum> |
|
125 </property> |
|
126 <property name="sizeHint" stdset="0"> |
|
127 <size> |
|
128 <width>241</width> |
|
129 <height>20</height> |
|
130 </size> |
|
131 </property> |
|
132 </spacer> |
|
133 </item> |
|
134 <item row="0" column="0"> |
|
135 <widget class="QLabel" name="label_4"> |
|
136 <property name="text"> |
|
137 <string>Date/Time:</string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="0" column="1"> |
|
142 <widget class="QDateTimeEdit" name="dateTimeEdit"> |
|
143 <property name="toolTip"> |
|
144 <string>Enter the date and time to be used</string> |
|
145 </property> |
|
146 <property name="displayFormat"> |
|
147 <string notr="true">yyyy-MM-dd hh:mm</string> |
|
148 </property> |
|
149 <property name="calendarPopup"> |
|
150 <bool>true</bool> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 </layout> |
|
155 </widget> |
|
156 </item> |
|
157 <item> |
|
158 <widget class="QDialogButtonBox" name="buttonBox"> |
|
159 <property name="orientation"> |
|
160 <enum>Qt::Horizontal</enum> |
|
161 </property> |
|
162 <property name="standardButtons"> |
|
163 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 </layout> |
|
168 </widget> |
|
169 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
170 <customwidgets> |
|
171 <customwidget> |
|
172 <class>EricSpellCheckedTextEdit</class> |
|
173 <extends>QTextEdit</extends> |
|
174 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
|
175 </customwidget> |
|
176 </customwidgets> |
|
177 <tabstops> |
|
178 <tabstop>logEdit</tabstop> |
|
179 <tabstop>recentComboBox</tabstop> |
|
180 <tabstop>amendCheckBox</tabstop> |
|
181 <tabstop>subrepoCheckBox</tabstop> |
|
182 <tabstop>authorComboBox</tabstop> |
|
183 <tabstop>dateTimeGroup</tabstop> |
|
184 <tabstop>dateTimeEdit</tabstop> |
|
185 </tabstops> |
|
186 <resources/> |
|
187 <connections/> |
|
188 </ui> |