You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
2.9 KiB
120 lines
2.9 KiB
<ui version="4.0" > |
|
<class>KeyBindingEditor</class> |
|
<widget class="QWidget" name="KeyBindingEditor" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>374</width> |
|
<height>530</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<property name="leftMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="topMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="rightMargin" > |
|
<number>0</number> |
|
</property> |
|
<property name="bottomMargin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QLabel" name="descriptionLabel" > |
|
<property name="text" > |
|
<string>Description:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLineEdit" name="descriptionEdit" /> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QTableWidget" name="keyBindingTable" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
<horstretch>0</horstretch> |
|
<verstretch>1</verstretch> |
|
</sizepolicy> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<item> |
|
<widget class="QPushButton" name="addEntryButton" > |
|
<property name="text" > |
|
<string>Add</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QPushButton" name="removeEntryButton" > |
|
<property name="text" > |
|
<string>Remove</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<spacer> |
|
<property name="orientation" > |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" > |
|
<size> |
|
<width>20</width> |
|
<height>16</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
<item> |
|
<widget class="QGroupBox" name="groupBox" > |
|
<property name="title" > |
|
<string>Test Area</string> |
|
</property> |
|
<property name="flat" > |
|
<bool>true</bool> |
|
</property> |
|
<layout class="QGridLayout" > |
|
<item row="0" column="0" > |
|
<widget class="QLabel" name="label" > |
|
<property name="text" > |
|
<string>Input:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1" > |
|
<widget class="QLineEdit" name="testAreaInputEdit" /> |
|
</item> |
|
<item row="1" column="0" > |
|
<widget class="QLabel" name="label_2" > |
|
<property name="text" > |
|
<string>Output:</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1" > |
|
<widget class="QLineEdit" name="testAreaOutputEdit" > |
|
<property name="readOnly" > |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|