2007-10-16 14:41:46 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>PrefShortcuts</class>
|
|
|
|
<widget class="QWidget" name="PrefShortcuts" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-10-18 16:09:01 +00:00
|
|
|
<width>409</width>
|
2007-10-29 08:56:30 +00:00
|
|
|
<height>494</height>
|
2007-10-16 14:41:46 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>1</hsizetype>
|
|
|
|
<vsizetype>1</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2008-04-21 10:10:12 +00:00
|
|
|
<item row="3" column="0" colspan="3" >
|
2007-10-29 08:56:30 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
2007-10-16 17:48:37 +00:00
|
|
|
</property>
|
2007-10-29 08:56:30 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-10-16 17:48:37 +00:00
|
|
|
</property>
|
2007-10-29 08:56:30 +00:00
|
|
|
<item>
|
2008-04-21 10:10:12 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>131</width>
|
|
|
|
<height>27</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="modifyPB" >
|
2007-10-29 08:56:30 +00:00
|
|
|
<property name="text" >
|
2008-04-21 10:10:12 +00:00
|
|
|
<string>&Modify</string>
|
2007-10-29 08:56:30 +00:00
|
|
|
</property>
|
2008-04-21 10:10:12 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="removePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Remo&ve</string>
|
2007-10-29 08:56:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-04-21 10:10:12 +00:00
|
|
|
<widget class="QPushButton" name="newPB" >
|
|
|
|
<property name="text" >
|
2009-03-28 13:13:13 +00:00
|
|
|
<string>&New</string>
|
2008-04-21 10:10:12 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2007-10-29 08:56:30 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2007-10-16 17:48:37 +00:00
|
|
|
</item>
|
2008-04-21 10:10:12 +00:00
|
|
|
<item row="2" column="0" colspan="3" >
|
|
|
|
<widget class="QTreeWidget" name="shortcutsTW" />
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLineEdit" name="bindFileED" />
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QPushButton" name="bindFilePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Br&owse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-11-01 10:39:20 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="bindFileLA" >
|
2007-10-29 08:56:30 +00:00
|
|
|
<property name="text" >
|
2007-11-01 10:39:20 +00:00
|
|
|
<string>&Bind file:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>bindFileED</cstring>
|
2007-10-18 16:09:01 +00:00
|
|
|
</property>
|
2007-10-29 08:56:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-04-21 10:10:12 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
2007-10-29 08:56:30 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
2007-10-18 16:09:01 +00:00
|
|
|
</property>
|
2007-10-29 08:56:30 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
2007-10-18 16:09:01 +00:00
|
|
|
</property>
|
2007-10-29 08:56:30 +00:00
|
|
|
<item>
|
2008-04-21 10:10:12 +00:00
|
|
|
<widget class="QLabel" name="shortcutsLBL" >
|
2007-10-29 08:56:30 +00:00
|
|
|
<property name="text" >
|
2008-04-21 10:10:12 +00:00
|
|
|
<string>Show ke&y-bindings containing:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>searchLE</cstring>
|
2007-10-29 08:56:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2008-04-21 10:10:12 +00:00
|
|
|
<widget class="QLineEdit" name="searchLE" />
|
2007-10-29 08:56:30 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2007-10-18 16:47:31 +00:00
|
|
|
</item>
|
2007-10-16 14:41:46 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>bindFileED</tabstop>
|
|
|
|
<tabstop>bindFilePB</tabstop>
|
2007-10-29 08:56:30 +00:00
|
|
|
<tabstop>searchLE</tabstop>
|
|
|
|
<tabstop>shortcutsTW</tabstop>
|
|
|
|
<tabstop>removePB</tabstop>
|
|
|
|
<tabstop>newPB</tabstop>
|
2007-10-16 14:41:46 +00:00
|
|
|
</tabstops>
|
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2007-10-16 14:41:46 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
2007-11-01 10:39:20 +00:00
|
|
|
<connections/>
|
2007-10-16 14:41:46 +00:00
|
|
|
</ui>
|