1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>SvnCopyDialog</class> |
3 <class>SvnCopyDialog</class> |
3 <widget class="QDialog" name="SvnCopyDialog" > |
4 <widget class="QDialog" name="SvnCopyDialog"> |
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>409</width> |
9 <width>409</width> |
9 <height>133</height> |
10 <height>135</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Subversion Copy</string> |
14 <string>Subversion Copy</string> |
14 </property> |
15 </property> |
15 <property name="sizeGripEnabled" > |
16 <property name="sizeGripEnabled"> |
16 <bool>true</bool> |
17 <bool>true</bool> |
17 </property> |
18 </property> |
18 <layout class="QVBoxLayout" > |
19 <layout class="QVBoxLayout"> |
19 <item> |
20 <item> |
20 <layout class="QGridLayout" > |
21 <layout class="QGridLayout"> |
21 <item row="1" column="2" > |
22 <item row="1" column="2"> |
22 <widget class="QPushButton" name="dirButton" > |
23 <widget class="QPushButton" name="dirButton"> |
23 <property name="focusPolicy" > |
24 <property name="focusPolicy"> |
24 <enum>Qt::NoFocus</enum> |
25 <enum>Qt::NoFocus</enum> |
25 </property> |
26 </property> |
26 <property name="toolTip" > |
27 <property name="toolTip"> |
27 <string>Press to open a selection dialog</string> |
28 <string>Press to open a selection dialog</string> |
28 </property> |
29 </property> |
29 <property name="whatsThis" > |
30 <property name="whatsThis"> |
30 <string><b>Target name</b> |
31 <string><b>Target name</b> |
31 <p>Select the target name for the operation via a selection dialog.</p></string> |
32 <p>Select the target name for the operation via a selection dialog.</p></string> |
32 </property> |
33 </property> |
33 <property name="text" > |
34 <property name="text"> |
34 <string>...</string> |
35 <string>...</string> |
35 </property> |
36 </property> |
36 </widget> |
37 </widget> |
37 </item> |
38 </item> |
38 <item row="0" column="0" > |
39 <item row="0" column="0"> |
39 <widget class="QLabel" name="textLabel1" > |
40 <widget class="QLabel" name="textLabel1"> |
40 <property name="text" > |
41 <property name="text"> |
41 <string>Source:</string> |
42 <string>Source:</string> |
42 </property> |
43 </property> |
43 </widget> |
44 </widget> |
44 </item> |
45 </item> |
45 <item row="0" column="1" > |
46 <item row="0" column="1"> |
46 <widget class="QLineEdit" name="sourceEdit" > |
47 <widget class="QLineEdit" name="sourceEdit"> |
47 <property name="focusPolicy" > |
48 <property name="toolTip"> |
48 <enum>Qt::NoFocus</enum> |
|
49 </property> |
|
50 <property name="toolTip" > |
|
51 <string>Shows the name of the source</string> |
49 <string>Shows the name of the source</string> |
52 </property> |
50 </property> |
53 <property name="whatsThis" > |
51 <property name="whatsThis"> |
54 <string><b>Source name</b> |
52 <string><b>Source name</b> |
55 <p>This field shows the name of the source.</p></string> |
53 <p>This field shows the name of the source.</p></string> |
56 </property> |
54 </property> |
57 <property name="readOnly" > |
55 <property name="readOnly"> |
58 <bool>true</bool> |
56 <bool>true</bool> |
59 </property> |
57 </property> |
60 </widget> |
58 </widget> |
61 </item> |
59 </item> |
62 <item row="1" column="1" > |
60 <item row="1" column="1"> |
63 <widget class="QLineEdit" name="targetEdit" > |
61 <widget class="QLineEdit" name="targetEdit"> |
64 <property name="toolTip" > |
62 <property name="toolTip"> |
65 <string>Enter the target name</string> |
63 <string>Enter the target name</string> |
66 </property> |
64 </property> |
67 <property name="whatsThis" > |
65 <property name="whatsThis"> |
68 <string><b>Target name</b> |
66 <string><b>Target name</b> |
69 <p>Enter the new name in this field.</p></string> |
67 <p>Enter the new name in this field.</p></string> |
70 </property> |
68 </property> |
71 </widget> |
69 </widget> |
72 </item> |
70 </item> |
73 <item row="1" column="0" > |
71 <item row="1" column="0"> |
74 <widget class="QLabel" name="textLabel2" > |
72 <widget class="QLabel" name="textLabel2"> |
75 <property name="text" > |
73 <property name="text"> |
76 <string>Target:</string> |
74 <string>Target:</string> |
77 </property> |
75 </property> |
78 </widget> |
76 </widget> |
79 </item> |
77 </item> |
80 </layout> |
78 </layout> |
81 </item> |
79 </item> |
82 <item> |
80 <item> |
83 <widget class="QCheckBox" name="forceCheckBox" > |
81 <widget class="QCheckBox" name="forceCheckBox"> |
84 <property name="toolTip" > |
82 <property name="toolTip"> |
85 <string>Select to force the operation</string> |
83 <string>Select to force the operation</string> |
86 </property> |
84 </property> |
87 <property name="text" > |
85 <property name="text"> |
88 <string>Enforce operation</string> |
86 <string>Enforce operation</string> |
89 </property> |
87 </property> |
90 </widget> |
88 </widget> |
91 </item> |
89 </item> |
92 <item> |
90 <item> |
93 <widget class="QDialogButtonBox" name="buttonBox" > |
91 <widget class="QDialogButtonBox" name="buttonBox"> |
94 <property name="orientation" > |
92 <property name="orientation"> |
95 <enum>Qt::Horizontal</enum> |
93 <enum>Qt::Horizontal</enum> |
96 </property> |
94 </property> |
97 <property name="standardButtons" > |
95 <property name="standardButtons"> |
98 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
96 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
99 </property> |
97 </property> |
100 </widget> |
98 </widget> |
101 </item> |
99 </item> |
102 </layout> |
100 </layout> |
103 </widget> |
101 </widget> |
104 <layoutdefault spacing="6" margin="6" /> |
102 <layoutdefault spacing="6" margin="6"/> |
105 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
103 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
106 <tabstops> |
104 <tabstops> |
107 <tabstop>targetEdit</tabstop> |
105 <tabstop>targetEdit</tabstop> |
108 <tabstop>forceCheckBox</tabstop> |
106 <tabstop>forceCheckBox</tabstop> |
109 <tabstop>buttonBox</tabstop> |
107 <tabstop>buttonBox</tabstop> |