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_menu"> 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>MENU</string> 74 </property> 75 </widget> 76 </item> 77 <item row="1" column="1"> 78 <widget class="QPushButton" name="pbt_enter"> 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>ENTER</string> 90 </property> 91 </widget> 92 </item> 93 <item row="2" column="0"> 94 <widget class="QPushButton" name="pbt_home"> 95 <property name="enabled"> 96 <bool>true</bool> 97 </property> 98 <property name="sizePolicy"> 99 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 100 <horstretch>0</horstretch> 101 <verstretch>0</verstretch> 102 </sizepolicy> 103 </property> 104 <property name="text"> 105 <string>HOME</string> 106 </property> 107 </widget> 108 </item> 109 110 <item row="2" column="1"> 111 <widget class="QPushButton" name="exitBtn"> 112 <property name="text"> 113 <string>Exit</string> 114 </property> 115 </widget> 116 </item> 117 </layout> 118 </widget> 119 </widget> 120 <layoutdefault spacing="6" margin="11"/> 121 <resources/> 122 <connections/> 123</ui> 124