eric7/Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui

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

eric ide

mercurial