UI/DeleteFilesConfirmationDialog.ui

changeset 0
de9c2efb9d02
child 5508
30626def80dc
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>DeleteFilesConfirmationDialog</class>
3 <widget class="QDialog" name="DeleteFilesConfirmationDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>458</width>
9 <height>288</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string/>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QLabel" name="message" >
21 <property name="text" >
22 <string>Dummy</string>
23 </property>
24 <property name="alignment" >
25 <set>Qt::AlignVCenter</set>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QListWidget" name="filesList" >
31 <property name="focusPolicy" >
32 <enum>Qt::NoFocus</enum>
33 </property>
34 <property name="selectionMode" >
35 <enum>QAbstractItemView::NoSelection</enum>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QDialogButtonBox" name="buttonBox" >
41 <property name="orientation" >
42 <enum>Qt::Horizontal</enum>
43 </property>
44 <property name="standardButtons" >
45 <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 <layoutdefault spacing="6" margin="6" />
52 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
53 <tabstops>
54 <tabstop>filesList</tabstop>
55 </tabstops>
56 <resources/>
57 <connections/>
58 </ui>

eric ide

mercurial