Project/AddFoundFilesDialog.ui

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

eric ide

mercurial