Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui

changeset 0
de9c2efb9d02
child 1888
03f59d88a62d
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>SvnCommitDialog</class>
3 <widget class="QWidget" name="SvnCommitDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>450</width>
9 <height>384</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Subversion</string>
14 </property>
15 <layout class="QVBoxLayout" name="verticalLayout_3" >
16 <item>
17 <widget class="QGroupBox" name="logGroup" >
18 <property name="title" >
19 <string>Commit Message</string>
20 </property>
21 <layout class="QVBoxLayout" name="verticalLayout" >
22 <item>
23 <widget class="QTextEdit" name="logEdit" >
24 <property name="toolTip" >
25 <string>Enter the log message.</string>
26 </property>
27 <property name="whatsThis" >
28 <string>&lt;b>Log Message&lt;/b>
29 &lt;p>Enter the log message for the commit action.&lt;/p></string>
30 </property>
31 <property name="tabChangesFocus" >
32 <bool>true</bool>
33 </property>
34 <property name="acceptRichText" >
35 <bool>false</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QLabel" name="label" >
41 <property name="text" >
42 <string>Recent commit messages</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QComboBox" name="recentComboBox" >
48 <property name="toolTip" >
49 <string>Select a recent commit message to use</string>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </widget>
55 </item>
56 <item>
57 <widget class="QGroupBox" name="changeListsGroup" >
58 <property name="title" >
59 <string>Changelists</string>
60 </property>
61 <layout class="QVBoxLayout" name="verticalLayout_2" >
62 <item>
63 <widget class="QLineEdit" name="changeListsEdit" >
64 <property name="toolTip" >
65 <string>Enter the list of changelists separated by ';'</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QCheckBox" name="keepChangeListsCheckBox" >
71 <property name="toolTip" >
72 <string>Select to keep the changelists</string>
73 </property>
74 <property name="text" >
75 <string>Keep changelists</string>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </widget>
81 </item>
82 <item>
83 <widget class="QDialogButtonBox" name="buttonBox" >
84 <property name="orientation" >
85 <enum>Qt::Horizontal</enum>
86 </property>
87 <property name="standardButtons" >
88 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </widget>
94 <layoutdefault spacing="6" margin="6" />
95 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
96 <tabstops>
97 <tabstop>logEdit</tabstop>
98 <tabstop>recentComboBox</tabstop>
99 <tabstop>changeListsEdit</tabstop>
100 <tabstop>keepChangeListsCheckBox</tabstop>
101 <tabstop>buttonBox</tabstop>
102 </tabstops>
103 <resources/>
104 <connections/>
105 </ui>

eric ide

mercurial