|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitCommitDialog</class> |
|
4 <widget class="QWidget" name="GitCommitDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>450</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
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="stagedCheckBox"> |
|
59 <property name="toolTip"> |
|
60 <string>Select to commit only staged changes</string> |
|
61 </property> |
|
62 <property name="text"> |
|
63 <string>Commit staged changes only</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QCheckBox" name="amendCheckBox"> |
|
69 <property name="toolTip"> |
|
70 <string>Select to amend the last commit (leave message empty to keep it)</string> |
|
71 </property> |
|
72 <property name="text"> |
|
73 <string>Amend the last commit</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item> |
|
78 <widget class="QCheckBox" name="resetAuthorCheckBox"> |
|
79 <property name="toolTip"> |
|
80 <string>Select to reset the author information</string> |
|
81 </property> |
|
82 <property name="text"> |
|
83 <string>Reset Author Info</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="QDialogButtonBox" name="buttonBox"> |
|
89 <property name="orientation"> |
|
90 <enum>Qt::Horizontal</enum> |
|
91 </property> |
|
92 <property name="standardButtons"> |
|
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 </layout> |
|
98 </widget> |
|
99 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
100 <customwidgets> |
|
101 <customwidget> |
|
102 <class>EricSpellCheckedTextEdit</class> |
|
103 <extends>QTextEdit</extends> |
|
104 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
|
105 </customwidget> |
|
106 </customwidgets> |
|
107 <tabstops> |
|
108 <tabstop>logEdit</tabstop> |
|
109 <tabstop>recentComboBox</tabstop> |
|
110 <tabstop>stagedCheckBox</tabstop> |
|
111 <tabstop>amendCheckBox</tabstop> |
|
112 <tabstop>resetAuthorCheckBox</tabstop> |
|
113 </tabstops> |
|
114 <resources/> |
|
115 <connections/> |
|
116 </ui> |