18 <p>This dialog is used to add files to the current project.</p></string> |
18 <p>This dialog is used to add files to the current project.</p></string> |
19 </property> |
19 </property> |
20 <property name="sizeGripEnabled"> |
20 <property name="sizeGripEnabled"> |
21 <bool>true</bool> |
21 <bool>true</bool> |
22 </property> |
22 </property> |
23 <layout class="QVBoxLayout"> |
23 <layout class="QVBoxLayout" name="verticalLayout"> |
24 <item> |
24 <item> |
25 <layout class="QGridLayout"> |
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QLabel" name="sourceFileLabel"> |
|
28 <property name="text"> |
|
29 <string>&Source Files:</string> |
|
30 </property> |
|
31 <property name="buddy"> |
|
32 <cstring>sourceFilesPicker</cstring> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item row="0" column="1"> |
|
37 <widget class="E5PathPicker" name="sourceFilesPicker" native="true"> |
|
38 <property name="sizePolicy"> |
|
39 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
40 <horstretch>0</horstretch> |
|
41 <verstretch>0</verstretch> |
|
42 </sizepolicy> |
|
43 </property> |
|
44 <property name="focusPolicy"> |
|
45 <enum>Qt::StrongFocus</enum> |
|
46 </property> |
|
47 <property name="toolTip"> |
|
48 <string>Enter the name of files to add separated by ";"</string> |
|
49 </property> |
|
50 <property name="whatsThis"> |
|
51 <string><b>Source Files</b> |
|
52 <p>Enter the name of files to add to the current project separated |
|
53 by ";". You may select them with a dialog by pressing |
|
54 the button to the right.</p></string> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
26 <item row="1" column="0"> |
58 <item row="1" column="0"> |
27 <widget class="QLabel" name="targetDirLabel"> |
59 <widget class="QLabel" name="targetDirLabel"> |
28 <property name="text"> |
60 <property name="text"> |
29 <string>&Target Directory:</string> |
61 <string>&Target Directory:</string> |
30 </property> |
62 </property> |
31 <property name="buddy"> |
63 <property name="buddy"> |
32 <cstring>targetDirEdit</cstring> |
64 <cstring>targetDirPicker</cstring> |
33 </property> |
65 </property> |
34 </widget> |
66 </widget> |
35 </item> |
67 </item> |
36 <item row="1" column="1"> |
68 <item row="1" column="1"> |
37 <widget class="QLineEdit" name="targetDirEdit"> |
69 <widget class="E5PathPicker" name="targetDirPicker" native="true"> |
|
70 <property name="sizePolicy"> |
|
71 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
72 <horstretch>0</horstretch> |
|
73 <verstretch>0</verstretch> |
|
74 </sizepolicy> |
|
75 </property> |
|
76 <property name="focusPolicy"> |
|
77 <enum>Qt::StrongFocus</enum> |
|
78 </property> |
38 <property name="toolTip"> |
79 <property name="toolTip"> |
39 <string>Enter the target directory for the file</string> |
80 <string>Enter the target directory for the file</string> |
40 </property> |
81 </property> |
41 <property name="whatsThis"> |
82 <property name="whatsThis"> |
42 <string><b>Target Directory</b> |
83 <string><b>Target Directory</b> |
43 <p>Enter the target directory. You may select it |
84 <p>Enter the target directory. You may select it |
44 with a dialog by pressing the button to the right.</p></string> |
85 with a dialog by pressing the button to the right.</p></string> |
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="0" column="0"> |
|
49 <widget class="QLabel" name="sourceFileLabel"> |
|
50 <property name="text"> |
|
51 <string>&Source Files:</string> |
|
52 </property> |
|
53 <property name="buddy"> |
|
54 <cstring>sourceFileEdit</cstring> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item row="0" column="1"> |
|
59 <widget class="QLineEdit" name="sourceFileEdit"> |
|
60 <property name="toolTip"> |
|
61 <string>Enter the name of files to add separated by the path separator</string> |
|
62 </property> |
|
63 <property name="whatsThis"> |
|
64 <string><b>Source Files</b> |
|
65 <p>Enter the name of files to add to the current project separated |
|
66 by the path separator. You may select them with a dialog by pressing |
|
67 the button to the right.</p></string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="0" column="2"> |
|
72 <widget class="QToolButton" name="sourceFileButton"> |
|
73 <property name="whatsThis"> |
|
74 <string><b>Source Files</b> |
|
75 <p>Select the source files via a files selection dialog.</p></string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="1" column="2"> |
|
80 <widget class="QToolButton" name="targetDirButton"> |
|
81 <property name="whatsThis"> |
|
82 <string><b>Target Directory</b> |
|
83 <p>Select the target directory via a directory selection dialog.</p></string> |
|
84 </property> |
86 </property> |
85 </widget> |
87 </widget> |
86 </item> |
88 </item> |
87 </layout> |
89 </layout> |
88 </item> |
90 </item> |