eric7/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
child 8428
2deec2f8a9ab
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
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="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="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 <tabstops>
97 <tabstop>logEdit</tabstop>
98 <tabstop>recentComboBox</tabstop>
99 <tabstop>changeLists</tabstop>
100 <tabstop>keepChangeListsCheckBox</tabstop>
101 <tabstop>buttonBox</tabstop>
102 </tabstops>
103 <resources/>
104 <connections/>
105 </ui>

eric ide

mercurial