UI/FindFileNameDialog.ui

changeset 3186
a05eff845522
parent 0
de9c2efb9d02
child 4589
b648ccbdbef9
diff -r d4fa462547bc -r a05eff845522 UI/FindFileNameDialog.ui
--- a/UI/FindFileNameDialog.ui	Tue Jan 07 18:08:40 2014 +0100
+++ b/UI/FindFileNameDialog.ui	Wed Jan 08 19:07:23 2014 +0100
@@ -1,7 +1,8 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>FindFileNameDialog</class>
- <widget class="QWidget" name="FindFileNameDialog" >
-  <property name="geometry" >
+ <widget class="QWidget" name="FindFileNameDialog">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
@@ -9,48 +10,48 @@
     <height>478</height>
    </rect>
   </property>
-  <property name="windowTitle" >
+  <property name="windowTitle">
    <string>Find File</string>
   </property>
-  <layout class="QVBoxLayout" >
+  <layout class="QVBoxLayout">
    <item>
-    <widget class="QLabel" name="textLabel1" >
-     <property name="text" >
+    <widget class="QLabel" name="textLabel1">
+     <property name="text">
       <string>Enter filename (? matches any single character, * matches everything)</string>
      </property>
     </widget>
    </item>
    <item>
-    <layout class="QHBoxLayout" >
+    <layout class="QHBoxLayout">
      <item>
-      <widget class="QLineEdit" name="fileNameEdit" >
-       <property name="sizePolicy" >
-        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+      <widget class="QLineEdit" name="fileNameEdit">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>9</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
-       <property name="toolTip" >
+       <property name="toolTip">
         <string>Enter file name to search for </string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QLabel" name="extsepLabel" >
-       <property name="text" >
+      <widget class="QLabel" name="extsepLabel">
+       <property name="text">
         <string>.</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QLineEdit" name="fileExtEdit" >
-       <property name="sizePolicy" >
-        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+      <widget class="QLineEdit" name="fileExtEdit">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>1</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
-       <property name="toolTip" >
+       <property name="toolTip">
         <string>Enter file extension to search for</string>
        </property>
       </widget>
@@ -58,63 +59,60 @@
     </layout>
    </item>
    <item>
-    <layout class="QHBoxLayout" >
+    <layout class="QHBoxLayout">
      <item>
-      <widget class="QCheckBox" name="searchDirCheckBox" >
-       <property name="enabled" >
+      <widget class="QCheckBox" name="searchDirCheckBox">
+       <property name="enabled">
         <bool>false</bool>
        </property>
-       <property name="toolTip" >
+       <property name="toolTip">
         <string>Enabled to include the entered directory into the search</string>
        </property>
-       <property name="text" >
+       <property name="text">
         <string>Search Path:</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QLineEdit" name="searchDirEdit" >
-       <property name="toolTip" >
+      <widget class="QLineEdit" name="searchDirEdit">
+       <property name="toolTip">
         <string>Enter the directory, the file should be searched in</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QPushButton" name="searchDirButton" >
-       <property name="toolTip" >
+      <widget class="QToolButton" name="searchDirButton">
+       <property name="toolTip">
         <string>Press to select the directory, the file should be searched in</string>
        </property>
-       <property name="text" >
-        <string>...</string>
-       </property>
       </widget>
      </item>
     </layout>
    </item>
    <item>
-    <layout class="QHBoxLayout" >
+    <layout class="QHBoxLayout">
      <item>
-      <widget class="QCheckBox" name="projectCheckBox" >
-       <property name="toolTip" >
+      <widget class="QCheckBox" name="projectCheckBox">
+       <property name="toolTip">
         <string>Select to search in the project path</string>
        </property>
-       <property name="text" >
+       <property name="text">
         <string>Search in &amp;project</string>
        </property>
-       <property name="shortcut" >
+       <property name="shortcut">
         <string>Alt+P</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QCheckBox" name="syspathCheckBox" >
-       <property name="toolTip" >
+      <widget class="QCheckBox" name="syspathCheckBox">
+       <property name="toolTip">
         <string>Select to search in sys.path</string>
        </property>
-       <property name="text" >
+       <property name="text">
         <string>Search in &amp;sys.path</string>
        </property>
-       <property name="shortcut" >
+       <property name="shortcut">
         <string>Alt+S</string>
        </property>
       </widget>
@@ -122,31 +120,31 @@
     </layout>
    </item>
    <item>
-    <widget class="QTreeWidget" name="fileList" >
-     <property name="rootIsDecorated" >
+    <widget class="QTreeWidget" name="fileList">
+     <property name="rootIsDecorated">
       <bool>false</bool>
      </property>
-     <property name="sortingEnabled" >
+     <property name="sortingEnabled">
       <bool>true</bool>
      </property>
      <column>
-      <property name="text" >
+      <property name="text">
        <string>Filename</string>
       </property>
      </column>
      <column>
-      <property name="text" >
+      <property name="text">
        <string>Path</string>
       </property>
      </column>
     </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::Close|QDialogButtonBox::Open</set>
      </property>
     </widget>
@@ -171,11 +169,11 @@
    <receiver>FindFileNameDialog</receiver>
    <slot>close()</slot>
    <hints>
-    <hint type="sourcelabel" >
+    <hint type="sourcelabel">
      <x>40</x>
      <y>458</y>
     </hint>
-    <hint type="destinationlabel" >
+    <hint type="destinationlabel">
      <x>41</x>
      <y>477</y>
     </hint>

eric ide

mercurial