|
1 <ui version="4.0" > |
|
2 <class>AddDirectoryDialog</class> |
|
3 <widget class="QDialog" name="AddDirectoryDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>391</width> |
|
9 <height>174</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Add Directory</string> |
|
14 </property> |
|
15 <property name="toolTip" > |
|
16 <string>Add a directory to the current project</string> |
|
17 </property> |
|
18 <property name="whatsThis" > |
|
19 <string><b>Add Directory Dialog</b> |
|
20 <p>This dialog is used to add a directory to the current project.</p></string> |
|
21 </property> |
|
22 <property name="sizeGripEnabled" > |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" > |
|
26 <item> |
|
27 <layout class="QGridLayout" > |
|
28 <item row="0" column="1" colspan="2" > |
|
29 <widget class="QComboBox" name="filterComboBox" /> |
|
30 </item> |
|
31 <item row="2" column="2" > |
|
32 <widget class="QPushButton" name="targetDirButton" > |
|
33 <property name="whatsThis" > |
|
34 <string><b>Target Directory</b> |
|
35 <p>Select the target directory via a directory selection dialog.</p></string> |
|
36 </property> |
|
37 <property name="text" > |
|
38 <string>...</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item row="2" column="0" > |
|
43 <widget class="QLabel" name="targetDirLabel" > |
|
44 <property name="text" > |
|
45 <string>&Target Directory:</string> |
|
46 </property> |
|
47 <property name="buddy" > |
|
48 <cstring>targetDirEdit</cstring> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="1" column="1" > |
|
53 <widget class="QLineEdit" name="sourceDirEdit" > |
|
54 <property name="toolTip" > |
|
55 <string>Enter the name of the directory to add</string> |
|
56 </property> |
|
57 <property name="whatsThis" > |
|
58 <string><b>Source Directory</b> |
|
59 <p>Enter the name of the directory to add to the current project. |
|
60 You may select it with a dialog by pressing the button to |
|
61 the right.</p></string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="3" column="0" colspan="3" > |
|
66 <widget class="QCheckBox" name="recursiveCheckBox" > |
|
67 <property name="toolTip" > |
|
68 <string>Select, whether a recursive add should be performed</string> |
|
69 </property> |
|
70 <property name="text" > |
|
71 <string>&Recurse into subdirectories</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="2" column="1" > |
|
76 <widget class="QLineEdit" name="targetDirEdit" > |
|
77 <property name="toolTip" > |
|
78 <string>Enter the target directory for the file</string> |
|
79 </property> |
|
80 <property name="whatsThis" > |
|
81 <string><b>Target Directory</b> |
|
82 <p>Enter the target directory. You may select it |
|
83 with a dialog by pressing the button to the right.</p></string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="1" column="2" > |
|
88 <widget class="QPushButton" name="sourceDirButton" > |
|
89 <property name="whatsThis" > |
|
90 <string><b>Source Directory</b> |
|
91 <p>Select the source directory via a directory selection dialog.</p></string> |
|
92 </property> |
|
93 <property name="text" > |
|
94 <string>...</string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="1" column="0" > |
|
99 <widget class="QLabel" name="sourceDirLabel" > |
|
100 <property name="text" > |
|
101 <string>&Source Directory:</string> |
|
102 </property> |
|
103 <property name="buddy" > |
|
104 <cstring>sourceDirEdit</cstring> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item row="0" column="0" > |
|
109 <widget class="QLabel" name="textLabel1" > |
|
110 <property name="text" > |
|
111 <string>&File Type:</string> |
|
112 </property> |
|
113 <property name="buddy" > |
|
114 <cstring>filterComboBox</cstring> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 </layout> |
|
119 </item> |
|
120 <item> |
|
121 <widget class="QDialogButtonBox" name="buttonBox" > |
|
122 <property name="orientation" > |
|
123 <enum>Qt::Horizontal</enum> |
|
124 </property> |
|
125 <property name="standardButtons" > |
|
126 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 </layout> |
|
131 </widget> |
|
132 <layoutdefault spacing="6" margin="6" /> |
|
133 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
134 <tabstops> |
|
135 <tabstop>filterComboBox</tabstop> |
|
136 <tabstop>sourceDirEdit</tabstop> |
|
137 <tabstop>sourceDirButton</tabstop> |
|
138 <tabstop>targetDirEdit</tabstop> |
|
139 <tabstop>targetDirButton</tabstop> |
|
140 <tabstop>recursiveCheckBox</tabstop> |
|
141 </tabstops> |
|
142 <resources/> |
|
143 <connections> |
|
144 <connection> |
|
145 <sender>buttonBox</sender> |
|
146 <signal>accepted()</signal> |
|
147 <receiver>AddDirectoryDialog</receiver> |
|
148 <slot>accept()</slot> |
|
149 <hints> |
|
150 <hint type="sourcelabel" > |
|
151 <x>29</x> |
|
152 <y>126</y> |
|
153 </hint> |
|
154 <hint type="destinationlabel" > |
|
155 <x>30</x> |
|
156 <y>153</y> |
|
157 </hint> |
|
158 </hints> |
|
159 </connection> |
|
160 <connection> |
|
161 <sender>buttonBox</sender> |
|
162 <signal>rejected()</signal> |
|
163 <receiver>AddDirectoryDialog</receiver> |
|
164 <slot>reject()</slot> |
|
165 <hints> |
|
166 <hint type="sourcelabel" > |
|
167 <x>111</x> |
|
168 <y>131</y> |
|
169 </hint> |
|
170 <hint type="destinationlabel" > |
|
171 <x>112</x> |
|
172 <y>152</y> |
|
173 </hint> |
|
174 </hints> |
|
175 </connection> |
|
176 </connections> |
|
177 </ui> |