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

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

eric ide

mercurial