Sat, 19 Nov 2016 12:51:02 +0100
Prepared release 16.11.1
<?xml version="1.0" encoding="UTF-8"?> <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="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </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>