5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>628</width> |
9 <width>628</width> |
10 <height>141</height> |
10 <height>129</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Subversion Command</string> |
14 <string>Subversion Command</string> |
15 </property> |
15 </property> |
16 <layout class="QVBoxLayout"> |
16 <layout class="QGridLayout" name="gridLayout"> |
17 <item> |
17 <item row="0" column="0"> |
18 <layout class="QGridLayout"> |
18 <widget class="QLabel" name="textLabel1"> |
19 <item row="0" column="0"> |
19 <property name="toolTip"> |
20 <widget class="QLabel" name="textLabel1"> |
20 <string/> |
21 <property name="toolTip"> |
21 </property> |
22 <string/> |
22 <property name="text"> |
23 </property> |
23 <string>Subversion Command:</string> |
24 <property name="text"> |
24 </property> |
25 <string>Subversion Command:</string> |
25 </widget> |
26 </property> |
26 </item> |
27 </widget> |
27 <item row="0" column="1"> |
28 </item> |
28 <widget class="QComboBox" name="commandCombo"> |
29 <item row="0" column="1" colspan="2"> |
29 <property name="sizePolicy"> |
30 <widget class="QComboBox" name="commandCombo"> |
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
31 <property name="sizePolicy"> |
31 <horstretch>0</horstretch> |
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
32 <verstretch>0</verstretch> |
33 <horstretch>0</horstretch> |
33 </sizepolicy> |
34 <verstretch>0</verstretch> |
34 </property> |
35 </sizepolicy> |
35 <property name="toolTip"> |
36 </property> |
36 <string>Enter the Subversion command to be executed with all necessary parameters</string> |
37 <property name="toolTip"> |
37 </property> |
38 <string>Enter the Subversion command to be executed with all necessary parameters</string> |
38 <property name="whatsThis"> |
39 </property> |
39 <string><b>Subversion Command</b> |
40 <property name="whatsThis"> |
|
41 <string><b>Subversion Command</b> |
|
42 <p>Enter the Subversion command to be executed including all necessary |
40 <p>Enter the Subversion command to be executed including all necessary |
43 parameters. If a parameter of the commandline includes a space you have to |
41 parameters. If a parameter of the commandline includes a space you have to |
44 surround this parameter by single or double quotes. Do not include the name |
42 surround this parameter by single or double quotes. Do not include the name |
45 of the subversion client executable (i.e. svn).</p></string> |
43 of the subversion client executable (i.e. svn).</p></string> |
46 </property> |
44 </property> |
47 <property name="editable"> |
45 <property name="editable"> |
48 <bool>true</bool> |
46 <bool>true</bool> |
49 </property> |
47 </property> |
50 <property name="insertPolicy"> |
48 <property name="insertPolicy"> |
51 <enum>QComboBox::InsertAtTop</enum> |
49 <enum>QComboBox::InsertAtTop</enum> |
52 </property> |
50 </property> |
53 <property name="duplicatesEnabled"> |
51 <property name="duplicatesEnabled"> |
54 <bool>false</bool> |
52 <bool>false</bool> |
55 </property> |
53 </property> |
56 </widget> |
54 </widget> |
57 </item> |
55 </item> |
58 <item row="1" column="1"> |
56 <item row="1" column="0"> |
59 <widget class="QComboBox" name="workdirCombo"> |
57 <widget class="QLabel" name="textLabel2"> |
60 <property name="sizePolicy"> |
58 <property name="text"> |
61 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
59 <string>Working Directory:<br>(optional)</string> |
62 <horstretch>0</horstretch> |
60 </property> |
63 <verstretch>0</verstretch> |
61 </widget> |
64 </sizepolicy> |
62 </item> |
65 </property> |
63 <item row="1" column="1"> |
66 <property name="toolTip"> |
64 <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> |
67 <string>Enter the working directory for the Subversion command</string> |
65 <property name="sizePolicy"> |
68 </property> |
66 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
69 <property name="whatsThis"> |
67 <horstretch>0</horstretch> |
70 <string><b>Working directory</b> |
68 <verstretch>0</verstretch> |
|
69 </sizepolicy> |
|
70 </property> |
|
71 <property name="focusPolicy"> |
|
72 <enum>Qt::WheelFocus</enum> |
|
73 </property> |
|
74 <property name="toolTip"> |
|
75 <string>Enter the working directory for the Subversion command</string> |
|
76 </property> |
|
77 <property name="whatsThis"> |
|
78 <string><b>Working directory</b> |
71 <p>Enter the working directory for the Subversion command. |
79 <p>Enter the working directory for the Subversion command. |
72 This is an optional entry. The button to the right will open a |
80 This is an optional entry. The button to the right will open a |
73 directory selection dialog.</p></string> |
81 directory selection dialog.</p></string> |
74 </property> |
82 </property> |
75 <property name="editable"> |
83 </widget> |
76 <bool>true</bool> |
|
77 </property> |
|
78 <property name="insertPolicy"> |
|
79 <enum>QComboBox::InsertAtTop</enum> |
|
80 </property> |
|
81 <property name="duplicatesEnabled"> |
|
82 <bool>false</bool> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="1" column="0"> |
|
87 <widget class="QLabel" name="textLabel2"> |
|
88 <property name="text"> |
|
89 <string>Working Directory:<br>(optional)</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item row="2" column="0"> |
|
94 <widget class="QLabel" name="textLabel3"> |
|
95 <property name="sizePolicy"> |
|
96 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
|
97 <horstretch>0</horstretch> |
|
98 <verstretch>0</verstretch> |
|
99 </sizepolicy> |
|
100 </property> |
|
101 <property name="text"> |
|
102 <string>Project Directory:</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="2" column="1" colspan="2"> |
|
107 <widget class="QLabel" name="projectDirLabel"> |
|
108 <property name="sizePolicy"> |
|
109 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
110 <horstretch>0</horstretch> |
|
111 <verstretch>0</verstretch> |
|
112 </sizepolicy> |
|
113 </property> |
|
114 <property name="toolTip"> |
|
115 <string>This shows the root directory of the current project.</string> |
|
116 </property> |
|
117 <property name="text"> |
|
118 <string>project directory</string> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 <item row="1" column="2"> |
|
123 <widget class="QToolButton" name="dirButton"> |
|
124 <property name="toolTip"> |
|
125 <string>Select the working directory via a directory selection dialog</string> |
|
126 </property> |
|
127 <property name="whatsThis"> |
|
128 <string><b>Working directory</b> |
|
129 <p>Select the working directory for the Subversion command via a directory selection dialog.</p></string> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 </layout> |
|
134 </item> |
84 </item> |
135 <item> |
85 <item row="2" column="0"> |
|
86 <widget class="QLabel" name="textLabel3"> |
|
87 <property name="sizePolicy"> |
|
88 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
|
89 <horstretch>0</horstretch> |
|
90 <verstretch>0</verstretch> |
|
91 </sizepolicy> |
|
92 </property> |
|
93 <property name="text"> |
|
94 <string>Project Directory:</string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="2" column="1"> |
|
99 <widget class="QLabel" name="projectDirLabel"> |
|
100 <property name="sizePolicy"> |
|
101 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
102 <horstretch>0</horstretch> |
|
103 <verstretch>0</verstretch> |
|
104 </sizepolicy> |
|
105 </property> |
|
106 <property name="toolTip"> |
|
107 <string>This shows the root directory of the current project.</string> |
|
108 </property> |
|
109 <property name="text"> |
|
110 <string>project directory</string> |
|
111 </property> |
|
112 </widget> |
|
113 </item> |
|
114 <item row="3" column="0" colspan="2"> |
136 <widget class="QDialogButtonBox" name="buttonBox"> |
115 <widget class="QDialogButtonBox" name="buttonBox"> |
137 <property name="orientation"> |
116 <property name="orientation"> |
138 <enum>Qt::Horizontal</enum> |
117 <enum>Qt::Horizontal</enum> |
139 </property> |
118 </property> |
140 <property name="standardButtons"> |
119 <property name="standardButtons"> |