eric6/Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui

changeset 6942
2602857055c5
parent 6020
baf6da1ae288
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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="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="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 <tabstops>
101 <tabstop>logEdit</tabstop>
102 <tabstop>recentComboBox</tabstop>
103 <tabstop>stagedCheckBox</tabstop>
104 <tabstop>amendCheckBox</tabstop>
105 <tabstop>resetAuthorCheckBox</tabstop>
106 </tabstops>
107 <resources/>
108 <connections/>
109 </ui>

eric ide

mercurial