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>409</width> |
9 <width>409</width> |
10 <height>138</height> |
10 <height>120</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Subversion Copy</string> |
14 <string>Subversion Copy</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout"> |
19 <layout class="QGridLayout" name="gridLayout"> |
20 <item> |
20 <item row="0" column="0"> |
21 <layout class="QGridLayout"> |
21 <widget class="QLabel" name="textLabel1"> |
22 <item row="0" column="0"> |
22 <property name="text"> |
23 <widget class="QLabel" name="textLabel1"> |
23 <string>Source:</string> |
24 <property name="text"> |
24 </property> |
25 <string>Source:</string> |
25 </widget> |
26 </property> |
26 </item> |
27 </widget> |
27 <item row="0" column="1"> |
28 </item> |
28 <widget class="QLineEdit" name="sourceEdit"> |
29 <item row="0" column="1"> |
29 <property name="toolTip"> |
30 <widget class="QLineEdit" name="sourceEdit"> |
30 <string>Shows the name of the source</string> |
31 <property name="toolTip"> |
31 </property> |
32 <string>Shows the name of the source</string> |
32 <property name="whatsThis"> |
33 </property> |
33 <string><b>Source name</b> |
34 <property name="whatsThis"> |
|
35 <string><b>Source name</b> |
|
36 <p>This field shows the name of the source.</p></string> |
34 <p>This field shows the name of the source.</p></string> |
37 </property> |
35 </property> |
38 <property name="readOnly"> |
36 <property name="readOnly"> |
39 <bool>true</bool> |
37 <bool>true</bool> |
40 </property> |
38 </property> |
41 </widget> |
39 </widget> |
42 </item> |
40 </item> |
43 <item row="1" column="1"> |
41 <item row="1" column="0"> |
44 <widget class="QLineEdit" name="targetEdit"> |
42 <widget class="QLabel" name="textLabel2"> |
45 <property name="toolTip"> |
43 <property name="text"> |
46 <string>Enter the target name</string> |
44 <string>Target:</string> |
47 </property> |
45 </property> |
48 <property name="whatsThis"> |
46 </widget> |
49 <string><b>Target name</b> |
47 </item> |
|
48 <item row="1" column="1"> |
|
49 <widget class="E5PathPicker" name="targetPicker" native="true"> |
|
50 <property name="sizePolicy"> |
|
51 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
52 <horstretch>0</horstretch> |
|
53 <verstretch>0</verstretch> |
|
54 </sizepolicy> |
|
55 </property> |
|
56 <property name="focusPolicy"> |
|
57 <enum>Qt::StrongFocus</enum> |
|
58 </property> |
|
59 <property name="toolTip"> |
|
60 <string>Enter the target name</string> |
|
61 </property> |
|
62 <property name="whatsThis"> |
|
63 <string><b>Target name</b> |
50 <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></string> |
64 <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></string> |
51 </property> |
65 </property> |
52 </widget> |
66 </widget> |
53 </item> |
|
54 <item row="1" column="0"> |
|
55 <widget class="QLabel" name="textLabel2"> |
|
56 <property name="text"> |
|
57 <string>Target:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="1" column="2"> |
|
62 <widget class="QToolButton" name="dirButton"> |
|
63 <property name="toolTip"> |
|
64 <string>Press to open a selection dialog</string> |
|
65 </property> |
|
66 <property name="whatsThis"> |
|
67 <string><b>Target name</b> |
|
68 <p>Select the target name for the operation via a selection dialog.</p></string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 </layout> |
|
73 </item> |
67 </item> |
74 <item> |
68 <item row="2" column="0" colspan="2"> |
75 <widget class="QCheckBox" name="forceCheckBox"> |
69 <widget class="QCheckBox" name="forceCheckBox"> |
76 <property name="toolTip"> |
70 <property name="toolTip"> |
77 <string>Select to force the operation</string> |
71 <string>Select to force the operation</string> |
78 </property> |
72 </property> |
79 <property name="text"> |
73 <property name="text"> |
80 <string>Enforce operation</string> |
74 <string>Enforce operation</string> |
81 </property> |
75 </property> |
82 </widget> |
76 </widget> |
83 </item> |
77 </item> |
84 <item> |
78 <item row="3" column="0" colspan="2"> |
85 <widget class="QDialogButtonBox" name="buttonBox"> |
79 <widget class="QDialogButtonBox" name="buttonBox"> |
86 <property name="orientation"> |
80 <property name="orientation"> |
87 <enum>Qt::Horizontal</enum> |
81 <enum>Qt::Horizontal</enum> |
88 </property> |
82 </property> |
89 <property name="standardButtons"> |
83 <property name="standardButtons"> |