xref: /OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/keytest.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Keytest</class>
4 <widget class="QWidget" name="Keytest">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>407</width>
10    <height>168</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Keytest</string>
15  </property>
16  <property name="autoFillBackground">
17   <bool>false</bool>
18  </property>
19  <widget class="QWidget" name="layoutWidget">
20   <property name="geometry">
21    <rect>
22     <x>10</x>
23     <y>10</y>
24     <width>391</width>
25     <height>151</height>
26    </rect>
27   </property>
28   <layout class="QGridLayout" name="mainLayout">
29    <item row="0" column="0">
30     <widget class="QPushButton" name="pbt_up">
31      <property name="enabled">
32       <bool>true</bool>
33      </property>
34      <property name="sizePolicy">
35       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="text">
41       <string>V+</string>
42      </property>
43     </widget>
44    </item>
45    <item row="0" column="1">
46     <widget class="QPushButton" name="pbt_down">
47      <property name="enabled">
48       <bool>true</bool>
49      </property>
50      <property name="sizePolicy">
51       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
52        <horstretch>0</horstretch>
53        <verstretch>0</verstretch>
54       </sizepolicy>
55      </property>
56      <property name="text">
57       <string>V-</string>
58      </property>
59     </widget>
60    </item>
61    <item row="1" column="0">
62     <widget class="QPushButton" name="pbt_home">
63      <property name="enabled">
64       <bool>true</bool>
65      </property>
66      <property name="sizePolicy">
67       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
68        <horstretch>0</horstretch>
69        <verstretch>0</verstretch>
70       </sizepolicy>
71      </property>
72      <property name="text">
73       <string>Home</string>
74      </property>
75     </widget>
76    </item>
77    <item row="1" column="1">
78     <widget class="QPushButton" name="pbt_menu">
79      <property name="enabled">
80       <bool>true</bool>
81      </property>
82      <property name="sizePolicy">
83       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
84        <horstretch>0</horstretch>
85        <verstretch>0</verstretch>
86       </sizepolicy>
87      </property>
88      <property name="text">
89       <string>ESC</string>
90      </property>
91     </widget>
92    </item>
93
94    <item row="2" column="0">
95     <widget class="QPushButton" name="exitBtn">
96      <property name="text">
97       <string>Exit</string>
98      </property>
99     </widget>
100    </item>
101   </layout>
102  </widget>
103 </widget>
104 <layoutdefault spacing="6" margin="11"/>
105 <resources/>
106 <connections/>
107</ui>
108