Project/AddFileDialog.ui

changeset 4582
3a1d1d4c6f4f
parent 3186
a05eff845522
child 5508
30626def80dc
equal deleted inserted replaced
4581:76999ca7bbf1 4582:3a1d1d4c6f4f
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>391</width> 9 <width>391</width>
10 <height>141</height> 10 <height>114</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Add Files</string> 14 <string>Add Files</string>
15 </property> 15 </property>
18 &lt;p&gt;This dialog is used to add files to the current project.&lt;/p&gt;</string> 18 &lt;p&gt;This dialog is used to add files to the current project.&lt;/p&gt;</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>&amp;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 &quot;;&quot;</string>
49 </property>
50 <property name="whatsThis">
51 <string>&lt;b&gt;Source Files&lt;/b&gt;
52 &lt;p&gt;Enter the name of files to add to the current project separated
53 by &quot;;&quot;. You may select them with a dialog by pressing
54 the button to the right.&lt;/p&gt;</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>&amp;Target Directory:</string> 61 <string>&amp;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>&lt;b&gt;Target Directory&lt;/b&gt; 83 <string>&lt;b&gt;Target Directory&lt;/b&gt;
43 &lt;p&gt;Enter the target directory. You may select it 84 &lt;p&gt;Enter the target directory. You may select it
44 with a dialog by pressing the button to the right.&lt;/p&gt;</string> 85 with a dialog by pressing the button to the right.&lt;/p&gt;</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>&amp;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>&lt;b&gt;Source Files&lt;/b&gt;
65 &lt;p&gt;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.&lt;/p&gt;</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>&lt;b&gt;Source Files&lt;/b&gt;
75 &lt;p&gt;Select the source files via a files selection dialog.&lt;/p&gt;</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>&lt;b&gt;Target Directory&lt;/b&gt;
83 &lt;p&gt;Select the target directory via a directory selection dialog.&lt;/p&gt;</string>
84 </property> 86 </property>
85 </widget> 87 </widget>
86 </item> 88 </item>
87 </layout> 89 </layout>
88 </item> 90 </item>
111 </item> 113 </item>
112 </layout> 114 </layout>
113 </widget> 115 </widget>
114 <layoutdefault spacing="6" margin="6"/> 116 <layoutdefault spacing="6" margin="6"/>
115 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 117 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
118 <customwidgets>
119 <customwidget>
120 <class>E5PathPicker</class>
121 <extends>QWidget</extends>
122 <header>E5Gui/E5PathPicker.h</header>
123 <container>1</container>
124 </customwidget>
125 </customwidgets>
116 <tabstops> 126 <tabstops>
117 <tabstop>sourceFileEdit</tabstop> 127 <tabstop>sourceFilesPicker</tabstop>
118 <tabstop>sourceFileButton</tabstop> 128 <tabstop>targetDirPicker</tabstop>
119 <tabstop>targetDirEdit</tabstop>
120 <tabstop>targetDirButton</tabstop>
121 <tabstop>sourcecodeCheckBox</tabstop> 129 <tabstop>sourcecodeCheckBox</tabstop>
122 </tabstops> 130 </tabstops>
123 <resources/> 131 <resources/>
124 <connections> 132 <connections>
125 <connection> 133 <connection>

eric ide

mercurial