Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui

changeset 178
dd9f0bca5e2f
child 1855
93bf1823466a
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
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>384</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="QTextEdit" name="logEdit">
25 <property name="toolTip">
26 <string>Enter the log message.</string>
27 </property>
28 <property name="whatsThis">
29 <string>&lt;b&gt;Log Message&lt;/b&gt;
30 &lt;p&gt;Enter the log message for the commit action.&lt;/p&gt;</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="QDialogButtonBox" name="buttonBox">
59 <property name="orientation">
60 <enum>Qt::Horizontal</enum>
61 </property>
62 <property name="standardButtons">
63 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 <layoutdefault spacing="6" margin="6"/>
70 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
71 <tabstops>
72 <tabstop>logEdit</tabstop>
73 <tabstop>recentComboBox</tabstop>
74 <tabstop>buttonBox</tabstop>
75 </tabstops>
76 <resources/>
77 <connections/>
78 </ui>

eric ide

mercurial