1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>AddDirectoryDialog</class> |
3 <class>AddDirectoryDialog</class> |
3 <widget class="QDialog" name="AddDirectoryDialog" > |
4 <widget class="QDialog" name="AddDirectoryDialog"> |
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>391</width> |
9 <width>391</width> |
9 <height>174</height> |
10 <height>174</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Add Directory</string> |
14 <string>Add Directory</string> |
14 </property> |
15 </property> |
15 <property name="toolTip" > |
16 <property name="toolTip"> |
16 <string>Add a directory to the current project</string> |
17 <string>Add a directory to the current project</string> |
17 </property> |
18 </property> |
18 <property name="whatsThis" > |
19 <property name="whatsThis"> |
19 <string><b>Add Directory Dialog</b> |
20 <string><b>Add Directory Dialog</b> |
20 <p>This dialog is used to add a directory to the current project.</p></string> |
21 <p>This dialog is used to add a directory to the current project.</p></string> |
21 </property> |
22 </property> |
22 <property name="sizeGripEnabled" > |
23 <property name="sizeGripEnabled"> |
23 <bool>true</bool> |
24 <bool>true</bool> |
24 </property> |
25 </property> |
25 <layout class="QVBoxLayout" > |
26 <layout class="QVBoxLayout"> |
26 <item> |
27 <item> |
27 <layout class="QGridLayout" > |
28 <layout class="QGridLayout"> |
28 <item row="0" column="1" colspan="2" > |
29 <item row="0" column="1" colspan="2"> |
29 <widget class="QComboBox" name="filterComboBox" /> |
30 <widget class="QComboBox" name="filterComboBox"/> |
30 </item> |
31 </item> |
31 <item row="2" column="2" > |
32 <item row="2" column="0"> |
32 <widget class="QPushButton" name="targetDirButton" > |
33 <widget class="QLabel" name="targetDirLabel"> |
33 <property name="whatsThis" > |
34 <property name="text"> |
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> |
35 <string>&Target Directory:</string> |
46 </property> |
36 </property> |
47 <property name="buddy" > |
37 <property name="buddy"> |
48 <cstring>targetDirEdit</cstring> |
38 <cstring>targetDirEdit</cstring> |
49 </property> |
39 </property> |
50 </widget> |
40 </widget> |
51 </item> |
41 </item> |
52 <item row="1" column="1" > |
42 <item row="1" column="1"> |
53 <widget class="QLineEdit" name="sourceDirEdit" > |
43 <widget class="QLineEdit" name="sourceDirEdit"> |
54 <property name="toolTip" > |
44 <property name="toolTip"> |
55 <string>Enter the name of the directory to add</string> |
45 <string>Enter the name of the directory to add</string> |
56 </property> |
46 </property> |
57 <property name="whatsThis" > |
47 <property name="whatsThis"> |
58 <string><b>Source Directory</b> |
48 <string><b>Source Directory</b> |
59 <p>Enter the name of the directory to add to the current project. |
49 <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 |
50 You may select it with a dialog by pressing the button to |
61 the right.</p></string> |
51 the right.</p></string> |
62 </property> |
52 </property> |
63 </widget> |
53 </widget> |
64 </item> |
54 </item> |
65 <item row="3" column="0" colspan="3" > |
55 <item row="3" column="0" colspan="3"> |
66 <widget class="QCheckBox" name="recursiveCheckBox" > |
56 <widget class="QCheckBox" name="recursiveCheckBox"> |
67 <property name="toolTip" > |
57 <property name="toolTip"> |
68 <string>Select, whether a recursive add should be performed</string> |
58 <string>Select, whether a recursive add should be performed</string> |
69 </property> |
59 </property> |
70 <property name="text" > |
60 <property name="text"> |
71 <string>&Recurse into subdirectories</string> |
61 <string>&Recurse into subdirectories</string> |
72 </property> |
62 </property> |
73 </widget> |
63 </widget> |
74 </item> |
64 </item> |
75 <item row="2" column="1" > |
65 <item row="2" column="1"> |
76 <widget class="QLineEdit" name="targetDirEdit" > |
66 <widget class="QLineEdit" name="targetDirEdit"> |
77 <property name="toolTip" > |
67 <property name="toolTip"> |
78 <string>Enter the target directory for the file</string> |
68 <string>Enter the target directory for the file</string> |
79 </property> |
69 </property> |
80 <property name="whatsThis" > |
70 <property name="whatsThis"> |
81 <string><b>Target Directory</b> |
71 <string><b>Target Directory</b> |
82 <p>Enter the target directory. You may select it |
72 <p>Enter the target directory. You may select it |
83 with a dialog by pressing the button to the right.</p></string> |
73 with a dialog by pressing the button to the right.</p></string> |
84 </property> |
74 </property> |
85 </widget> |
75 </widget> |
86 </item> |
76 </item> |
87 <item row="1" column="2" > |
77 <item row="1" column="0"> |
88 <widget class="QPushButton" name="sourceDirButton" > |
78 <widget class="QLabel" name="sourceDirLabel"> |
89 <property name="whatsThis" > |
79 <property name="text"> |
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> |
80 <string>&Source Directory:</string> |
102 </property> |
81 </property> |
103 <property name="buddy" > |
82 <property name="buddy"> |
104 <cstring>sourceDirEdit</cstring> |
83 <cstring>sourceDirEdit</cstring> |
105 </property> |
84 </property> |
106 </widget> |
85 </widget> |
107 </item> |
86 </item> |
108 <item row="0" column="0" > |
87 <item row="0" column="0"> |
109 <widget class="QLabel" name="textLabel1" > |
88 <widget class="QLabel" name="textLabel1"> |
110 <property name="text" > |
89 <property name="text"> |
111 <string>&File Type:</string> |
90 <string>&File Type:</string> |
112 </property> |
91 </property> |
113 <property name="buddy" > |
92 <property name="buddy"> |
114 <cstring>filterComboBox</cstring> |
93 <cstring>filterComboBox</cstring> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="1" column="2"> |
|
98 <widget class="QToolButton" name="sourceDirButton"> |
|
99 <property name="whatsThis"> |
|
100 <string><b>Source Directory</b> |
|
101 <p>Select the source directory via a directory selection dialog.</p></string> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item row="2" column="2"> |
|
106 <widget class="QToolButton" name="targetDirButton"> |
|
107 <property name="whatsThis"> |
|
108 <string><b>Target Directory</b> |
|
109 <p>Select the target directory via a directory selection dialog.</p></string> |
115 </property> |
110 </property> |
116 </widget> |
111 </widget> |
117 </item> |
112 </item> |
118 </layout> |
113 </layout> |
119 </item> |
114 </item> |
120 <item> |
115 <item> |
121 <widget class="QDialogButtonBox" name="buttonBox" > |
116 <widget class="QDialogButtonBox" name="buttonBox"> |
122 <property name="orientation" > |
117 <property name="orientation"> |
123 <enum>Qt::Horizontal</enum> |
118 <enum>Qt::Horizontal</enum> |
124 </property> |
119 </property> |
125 <property name="standardButtons" > |
120 <property name="standardButtons"> |
126 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
121 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
127 </property> |
122 </property> |
128 </widget> |
123 </widget> |
129 </item> |
124 </item> |
130 </layout> |
125 </layout> |
131 </widget> |
126 </widget> |
132 <layoutdefault spacing="6" margin="6" /> |
127 <layoutdefault spacing="6" margin="6"/> |
133 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
128 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
134 <tabstops> |
129 <tabstops> |
135 <tabstop>filterComboBox</tabstop> |
130 <tabstop>filterComboBox</tabstop> |
136 <tabstop>sourceDirEdit</tabstop> |
131 <tabstop>sourceDirEdit</tabstop> |
137 <tabstop>sourceDirButton</tabstop> |
132 <tabstop>sourceDirButton</tabstop> |