Preferences/ShortcutsDialog.ui

changeset 1462
11e56455b406
parent 0
de9c2efb9d02
child 2223
054c285dab38
--- a/Preferences/ShortcutsDialog.ui	Sun Nov 20 15:11:01 2011 +0100
+++ b/Preferences/ShortcutsDialog.ui	Sun Nov 20 17:27:04 2011 +0100
@@ -1,43 +1,44 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>ShortcutsDialog</class>
- <widget class="QDialog" name="ShortcutsDialog" >
-  <property name="geometry" >
+ <widget class="QDialog" name="ShortcutsDialog">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>600</width>
-    <height>480</height>
+    <width>800</width>
+    <height>500</height>
    </rect>
   </property>
-  <property name="windowTitle" >
+  <property name="windowTitle">
    <string>Keyboard Shortcuts</string>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout" >
+  <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout" >
+    <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
-      <widget class="QLabel" name="label" >
-       <property name="text" >
+      <widget class="QLabel" name="label">
+       <property name="text">
         <string>&amp;Filter:</string>
        </property>
-       <property name="buddy" >
+       <property name="buddy">
         <cstring>searchEdit</cstring>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QLineEdit" name="searchEdit" >
-       <property name="toolTip" >
+      <widget class="QLineEdit" name="searchEdit">
+       <property name="toolTip">
         <string>Enter the regular expression that should be contained in the shortcut action</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QToolButton" name="clearSearchButton" >
-       <property name="toolTip" >
+      <widget class="QToolButton" name="clearSearchButton">
+       <property name="toolTip">
         <string>Press to clear the search edit</string>
        </property>
-       <property name="text" >
+       <property name="text">
         <string/>
        </property>
       </widget>
@@ -45,43 +46,43 @@
     </layout>
    </item>
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout_2" >
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
      <item>
-      <widget class="QLabel" name="label_2" >
-       <property name="text" >
+      <widget class="QLabel" name="label_2">
+       <property name="text">
         <string>Filter on</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QRadioButton" name="actionButton" >
-       <property name="toolTip" >
+      <widget class="QRadioButton" name="actionButton">
+       <property name="toolTip">
         <string>Select to filter based on the actions</string>
        </property>
-       <property name="text" >
+       <property name="text">
         <string>&amp;Action</string>
        </property>
-       <property name="checked" >
+       <property name="checked">
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QRadioButton" name="shortcutButton" >
-       <property name="toolTip" >
+      <widget class="QRadioButton" name="shortcutButton">
+       <property name="toolTip">
         <string>Select to filter based on shortcut or alternative shortcut</string>
        </property>
-       <property name="text" >
+       <property name="text">
         <string>&amp;Shortcut or Alternative</string>
        </property>
       </widget>
      </item>
      <item>
-      <spacer name="horizontalSpacer" >
-       <property name="orientation" >
+      <spacer name="horizontalSpacer">
+       <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
-       <property name="sizeHint" stdset="0" >
+       <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
@@ -92,47 +93,47 @@
     </layout>
    </item>
    <item>
-    <widget class="QTreeWidget" name="shortcutsList" >
-     <property name="toolTip" >
+    <widget class="QTreeWidget" name="shortcutsList">
+     <property name="toolTip">
       <string>This list shows all keyboard shortcuts.</string>
      </property>
-     <property name="whatsThis" >
-      <string>&lt;b>Keyboard Shortcuts List&lt;/b>
-&lt;p>This list shows all keyboard shortcuts defined in the application. Double click an entry in order to change the respective shortcut. Alternatively, the shortcut might be changed by editing the key sequence in the respective column.&lt;/p></string>
+     <property name="whatsThis">
+      <string>&lt;b&gt;Keyboard Shortcuts List&lt;/b&gt;
+&lt;p&gt;This list shows all keyboard shortcuts defined in the application. Double click an entry in order to change the respective shortcut. Alternatively, the shortcut might be changed by editing the key sequence in the respective column.&lt;/p&gt;</string>
      </property>
-     <property name="alternatingRowColors" >
+     <property name="alternatingRowColors">
       <bool>true</bool>
      </property>
      <column>
-      <property name="text" >
+      <property name="text">
        <string>Action</string>
       </property>
      </column>
      <column>
-      <property name="text" >
+      <property name="text">
        <string>Shortcut</string>
       </property>
      </column>
      <column>
-      <property name="text" >
+      <property name="text">
        <string>Alternativ</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::Cancel|QDialogButtonBox::Ok</set>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
- <layoutdefault spacing="6" margin="6" />
+ <layoutdefault spacing="6" margin="6"/>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <tabstops>
   <tabstop>searchEdit</tabstop>
@@ -150,11 +151,11 @@
    <receiver>ShortcutsDialog</receiver>
    <slot>reject()</slot>
    <hints>
-    <hint type="sourcelabel" >
+    <hint type="sourcelabel">
      <x>69</x>
      <y>457</y>
     </hint>
-    <hint type="destinationlabel" >
+    <hint type="destinationlabel">
      <x>77</x>
      <y>477</y>
     </hint>

eric ide

mercurial