|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgHisteditCommitEditor</class> |
|
4 <widget class="QDialog" name="HgHisteditCommitEditor"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Commit Message</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QSplitter" name="splitter"> |
|
22 <property name="orientation"> |
|
23 <enum>Qt::Vertical</enum> |
|
24 </property> |
|
25 <widget class="QGroupBox" name="groupBox"> |
|
26 <property name="title"> |
|
27 <string>Commit Message</string> |
|
28 </property> |
|
29 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
30 <item> |
|
31 <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> |
|
32 <property name="toolTip"> |
|
33 <string>Edit the commit message</string> |
|
34 </property> |
|
35 <property name="tabChangesFocus"> |
|
36 <bool>true</bool> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item> |
|
41 <widget class="QLabel" name="label_2"> |
|
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 <widget class="QGroupBox" name="groupBox_2"> |
|
57 <property name="title"> |
|
58 <string>Information</string> |
|
59 </property> |
|
60 <layout class="QVBoxLayout" name="verticalLayout"> |
|
61 <item> |
|
62 <widget class="EricSpellCheckedPlainTextEdit" name="infoEdit"> |
|
63 <property name="readOnly"> |
|
64 <bool>true</bool> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 </layout> |
|
69 </widget> |
|
70 </widget> |
|
71 </item> |
|
72 <item> |
|
73 <widget class="QDialogButtonBox" name="buttonBox"> |
|
74 <property name="orientation"> |
|
75 <enum>Qt::Horizontal</enum> |
|
76 </property> |
|
77 <property name="standardButtons"> |
|
78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 </layout> |
|
83 </widget> |
|
84 <customwidgets> |
|
85 <customwidget> |
|
86 <class>EricSpellCheckedPlainTextEdit</class> |
|
87 <extends>QPlainTextEdit</extends> |
|
88 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
|
89 </customwidget> |
|
90 </customwidgets> |
|
91 <resources/> |
|
92 <connections/> |
|
93 </ui> |