1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>ChooseSysexBase</class> 4 <widget class="QDialog" name="ChooseSysexBase"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>427</width> 10 <height>316</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <widget class="QListWidget" name="sysexList"/> 19 </item> 20 <item> 21 <widget class="QLabel" name="label_2"> 22 <property name="text"> 23 <string>Hex:</string> 24 </property> 25 </widget> 26 </item> 27 <item> 28 <widget class="QScrollArea" name="scrollArea_2"> 29 <property name="widgetResizable"> 30 <bool>true</bool> 31 </property> 32 <widget class="QWidget" name="scrollAreaWidgetContents_2"> 33 <property name="geometry"> 34 <rect> 35 <x>0</x> 36 <y>0</y> 37 <width>407</width> 38 <height>68</height> 39 </rect> 40 </property> 41 <layout class="QVBoxLayout" name="verticalLayout_3"> 42 <item> 43 <widget class="QLabel" name="hexLabel"> 44 <property name="frameShape"> 45 <enum>QFrame::Panel</enum> 46 </property> 47 <property name="frameShadow"> 48 <enum>QFrame::Sunken</enum> 49 </property> 50 <property name="text"> 51 <string notr="true">TextLabel</string> 52 </property> 53 </widget> 54 </item> 55 </layout> 56 </widget> 57 </widget> 58 </item> 59 <item> 60 <widget class="QLabel" name="label_3"> 61 <property name="text"> 62 <string>Comment:</string> 63 </property> 64 </widget> 65 </item> 66 <item> 67 <widget class="QScrollArea" name="scrollArea"> 68 <property name="widgetResizable"> 69 <bool>true</bool> 70 </property> 71 <widget class="QWidget" name="scrollAreaWidgetContents"> 72 <property name="geometry"> 73 <rect> 74 <x>0</x> 75 <y>0</y> 76 <width>407</width> 77 <height>68</height> 78 </rect> 79 </property> 80 <layout class="QVBoxLayout" name="verticalLayout_2"> 81 <item> 82 <widget class="QLabel" name="commentLabel"> 83 <property name="frameShape"> 84 <enum>QFrame::Panel</enum> 85 </property> 86 <property name="frameShadow"> 87 <enum>QFrame::Sunken</enum> 88 </property> 89 <property name="text"> 90 <string notr="true">TextLabel</string> 91 </property> 92 </widget> 93 </item> 94 </layout> 95 </widget> 96 </widget> 97 </item> 98 <item> 99 <layout class="QHBoxLayout" name="horizontalLayout"> 100 <item> 101 <spacer name="horizontalSpacer"> 102 <property name="orientation"> 103 <enum>Qt::Horizontal</enum> 104 </property> 105 <property name="sizeHint" stdset="0"> 106 <size> 107 <width>40</width> 108 <height>20</height> 109 </size> 110 </property> 111 </spacer> 112 </item> 113 <item> 114 <widget class="QPushButton" name="okButton"> 115 <property name="text"> 116 <string>&OK</string> 117 </property> 118 <property name="autoDefault"> 119 <bool>true</bool> 120 </property> 121 <property name="default"> 122 <bool>true</bool> 123 </property> 124 </widget> 125 </item> 126 <item> 127 <widget class="QPushButton" name="cancelButton"> 128 <property name="text"> 129 <string>&Cancel</string> 130 </property> 131 <property name="autoDefault"> 132 <bool>true</bool> 133 </property> 134 </widget> 135 </item> 136 </layout> 137 </item> 138 </layout> 139 </widget> 140 <resources/> 141 <connections> 142 <connection> 143 <sender>okButton</sender> 144 <signal>clicked()</signal> 145 <receiver>ChooseSysexBase</receiver> 146 <slot>accept()</slot> 147 <hints> 148 <hint type="sourcelabel"> 149 <x>333</x> 150 <y>237</y> 151 </hint> 152 <hint type="destinationlabel"> 153 <x>213</x> 154 <y>127</y> 155 </hint> 156 </hints> 157 </connection> 158 <connection> 159 <sender>cancelButton</sender> 160 <signal>clicked()</signal> 161 <receiver>ChooseSysexBase</receiver> 162 <slot>reject()</slot> 163 <hints> 164 <hint type="sourcelabel"> 165 <x>390</x> 166 <y>237</y> 167 </hint> 168 <hint type="destinationlabel"> 169 <x>213</x> 170 <y>127</y> 171 </hint> 172 </hints> 173 </connection> 174 </connections> 175</ui> 176