1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>SvnCommandDialog</class> |
3 <class>SvnCommandDialog</class> |
3 <widget class="QDialog" name="SvnCommandDialog" > |
4 <widget class="QDialog" name="SvnCommandDialog"> |
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>628</width> |
9 <width>628</width> |
9 <height>130</height> |
10 <height>137</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Subversion Command</string> |
14 <string>Subversion Command</string> |
14 </property> |
15 </property> |
15 <layout class="QVBoxLayout" > |
16 <layout class="QVBoxLayout"> |
16 <item> |
17 <item> |
17 <layout class="QGridLayout" > |
18 <layout class="QGridLayout"> |
18 <item row="0" column="0" > |
19 <item row="0" column="0"> |
19 <widget class="QLabel" name="textLabel1" > |
20 <widget class="QLabel" name="textLabel1"> |
20 <property name="toolTip" > |
21 <property name="toolTip"> |
21 <string/> |
22 <string/> |
22 </property> |
23 </property> |
23 <property name="text" > |
24 <property name="text"> |
24 <string>Subversion Command:</string> |
25 <string>Subversion Command:</string> |
25 </property> |
26 </property> |
26 </widget> |
27 </widget> |
27 </item> |
28 </item> |
28 <item row="0" column="1" colspan="2" > |
29 <item row="0" column="1" colspan="2"> |
29 <widget class="QComboBox" name="commandCombo" > |
30 <widget class="QComboBox" name="commandCombo"> |
30 <property name="sizePolicy" > |
31 <property name="sizePolicy"> |
31 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
32 <horstretch>0</horstretch> |
33 <horstretch>0</horstretch> |
33 <verstretch>0</verstretch> |
34 <verstretch>0</verstretch> |
34 </sizepolicy> |
35 </sizepolicy> |
35 </property> |
36 </property> |
36 <property name="toolTip" > |
37 <property name="toolTip"> |
37 <string>Enter the Subversion command to be executed with all necessary parameters</string> |
38 <string>Enter the Subversion command to be executed with all necessary parameters</string> |
38 </property> |
39 </property> |
39 <property name="whatsThis" > |
40 <property name="whatsThis"> |
40 <string><b>Subversion Command</b> |
41 <string><b>Subversion Command</b> |
41 <p>Enter the Subversion command to be executed including all necessary |
42 <p>Enter the Subversion command to be executed including all necessary |
42 parameters. If a parameter of the commandline includes a space you have to |
43 parameters. If a parameter of the commandline includes a space you have to |
43 surround this parameter by single or double quotes. Do not include the name |
44 surround this parameter by single or double quotes. Do not include the name |
44 of the subversion client executable (i.e. svn).</p></string> |
45 of the subversion client executable (i.e. svn).</p></string> |
45 </property> |
46 </property> |
46 <property name="editable" > |
47 <property name="editable"> |
47 <bool>true</bool> |
48 <bool>true</bool> |
48 </property> |
49 </property> |
49 <property name="insertPolicy" > |
50 <property name="insertPolicy"> |
50 <enum>QComboBox::InsertAtTop</enum> |
51 <enum>QComboBox::InsertAtTop</enum> |
51 </property> |
52 </property> |
52 <property name="autoCompletion" > |
53 <property name="autoCompletion"> |
53 <bool>true</bool> |
54 <bool>true</bool> |
54 </property> |
55 </property> |
55 <property name="duplicatesEnabled" > |
56 <property name="duplicatesEnabled"> |
56 <bool>false</bool> |
57 <bool>false</bool> |
57 </property> |
58 </property> |
58 </widget> |
59 </widget> |
59 </item> |
60 </item> |
60 <item row="1" column="2" > |
61 <item row="1" column="2"> |
61 <widget class="QPushButton" name="dirButton" > |
62 <widget class="QPushButton" name="dirButton"> |
62 <property name="focusPolicy" > |
63 <property name="toolTip"> |
63 <enum>Qt::NoFocus</enum> |
|
64 </property> |
|
65 <property name="toolTip" > |
|
66 <string>Select the working directory via a directory selection dialog</string> |
64 <string>Select the working directory via a directory selection dialog</string> |
67 </property> |
65 </property> |
68 <property name="whatsThis" > |
66 <property name="whatsThis"> |
69 <string><b>Working directory</b> |
67 <string><b>Working directory</b> |
70 <p>Select the working directory for the Subversion command via a directory selection dialog.</p></string> |
68 <p>Select the working directory for the Subversion command via a directory selection dialog.</p></string> |
71 </property> |
69 </property> |
72 <property name="text" > |
70 <property name="text"> |
73 <string>...</string> |
71 <string>...</string> |
74 </property> |
72 </property> |
75 </widget> |
73 </widget> |
76 </item> |
74 </item> |
77 <item row="1" column="1" > |
75 <item row="1" column="1"> |
78 <widget class="QComboBox" name="workdirCombo" > |
76 <widget class="QComboBox" name="workdirCombo"> |
79 <property name="sizePolicy" > |
77 <property name="sizePolicy"> |
80 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
78 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
81 <horstretch>0</horstretch> |
79 <horstretch>0</horstretch> |
82 <verstretch>0</verstretch> |
80 <verstretch>0</verstretch> |
83 </sizepolicy> |
81 </sizepolicy> |
84 </property> |
82 </property> |
85 <property name="toolTip" > |
83 <property name="toolTip"> |
86 <string>Enter the working directory for the Subversion command</string> |
84 <string>Enter the working directory for the Subversion command</string> |
87 </property> |
85 </property> |
88 <property name="whatsThis" > |
86 <property name="whatsThis"> |
89 <string><b>Working directory</b> |
87 <string><b>Working directory</b> |
90 <p>Enter the working directory for the Subversion command. |
88 <p>Enter the working directory for the Subversion command. |
91 This is an optional entry. The button to the right will open a |
89 This is an optional entry. The button to the right will open a |
92 directory selection dialog.</p></string> |
90 directory selection dialog.</p></string> |
93 </property> |
91 </property> |
94 <property name="editable" > |
92 <property name="editable"> |
95 <bool>true</bool> |
93 <bool>true</bool> |
96 </property> |
94 </property> |
97 <property name="insertPolicy" > |
95 <property name="insertPolicy"> |
98 <enum>QComboBox::InsertAtTop</enum> |
96 <enum>QComboBox::InsertAtTop</enum> |
99 </property> |
97 </property> |
100 <property name="autoCompletion" > |
98 <property name="autoCompletion"> |
101 <bool>true</bool> |
99 <bool>true</bool> |
102 </property> |
100 </property> |
103 <property name="duplicatesEnabled" > |
101 <property name="duplicatesEnabled"> |
104 <bool>false</bool> |
102 <bool>false</bool> |
105 </property> |
103 </property> |
106 </widget> |
104 </widget> |
107 </item> |
105 </item> |
108 <item row="1" column="0" > |
106 <item row="1" column="0"> |
109 <widget class="QLabel" name="textLabel2" > |
107 <widget class="QLabel" name="textLabel2"> |
110 <property name="text" > |
108 <property name="text"> |
111 <string>Working Directory:<br>(optional)</string> |
109 <string>Working Directory:<br>(optional)</string> |
112 </property> |
110 </property> |
113 </widget> |
111 </widget> |
114 </item> |
112 </item> |
115 <item row="2" column="0" > |
113 <item row="2" column="0"> |
116 <widget class="QLabel" name="textLabel3" > |
114 <widget class="QLabel" name="textLabel3"> |
117 <property name="sizePolicy" > |
115 <property name="sizePolicy"> |
118 <sizepolicy vsizetype="Preferred" hsizetype="Minimum" > |
116 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
119 <horstretch>0</horstretch> |
117 <horstretch>0</horstretch> |
120 <verstretch>0</verstretch> |
118 <verstretch>0</verstretch> |
121 </sizepolicy> |
119 </sizepolicy> |
122 </property> |
120 </property> |
123 <property name="text" > |
121 <property name="text"> |
124 <string>Project Directory:</string> |
122 <string>Project Directory:</string> |
125 </property> |
123 </property> |
126 </widget> |
124 </widget> |
127 </item> |
125 </item> |
128 <item row="2" column="1" colspan="2" > |
126 <item row="2" column="1" colspan="2"> |
129 <widget class="QLabel" name="projectDirLabel" > |
127 <widget class="QLabel" name="projectDirLabel"> |
130 <property name="sizePolicy" > |
128 <property name="sizePolicy"> |
131 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > |
129 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
132 <horstretch>0</horstretch> |
130 <horstretch>0</horstretch> |
133 <verstretch>0</verstretch> |
131 <verstretch>0</verstretch> |
134 </sizepolicy> |
132 </sizepolicy> |
135 </property> |
133 </property> |
136 <property name="toolTip" > |
134 <property name="toolTip"> |
137 <string>This shows the root directory of the current project.</string> |
135 <string>This shows the root directory of the current project.</string> |
138 </property> |
136 </property> |
139 <property name="text" > |
137 <property name="text"> |
140 <string>project directory</string> |
138 <string>project directory</string> |
141 </property> |
139 </property> |
142 </widget> |
140 </widget> |
143 </item> |
141 </item> |
144 </layout> |
142 </layout> |
145 </item> |
143 </item> |
146 <item> |
144 <item> |
147 <widget class="QDialogButtonBox" name="buttonBox" > |
145 <widget class="QDialogButtonBox" name="buttonBox"> |
148 <property name="orientation" > |
146 <property name="orientation"> |
149 <enum>Qt::Horizontal</enum> |
147 <enum>Qt::Horizontal</enum> |
150 </property> |
148 </property> |
151 <property name="standardButtons" > |
149 <property name="standardButtons"> |
152 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
150 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
153 </property> |
151 </property> |
154 </widget> |
152 </widget> |
155 </item> |
153 </item> |
156 </layout> |
154 </layout> |
157 </widget> |
155 </widget> |
158 <layoutdefault spacing="6" margin="6" /> |
156 <layoutdefault spacing="6" margin="6"/> |
159 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
157 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
158 <tabstops> |
|
159 <tabstop>commandCombo</tabstop> |
|
160 <tabstop>workdirCombo</tabstop> |
|
161 <tabstop>dirButton</tabstop> |
|
162 <tabstop>buttonBox</tabstop> |
|
163 </tabstops> |
160 <resources/> |
164 <resources/> |
161 <connections> |
165 <connections> |
162 <connection> |
166 <connection> |
163 <sender>buttonBox</sender> |
167 <sender>buttonBox</sender> |
164 <signal>accepted()</signal> |
168 <signal>accepted()</signal> |
165 <receiver>SvnCommandDialog</receiver> |
169 <receiver>SvnCommandDialog</receiver> |
166 <slot>accept()</slot> |
170 <slot>accept()</slot> |
167 <hints> |
171 <hints> |
168 <hint type="sourcelabel" > |
172 <hint type="sourcelabel"> |
169 <x>41</x> |
173 <x>41</x> |
170 <y>103</y> |
174 <y>103</y> |
171 </hint> |
175 </hint> |
172 <hint type="destinationlabel" > |
176 <hint type="destinationlabel"> |
173 <x>49</x> |
177 <x>49</x> |
174 <y>129</y> |
178 <y>129</y> |
175 </hint> |
179 </hint> |
176 </hints> |
180 </hints> |
177 </connection> |
181 </connection> |