src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8428
2deec2f8a9ab
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SvnCommitDialog</class>
4 <widget class="QWidget" name="SvnCommitDialog">
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>Subversion</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>&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="QGroupBox" name="changeListsGroup">
59 <property name="title">
60 <string>Changelists</string>
61 </property>
62 <layout class="QVBoxLayout" name="verticalLayout_2">
63 <item>
64 <widget class="QListWidget" name="changeLists">
65 <property name="toolTip">
66 <string>Select the change lists to limit the commit</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QCheckBox" name="keepChangeListsCheckBox">
72 <property name="toolTip">
73 <string>Select to keep the changelists</string>
74 </property>
75 <property name="text">
76 <string>Keep changelists</string>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </widget>
82 </item>
83 <item>
84 <widget class="QDialogButtonBox" name="buttonBox">
85 <property name="orientation">
86 <enum>Qt::Horizontal</enum>
87 </property>
88 <property name="standardButtons">
89 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
90 </property>
91 </widget>
92 </item>
93 </layout>
94 </widget>
95 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
96 <customwidgets>
97 <customwidget>
98 <class>EricSpellCheckedTextEdit</class>
99 <extends>QTextEdit</extends>
100 <header>EricWidgets/EricSpellCheckedTextEdit.h</header>
101 </customwidget>
102 </customwidgets>
103 <tabstops>
104 <tabstop>logEdit</tabstop>
105 <tabstop>recentComboBox</tabstop>
106 <tabstop>changeLists</tabstop>
107 <tabstop>keepChangeListsCheckBox</tabstop>
108 <tabstop>buttonBox</tabstop>
109 </tabstops>
110 <resources/>
111 <connections/>
112 </ui>

eric ide

mercurial