Project/AddFoundFilesDialog.ui

changeset 4125
056d98a54dd4
parent 0
de9c2efb9d02
child 5508
30626def80dc
diff -r ffab13cc3c7c -r 056d98a54dd4 Project/AddFoundFilesDialog.ui
--- a/Project/AddFoundFilesDialog.ui	Sun Feb 22 12:12:59 2015 +0100
+++ b/Project/AddFoundFilesDialog.ui	Sun Feb 22 12:16:32 2015 +0100
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>AddFoundFilesDialog</class>
- <widget class="QDialog" name="AddFoundFilesDialog" >
-  <property name="geometry" >
+ <widget class="QDialog" name="AddFoundFilesDialog">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
@@ -9,45 +10,48 @@
     <height>480</height>
    </rect>
   </property>
-  <property name="windowTitle" >
+  <property name="windowTitle">
    <string>Add found files to project</string>
   </property>
-  <property name="toolTip" >
+  <property name="toolTip">
    <string>Adds the found files to the current project.</string>
   </property>
-  <property name="sizeGripEnabled" >
+  <property name="sizeGripEnabled">
    <bool>true</bool>
   </property>
-  <layout class="QVBoxLayout" >
+  <layout class="QVBoxLayout">
    <item>
-    <widget class="QListWidget" name="fileList" >
-     <property name="toolTip" >
+    <widget class="QListWidget" name="fileList">
+     <property name="toolTip">
       <string>List of found files.</string>
      </property>
-     <property name="alternatingRowColors" >
+     <property name="horizontalScrollBarPolicy">
+      <enum>Qt::ScrollBarAlwaysOn</enum>
+     </property>
+     <property name="alternatingRowColors">
       <bool>true</bool>
      </property>
-     <property name="selectionMode" >
+     <property name="selectionMode">
       <enum>QAbstractItemView::ExtendedSelection</enum>
      </property>
-     <property name="selectionBehavior" >
+     <property name="selectionBehavior">
       <enum>QAbstractItemView::SelectRows</enum>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="QDialogButtonBox" name="buttonBox" >
-     <property name="orientation" >
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
-     <property name="standardButtons" >
+     <property name="standardButtons">
       <set>QDialogButtonBox::Cancel</set>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
- <layoutdefault spacing="6" margin="11" />
+ <layoutdefault spacing="6" margin="11"/>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <resources/>
  <connections>
@@ -57,11 +61,11 @@
    <receiver>AddFoundFilesDialog</receiver>
    <slot>reject()</slot>
    <hints>
-    <hint type="sourcelabel" >
+    <hint type="sourcelabel">
      <x>145</x>
      <y>458</y>
     </hint>
-    <hint type="destinationlabel" >
+    <hint type="destinationlabel">
      <x>148</x>
      <y>476</y>
     </hint>

eric ide

mercurial