src/eric7/Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8624
5192a2592324
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SubversionPage</class>
4 <widget class="QWidget" name="SubversionPage">
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 Subversion 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="QPushButton" name="configButton">
78 <property name="toolTip">
79 <string>Edit the subversion config file</string>
80 </property>
81 <property name="text">
82 <string>Edit config file</string>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <widget class="QPushButton" name="serversButton">
88 <property name="toolTip">
89 <string>Edit the subversion servers file</string>
90 </property>
91 <property name="text">
92 <string>Edit servers file</string>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <spacer>
98 <property name="orientation">
99 <enum>Qt::Vertical</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>388</width>
104 <height>21</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 </layout>
110 </widget>
111 <resources/>
112 <connections/>
113 </ui>

eric ide

mercurial