Project/AddFoundFilesDialog.ui

changeset 0
de9c2efb9d02
child 4125
056d98a54dd4
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>AddFoundFilesDialog</class>
3 <widget class="QDialog" name="AddFoundFilesDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>600</width>
9 <height>480</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Add found files to project</string>
14 </property>
15 <property name="toolTip" >
16 <string>Adds the found files to the current project.</string>
17 </property>
18 <property name="sizeGripEnabled" >
19 <bool>true</bool>
20 </property>
21 <layout class="QVBoxLayout" >
22 <item>
23 <widget class="QListWidget" name="fileList" >
24 <property name="toolTip" >
25 <string>List of found files.</string>
26 </property>
27 <property name="alternatingRowColors" >
28 <bool>true</bool>
29 </property>
30 <property name="selectionMode" >
31 <enum>QAbstractItemView::ExtendedSelection</enum>
32 </property>
33 <property name="selectionBehavior" >
34 <enum>QAbstractItemView::SelectRows</enum>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QDialogButtonBox" name="buttonBox" >
40 <property name="orientation" >
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="standardButtons" >
44 <set>QDialogButtonBox::Cancel</set>
45 </property>
46 </widget>
47 </item>
48 </layout>
49 </widget>
50 <layoutdefault spacing="6" margin="11" />
51 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
52 <resources/>
53 <connections>
54 <connection>
55 <sender>buttonBox</sender>
56 <signal>rejected()</signal>
57 <receiver>AddFoundFilesDialog</receiver>
58 <slot>reject()</slot>
59 <hints>
60 <hint type="sourcelabel" >
61 <x>145</x>
62 <y>458</y>
63 </hint>
64 <hint type="destinationlabel" >
65 <x>148</x>
66 <y>476</y>
67 </hint>
68 </hints>
69 </connection>
70 </connections>
71 </ui>

eric ide

mercurial