--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/UI/DeleteFilesConfirmationDialog.ui Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,58 @@ +<ui version="4.0" > + <class>DeleteFilesConfirmationDialog</class> + <widget class="QDialog" name="DeleteFilesConfirmationDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>458</width> + <height>288</height> + </rect> + </property> + <property name="windowTitle" > + <string/> + </property> + <property name="sizeGripEnabled" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" > + <item> + <widget class="QLabel" name="message" > + <property name="text" > + <string>Dummy</string> + </property> + <property name="alignment" > + <set>Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QListWidget" name="filesList" > + <property name="focusPolicy" > + <enum>Qt::NoFocus</enum> + </property> + <property name="selectionMode" > + <enum>QAbstractItemView::NoSelection</enum> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set> + </property> + </widget> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="6" /> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <tabstops> + <tabstop>filesList</tabstop> + </tabstops> + <resources/> + <connections/> +</ui>