Preferences/ShortcutsDialog.ui

changeset 0
de9c2efb9d02
child 1462
11e56455b406
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Preferences/ShortcutsDialog.ui	Mon Dec 28 16:03:33 2009 +0000
@@ -0,0 +1,164 @@
+<ui version="4.0" >
+ <class>ShortcutsDialog</class>
+ <widget class="QDialog" name="ShortcutsDialog" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>600</width>
+    <height>480</height>
+   </rect>
+  </property>
+  <property name="windowTitle" >
+   <string>Keyboard Shortcuts</string>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout" >
+   <item>
+    <layout class="QHBoxLayout" name="horizontalLayout" >
+     <item>
+      <widget class="QLabel" name="label" >
+       <property name="text" >
+        <string>&amp;Filter:</string>
+       </property>
+       <property name="buddy" >
+        <cstring>searchEdit</cstring>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <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" >
+        <string>Press to clear the search edit</string>
+       </property>
+       <property name="text" >
+        <string/>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item>
+    <layout class="QHBoxLayout" name="horizontalLayout_2" >
+     <item>
+      <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" >
+        <string>Select to filter based on the actions</string>
+       </property>
+       <property name="text" >
+        <string>&amp;Action</string>
+       </property>
+       <property name="checked" >
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QRadioButton" name="shortcutButton" >
+       <property name="toolTip" >
+        <string>Select to filter based on shortcut or alternative shortcut</string>
+       </property>
+       <property name="text" >
+        <string>&amp;Shortcut or Alternative</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer" >
+       <property name="orientation" >
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0" >
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+    </layout>
+   </item>
+   <item>
+    <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>
+     <property name="alternatingRowColors" >
+      <bool>true</bool>
+     </property>
+     <column>
+      <property name="text" >
+       <string>Action</string>
+      </property>
+     </column>
+     <column>
+      <property name="text" >
+       <string>Shortcut</string>
+      </property>
+     </column>
+     <column>
+      <property name="text" >
+       <string>Alternativ</string>
+      </property>
+     </column>
+    </widget>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox" >
+     <property name="orientation" >
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons" >
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="6" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+  <tabstop>searchEdit</tabstop>
+  <tabstop>clearSearchButton</tabstop>
+  <tabstop>actionButton</tabstop>
+  <tabstop>shortcutButton</tabstop>
+  <tabstop>shortcutsList</tabstop>
+  <tabstop>buttonBox</tabstop>
+ </tabstops>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>ShortcutsDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>69</x>
+     <y>457</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>77</x>
+     <y>477</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>

eric ide

mercurial