Project/AddDirectoryDialog.ui

changeset 3186
a05eff845522
parent 0
de9c2efb9d02
child 4582
3a1d1d4c6f4f
equal deleted inserted replaced
3185:d4fa462547bc 3186:a05eff845522
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>&lt;b>Add Directory Dialog&lt;/b> 20 <string>&lt;b&gt;Add Directory Dialog&lt;/b&gt;
20 &lt;p>This dialog is used to add a directory to the current project.&lt;/p></string> 21 &lt;p&gt;This dialog is used to add a directory to the current project.&lt;/p&gt;</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>&lt;b>Target Directory&lt;/b>
35 &lt;p>Select the target directory via a directory selection dialog.&lt;/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>&amp;Target Directory:</string> 35 <string>&amp;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>&lt;b>Source Directory&lt;/b> 48 <string>&lt;b&gt;Source Directory&lt;/b&gt;
59 &lt;p>Enter the name of the directory to add to the current project. 49 &lt;p&gt;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.&lt;/p></string> 51 the right.&lt;/p&gt;</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>&amp;Recurse into subdirectories</string> 61 <string>&amp;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>&lt;b>Target Directory&lt;/b> 71 <string>&lt;b&gt;Target Directory&lt;/b&gt;
82 &lt;p>Enter the target directory. You may select it 72 &lt;p&gt;Enter the target directory. You may select it
83 with a dialog by pressing the button to the right.&lt;/p></string> 73 with a dialog by pressing the button to the right.&lt;/p&gt;</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>&lt;b>Source Directory&lt;/b>
91 &lt;p>Select the source directory via a directory selection dialog.&lt;/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>&amp;Source Directory:</string> 80 <string>&amp;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>&amp;File Type:</string> 90 <string>&amp;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>&lt;b&gt;Source Directory&lt;/b&gt;
101 &lt;p&gt;Select the source directory via a directory selection dialog.&lt;/p&gt;</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>&lt;b&gt;Target Directory&lt;/b&gt;
109 &lt;p&gt;Select the target directory via a directory selection dialog.&lt;/p&gt;</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>
145 <sender>buttonBox</sender> 140 <sender>buttonBox</sender>
146 <signal>accepted()</signal> 141 <signal>accepted()</signal>
147 <receiver>AddDirectoryDialog</receiver> 142 <receiver>AddDirectoryDialog</receiver>
148 <slot>accept()</slot> 143 <slot>accept()</slot>
149 <hints> 144 <hints>
150 <hint type="sourcelabel" > 145 <hint type="sourcelabel">
151 <x>29</x> 146 <x>29</x>
152 <y>126</y> 147 <y>126</y>
153 </hint> 148 </hint>
154 <hint type="destinationlabel" > 149 <hint type="destinationlabel">
155 <x>30</x> 150 <x>30</x>
156 <y>153</y> 151 <y>153</y>
157 </hint> 152 </hint>
158 </hints> 153 </hints>
159 </connection> 154 </connection>
161 <sender>buttonBox</sender> 156 <sender>buttonBox</sender>
162 <signal>rejected()</signal> 157 <signal>rejected()</signal>
163 <receiver>AddDirectoryDialog</receiver> 158 <receiver>AddDirectoryDialog</receiver>
164 <slot>reject()</slot> 159 <slot>reject()</slot>
165 <hints> 160 <hints>
166 <hint type="sourcelabel" > 161 <hint type="sourcelabel">
167 <x>111</x> 162 <x>111</x>
168 <y>131</y> 163 <y>131</y>
169 </hint> 164 </hint>
170 <hint type="destinationlabel" > 165 <hint type="destinationlabel">
171 <x>112</x> 166 <x>112</x>
172 <y>152</y> 167 <y>152</y>
173 </hint> 168 </hint>
174 </hints> 169 </hints>
175 </connection> 170 </connection>

eric ide

mercurial