add more spacing
[personal-kdebase.git] / apps / konsole / src / KeyBindingEditor.ui
blob1a38430fa146aded80c3a3dd9d9102f68dffb0a6
1 <ui version="4.0" >
2  <class>KeyBindingEditor</class>
3  <widget class="QWidget" name="KeyBindingEditor" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>374</width>
9     <height>530</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QLabel" name="descriptionLabel" >
20        <property name="text" >
21         <string>Description:</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QLineEdit" name="descriptionEdit" />
27      </item>
28     </layout>
29    </item>
30    <item>
31     <widget class="QTableWidget" name="keyBindingTable" >
32      <property name="sizePolicy" >
33       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
34        <horstretch>0</horstretch>
35        <verstretch>1</verstretch>
36       </sizepolicy>
37      </property>
38     </widget>
39    </item>
40    <item>
41     <layout class="QHBoxLayout" >
42      <item>
43       <widget class="QPushButton" name="addEntryButton" >
44        <property name="text" >
45         <string>Add</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QPushButton" name="removeEntryButton" >
51        <property name="text" >
52         <string>Remove</string>
53        </property>
54       </widget>
55      </item>
56     </layout>
57    </item>
58    <item>
59     <spacer>
60      <property name="orientation" >
61       <enum>Qt::Vertical</enum>
62      </property>
63      <property name="sizeHint" stdset="0" >
64       <size>
65        <width>20</width>
66        <height>16</height>
67       </size>
68      </property>
69     </spacer>
70    </item>
71    <item>
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>
75      </property>
76      <property name="flat" >
77       <bool>true</bool>
78      </property>
79      <layout class="QGridLayout" >
80       <item row="0" column="0" >
81        <widget class="QLabel" name="label" >
82         <property name="text" >
83          <string>Input:</string>
84         </property>
85         <property name="alignment" >
86          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
87         </property>
88        </widget>
89       </item>
90       <item row="0" column="1" >
91        <widget class="QLineEdit" name="testAreaInputEdit" />
92       </item>
93       <item row="1" column="0" >
94        <widget class="QLabel" name="label_2" >
95         <property name="text" >
96          <string>Output:</string>
97         </property>
98         <property name="alignment" >
99          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
100         </property>
101        </widget>
102       </item>
103       <item row="1" column="1" >
104        <widget class="QLineEdit" name="testAreaOutputEdit" >
105         <property name="readOnly" >
106          <bool>true</bool>
107         </property>
108        </widget>
109       </item>
110      </layout>
111     </widget>
112    </item>
113   </layout>
114  </widget>
115  <resources/>
116  <connections/>
117 </ui>