Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui

changeset 178
dd9f0bca5e2f
child 181
4af57f97c1bc
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MercurialPage</class>
4 <widget class="QWidget" name="MercurialPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>406</width>
10 <height>384</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Mercurial Interface&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line15">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox">
36 <property name="title">
37 <string>Log</string>
38 </property>
39 <layout class="QHBoxLayout">
40 <item>
41 <widget class="QLabel" name="label">
42 <property name="text">
43 <string>No. of log messages shown:</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QSpinBox" name="logSpinBox">
49 <property name="toolTip">
50 <string>Enter the number of log messages to be shown</string>
51 </property>
52 <property name="alignment">
53 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
54 </property>
55 <property name="maximum">
56 <number>999999</number>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <spacer>
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="sizeHint" stdset="0">
66 <size>
67 <width>41</width>
68 <height>20</height>
69 </size>
70 </property>
71 </spacer>
72 </item>
73 </layout>
74 </widget>
75 </item>
76 <item>
77 <widget class="QGroupBox" name="groupBox_2">
78 <property name="title">
79 <string>Commit</string>
80 </property>
81 <layout class="QHBoxLayout">
82 <item>
83 <widget class="QLabel" name="label_2">
84 <property name="text">
85 <string>No. of commit messages to remember:</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QSpinBox" name="commitSpinBox">
91 <property name="toolTip">
92 <string>Enter the number of commit messages to remember</string>
93 </property>
94 <property name="alignment">
95 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
96 </property>
97 <property name="minimum">
98 <number>1</number>
99 </property>
100 <property name="maximum">
101 <number>100</number>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <spacer>
107 <property name="orientation">
108 <enum>Qt::Horizontal</enum>
109 </property>
110 <property name="sizeHint" stdset="0">
111 <size>
112 <width>40</width>
113 <height>20</height>
114 </size>
115 </property>
116 </spacer>
117 </item>
118 </layout>
119 </widget>
120 </item>
121 <item>
122 <widget class="QPushButton" name="configButton">
123 <property name="toolTip">
124 <string>Edit the mercurial config file</string>
125 </property>
126 <property name="text">
127 <string>Edit config file</string>
128 </property>
129 </widget>
130 </item>
131 <item>
132 <spacer>
133 <property name="orientation">
134 <enum>Qt::Vertical</enum>
135 </property>
136 <property name="sizeHint" stdset="0">
137 <size>
138 <width>388</width>
139 <height>21</height>
140 </size>
141 </property>
142 </spacer>
143 </item>
144 </layout>
145 </widget>
146 <resources/>
147 <connections/>
148 </ui>

eric ide

mercurial