src/eric7/Project/AddFoundFilesDialog.ui

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

eric ide

mercurial