2 <class>KeyBindingEditor</class>
3 <widget class="QWidget" name="KeyBindingEditor" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
13 <property name="margin" >
17 <layout class="QHBoxLayout" >
19 <widget class="QLabel" name="descriptionLabel" >
20 <property name="text" >
21 <string>Description:</string>
26 <widget class="QLineEdit" name="descriptionEdit" />
31 <widget class="QTableWidget" name="keyBindingTable" >
32 <property name="sizePolicy" >
33 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
34 <horstretch>0</horstretch>
35 <verstretch>1</verstretch>
41 <layout class="QHBoxLayout" >
43 <widget class="QPushButton" name="addEntryButton" >
44 <property name="text" >
50 <widget class="QPushButton" name="removeEntryButton" >
51 <property name="text" >
52 <string>Remove</string>
60 <property name="orientation" >
61 <enum>Qt::Vertical</enum>
63 <property name="sizeHint" stdset="0" >
72 <widget class="QGroupBox" name="groupBox" >
73 <property name="title" >
74 <string comment="Title of the area where you test your keys are properly configured">Test Area</string>
76 <property name="flat" >
79 <layout class="QGridLayout" >
80 <item row="0" column="0" >
81 <widget class="QLabel" name="label" >
82 <property name="text" >
83 <string>Input:</string>
85 <property name="alignment" >
86 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
90 <item row="0" column="1" >
91 <widget class="QLineEdit" name="testAreaInputEdit" />
93 <item row="1" column="0" >
94 <widget class="QLabel" name="label_2" >
95 <property name="text" >
96 <string>Output:</string>
98 <property name="alignment" >
99 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
103 <item row="1" column="1" >
104 <widget class="QLineEdit" name="testAreaOutputEdit" >
105 <property name="readOnly" >