diff options
Diffstat (limited to 'attic/muse_qt4_evolution/muse/widgets/shortcutconfig.ui')
-rw-r--r-- | attic/muse_qt4_evolution/muse/widgets/shortcutconfig.ui | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/attic/muse_qt4_evolution/muse/widgets/shortcutconfig.ui b/attic/muse_qt4_evolution/muse/widgets/shortcutconfig.ui new file mode 100644 index 00000000..901e2cac --- /dev/null +++ b/attic/muse_qt4_evolution/muse/widgets/shortcutconfig.ui @@ -0,0 +1,180 @@ +<ui version="4.0" > + <class>ShortcutConfigBase</class> + <widget class="QDialog" name="ShortcutConfigBase" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>661</width> + <height>403</height> + </rect> + </property> + <property name="windowTitle" > + <string>Configure Keyboard Shortcuts</string> + </property> + <property name="sizeGripEnabled" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" > + <property name="margin" > + <number>9</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QSplitter" name="splitter" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <widget class="QTreeWidget" name="cgListView" > + <property name="sizePolicy" > + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>1</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>105</width> + <height>200</height> + </size> + </property> + <property name="indentation" > + <number>0</number> + </property> + <property name="rootIsDecorated" > + <bool>false</bool> + </property> + <property name="sortingEnabled" > + <bool>true</bool> + </property> + <property name="columnCount" > + <number>1</number> + </property> + <column> + <property name="text" > + <string>Category</string> + </property> + </column> + </widget> + <widget class="QTreeWidget" name="scListView" > + <property name="sizePolicy" > + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>2</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize" > + <size> + <width>170</width> + <height>230</height> + </size> + </property> + <property name="alternatingRowColors" > + <bool>true</bool> + </property> + <property name="indentation" > + <number>0</number> + </property> + <property name="rootIsDecorated" > + <bool>false</bool> + </property> + <property name="uniformRowHeights" > + <bool>true</bool> + </property> + <property name="sortingEnabled" > + <bool>true</bool> + </property> + <property name="allColumnsShowFocus" > + <bool>true</bool> + </property> + <property name="columnCount" > + <number>2</number> + </property> + <column> + <property name="text" > + <string>Description</string> + </property> + </column> + <column> + <property name="text" > + <string>Shortcut</string> + </property> + </column> + </widget> + </widget> + </item> + <item> + <layout class="QHBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QPushButton" name="clearButton" > + <property name="enabled" > + <bool>false</bool> + </property> + <property name="text" > + <string>&Clear</string> + </property> + <property name="shortcut" > + <string>Alt+C</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="defineButton" > + <property name="enabled" > + <bool>false</bool> + </property> + <property name="text" > + <string>&Define</string> + </property> + <property name="shortcut" > + <string>Alt+D</string> + </property> + </widget> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" > + <size> + <width>30</width> + <height>21</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="applyButton" > + <property name="text" > + <string>Ok</string> + </property> + <property name="shortcut" > + <string>Alt+A</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11" /> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <resources/> + <connections/> +</ui> |