|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitCopyDialog</class> |
|
4 <widget class="QDialog" name="GitCopyDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>409</width> |
|
10 <height>138</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Copy</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <item> |
|
21 <layout class="QGridLayout"> |
|
22 <item row="0" column="0"> |
|
23 <widget class="QLabel" name="textLabel1"> |
|
24 <property name="text"> |
|
25 <string>Source:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item row="0" column="1"> |
|
30 <widget class="QLineEdit" name="sourceEdit"> |
|
31 <property name="toolTip"> |
|
32 <string>Shows the name of the source</string> |
|
33 </property> |
|
34 <property name="whatsThis"> |
|
35 <string><b>Source name</b> |
|
36 <p>This field shows the name of the source.</p></string> |
|
37 </property> |
|
38 <property name="readOnly"> |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item row="1" column="1"> |
|
44 <widget class="QLineEdit" name="targetEdit"> |
|
45 <property name="toolTip"> |
|
46 <string>Enter the target name</string> |
|
47 </property> |
|
48 <property name="whatsThis"> |
|
49 <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> |
|
51 </property> |
|
52 </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 directory</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> |
|
74 <item> |
|
75 <widget class="QCheckBox" name="forceCheckBox"> |
|
76 <property name="toolTip"> |
|
77 <string>Select to force the operation</string> |
|
78 </property> |
|
79 <property name="text"> |
|
80 <string>Enforce operation</string> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QDialogButtonBox" name="buttonBox"> |
|
86 <property name="orientation"> |
|
87 <enum>Qt::Horizontal</enum> |
|
88 </property> |
|
89 <property name="standardButtons"> |
|
90 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 </layout> |
|
95 </widget> |
|
96 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
97 <tabstops> |
|
98 <tabstop>targetEdit</tabstop> |
|
99 <tabstop>dirButton</tabstop> |
|
100 <tabstop>forceCheckBox</tabstop> |
|
101 <tabstop>buttonBox</tabstop> |
|
102 <tabstop>sourceEdit</tabstop> |
|
103 </tabstops> |
|
104 <resources/> |
|
105 <connections> |
|
106 <connection> |
|
107 <sender>buttonBox</sender> |
|
108 <signal>accepted()</signal> |
|
109 <receiver>GitCopyDialog</receiver> |
|
110 <slot>accept()</slot> |
|
111 <hints> |
|
112 <hint type="sourcelabel"> |
|
113 <x>32</x> |
|
114 <y>79</y> |
|
115 </hint> |
|
116 <hint type="destinationlabel"> |
|
117 <x>32</x> |
|
118 <y>97</y> |
|
119 </hint> |
|
120 </hints> |
|
121 </connection> |
|
122 <connection> |
|
123 <sender>buttonBox</sender> |
|
124 <signal>rejected()</signal> |
|
125 <receiver>GitCopyDialog</receiver> |
|
126 <slot>reject()</slot> |
|
127 <hints> |
|
128 <hint type="sourcelabel"> |
|
129 <x>101</x> |
|
130 <y>80</y> |
|
131 </hint> |
|
132 <hint type="destinationlabel"> |
|
133 <x>101</x> |
|
134 <y>97</y> |
|
135 </hint> |
|
136 </hints> |
|
137 </connection> |
|
138 </connections> |
|
139 </ui> |