Sun, 05 Sep 2010 15:26:43 +0200
Prepared new release.
<ui version="4.0" > <class>AddFoundFilesDialog</class> <widget class="QDialog" name="AddFoundFilesDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>600</width> <height>480</height> </rect> </property> <property name="windowTitle" > <string>Add found files to project</string> </property> <property name="toolTip" > <string>Adds the found files to the current project.</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QVBoxLayout" > <item> <widget class="QListWidget" name="fileList" > <property name="toolTip" > <string>List of found files.</string> </property> <property name="alternatingRowColors" > <bool>true</bool> </property> <property name="selectionMode" > <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="selectionBehavior" > <enum>QAbstractItemView::SelectRows</enum> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>AddFoundFilesDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>145</x> <y>458</y> </hint> <hint type="destinationlabel" > <x>148</x> <y>476</y> </hint> </hints> </connection> </connections> </ui>