|
1 <ui version="4.0" > |
|
2 <class>SvnCopyDialog</class> |
|
3 <widget class="QDialog" name="SvnCopyDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>409</width> |
|
9 <height>133</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Subversion Copy</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <layout class="QGridLayout" > |
|
21 <item row="1" column="2" > |
|
22 <widget class="QPushButton" name="dirButton" > |
|
23 <property name="focusPolicy" > |
|
24 <enum>Qt::NoFocus</enum> |
|
25 </property> |
|
26 <property name="toolTip" > |
|
27 <string>Press to open a selection dialog</string> |
|
28 </property> |
|
29 <property name="whatsThis" > |
|
30 <string><b>Target directory</b> |
|
31 <p>Select the target name for the operation via a selection dialog.</p></string> |
|
32 </property> |
|
33 <property name="text" > |
|
34 <string>...</string> |
|
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 <item row="0" column="0" > |
|
39 <widget class="QLabel" name="textLabel1" > |
|
40 <property name="text" > |
|
41 <string>Source:</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item row="0" column="1" > |
|
46 <widget class="QLineEdit" name="sourceEdit" > |
|
47 <property name="focusPolicy" > |
|
48 <enum>Qt::NoFocus</enum> |
|
49 </property> |
|
50 <property name="toolTip" > |
|
51 <string>Shows the name of the source</string> |
|
52 </property> |
|
53 <property name="whatsThis" > |
|
54 <string><b>Source name</b> |
|
55 <p>This field shows the name of the source.</p></string> |
|
56 </property> |
|
57 <property name="readOnly" > |
|
58 <bool>true</bool> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 <item row="1" column="1" > |
|
63 <widget class="QLineEdit" name="targetEdit" > |
|
64 <property name="toolTip" > |
|
65 <string>Enter the target name</string> |
|
66 </property> |
|
67 <property name="whatsThis" > |
|
68 <string><b>Target name</b> |
|
69 <p>Enter the new name in this field.</p></string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="1" column="0" > |
|
74 <widget class="QLabel" name="textLabel2" > |
|
75 <property name="text" > |
|
76 <string>Target:</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="QCheckBox" name="forceCheckBox" > |
|
84 <property name="toolTip" > |
|
85 <string>Select to force the operation</string> |
|
86 </property> |
|
87 <property name="text" > |
|
88 <string>Enforce operation</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item> |
|
93 <widget class="QDialogButtonBox" name="buttonBox" > |
|
94 <property name="orientation" > |
|
95 <enum>Qt::Horizontal</enum> |
|
96 </property> |
|
97 <property name="standardButtons" > |
|
98 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 </layout> |
|
103 </widget> |
|
104 <layoutdefault spacing="6" margin="6" /> |
|
105 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
106 <tabstops> |
|
107 <tabstop>targetEdit</tabstop> |
|
108 <tabstop>forceCheckBox</tabstop> |
|
109 <tabstop>buttonBox</tabstop> |
|
110 </tabstops> |
|
111 <resources/> |
|
112 <connections> |
|
113 <connection> |
|
114 <sender>buttonBox</sender> |
|
115 <signal>accepted()</signal> |
|
116 <receiver>SvnCopyDialog</receiver> |
|
117 <slot>accept()</slot> |
|
118 <hints> |
|
119 <hint type="sourcelabel" > |
|
120 <x>32</x> |
|
121 <y>79</y> |
|
122 </hint> |
|
123 <hint type="destinationlabel" > |
|
124 <x>32</x> |
|
125 <y>97</y> |
|
126 </hint> |
|
127 </hints> |
|
128 </connection> |
|
129 <connection> |
|
130 <sender>buttonBox</sender> |
|
131 <signal>rejected()</signal> |
|
132 <receiver>SvnCopyDialog</receiver> |
|
133 <slot>reject()</slot> |
|
134 <hints> |
|
135 <hint type="sourcelabel" > |
|
136 <x>101</x> |
|
137 <y>80</y> |
|
138 </hint> |
|
139 <hint type="destinationlabel" > |
|
140 <x>101</x> |
|
141 <y>97</y> |
|
142 </hint> |
|
143 </hints> |
|
144 </connection> |
|
145 </connections> |
|
146 </ui> |