1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>MainWindow</class> 4 <widget class="QMainWindow" name="MainWindow"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>563</width> 10 <height>419</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>SPI</string> 15 </property> 16 <widget class="QWidget" name="centralWidget"> 17 <layout class="QVBoxLayout" name="verticalLayout"> 18 <item> 19 <layout class="QGridLayout" name="gridLayout_3"> 20 <item row="0" column="0"> 21 <layout class="QGridLayout" name="gridLayout_2"> 22 <item row="0" column="0"> 23 <widget class="QLabel" name="label"> 24 <property name="sizePolicy"> 25 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 26 <horstretch>0</horstretch> 27 <verstretch>0</verstretch> 28 </sizepolicy> 29 </property> 30 <property name="text"> 31 <string>SPIDEV:</string> 32 </property> 33 </widget> 34 </item> 35 <item row="0" column="1"> 36 <widget class="QComboBox" name="spidevlists"> 37 <property name="geometry"> 38 <rect> 39 <x>0</x> 40 <y>0</y> 41 <width>221</width> 42 <height>61</height> 43 </rect> 44 </property> 45 </widget> 46 </item> 47 <item row="1" column="0"> 48 <widget class="QLabel" name="label"> 49 <property name="sizePolicy"> 50 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 51 <horstretch>0</horstretch> 52 <verstretch>0</verstretch> 53 </sizepolicy> 54 </property> 55 <property name="text"> 56 <string>speed:</string> 57 </property> 58 </widget> 59 </item> 60 <item row="1" column="1"> 61 <widget class="QLineEdit" name="speed"> 62 <property name="sizePolicy"> 63 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 64 <horstretch>0</horstretch> 65 <verstretch>0</verstretch> 66 </sizepolicy> 67 </property> 68 <property name="text"> 69 <string>500000</string> 70 </property> 71 </widget> 72 </item> 73 <item row="2" column="0"> 74 <widget class="QLabel" name="label_2"> 75 <property name="sizePolicy"> 76 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 77 <horstretch>0</horstretch> 78 <verstretch>0</verstretch> 79 </sizepolicy> 80 </property> 81 <property name="text"> 82 <string>delay:</string> 83 </property> 84 </widget> 85 </item> 86 <item row="2" column="1"> 87 <widget class="QLineEdit" name="delay"> 88 <property name="sizePolicy"> 89 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 90 <horstretch>0</horstretch> 91 <verstretch>0</verstretch> 92 </sizepolicy> 93 </property> 94 <property name="text"> 95 <string>0</string> 96 </property> 97 </widget> 98 </item> 99 <item row="3" column="0"> 100 <widget class="QLabel" name="label_3"> 101 <property name="sizePolicy"> 102 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 103 <horstretch>0</horstretch> 104 <verstretch>0</verstretch> 105 </sizepolicy> 106 </property> 107 <property name="text"> 108 <string>bits per word:</string> 109 </property> 110 </widget> 111 </item> 112 <item row="3" column="1"> 113 <widget class="QLineEdit" name="bits"> 114 <property name="sizePolicy"> 115 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 116 <horstretch>0</horstretch> 117 <verstretch>0</verstretch> 118 </sizepolicy> 119 </property> 120 <property name="text"> 121 <string>8</string> 122 </property> 123 </widget> 124 </item> 125 <item row="4" column="0"> 126 <widget class="QCheckBox" name="loop"> 127 <property name="sizePolicy"> 128 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 129 <horstretch>0</horstretch> 130 <verstretch>0</verstretch> 131 </sizepolicy> 132 </property> 133 <property name="text"> 134 <string>loop</string> 135 </property> 136 </widget> 137 </item> 138 <item row="5" column="0" colspan="2"> 139 <widget class="QCheckBox" name="clockphase"> 140 <property name="sizePolicy"> 141 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 142 <horstretch>0</horstretch> 143 <verstretch>0</verstretch> 144 </sizepolicy> 145 </property> 146 <property name="text"> 147 <string>clock phase</string> 148 </property> 149 </widget> 150 </item> 151 <item row="6" column="0" colspan="2"> 152 <widget class="QCheckBox" name="clockpolarity"> 153 <property name="sizePolicy"> 154 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 155 <horstretch>0</horstretch> 156 <verstretch>0</verstretch> 157 </sizepolicy> 158 </property> 159 <property name="text"> 160 <string>clock polarity</string> 161 </property> 162 </widget> 163 </item> 164 <item row="7" column="0"> 165 <widget class="QCheckBox" name="lsb"> 166 <property name="sizePolicy"> 167 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 168 <horstretch>0</horstretch> 169 <verstretch>0</verstretch> 170 </sizepolicy> 171 </property> 172 <property name="text"> 173 <string>LSB</string> 174 </property> 175 </widget> 176 </item> 177 <item row="8" column="0"> 178 <widget class="QCheckBox" name="cshigh"> 179 <property name="sizePolicy"> 180 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 181 <horstretch>0</horstretch> 182 <verstretch>0</verstretch> 183 </sizepolicy> 184 </property> 185 <property name="text"> 186 <string>cs-high</string> 187 </property> 188 </widget> 189 </item> 190 <item row="9" column="0"> 191 <widget class="QCheckBox" name="wire"> 192 <property name="sizePolicy"> 193 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 194 <horstretch>0</horstretch> 195 <verstretch>0</verstretch> 196 </sizepolicy> 197 </property> 198 <property name="text"> 199 <string>3wire</string> 200 </property> 201 </widget> 202 </item> 203 <item row="10" column="0"> 204 <widget class="QCheckBox" name="nocs"> 205 <property name="sizePolicy"> 206 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 207 <horstretch>0</horstretch> 208 <verstretch>0</verstretch> 209 </sizepolicy> 210 </property> 211 <property name="text"> 212 <string>no-cs</string> 213 </property> 214 </widget> 215 </item> 216 <item row="11" column="0"> 217 <widget class="QCheckBox" name="ready"> 218 <property name="sizePolicy"> 219 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 220 <horstretch>0</horstretch> 221 <verstretch>0</verstretch> 222 </sizepolicy> 223 </property> 224 <property name="text"> 225 <string>ready</string> 226 </property> 227 </widget> 228 </item> 229 </layout> 230 </item> 231 <item row="0" column="1"> 232 <widget class="QGroupBox" name="groupBox"> 233 <property name="sizePolicy"> 234 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 235 <horstretch>0</horstretch> 236 <verstretch>0</verstretch> 237 </sizepolicy> 238 </property> 239 <property name="title"> 240 <string>recv</string> 241 </property> 242 <layout class="QGridLayout" name="gridLayout"> 243 <item row="0" column="0" colspan="3"> 244 <widget class="QTextEdit" name="editrecv"/> 245 </item> 246 <item row="1" column="0"> 247 <widget class="QLineEdit" name="editsend"> 248 <property name="sizePolicy"> 249 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 250 <horstretch>0</horstretch> 251 <verstretch>0</verstretch> 252 </sizepolicy> 253 </property> 254 <property name="text"> 255 <string>forlinx test text</string> 256 </property> 257 </widget> 258 </item> 259 <item row="1" column="1"> 260 <widget class="QPushButton" name="send"> 261 <property name="sizePolicy"> 262 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 263 <horstretch>0</horstretch> 264 <verstretch>0</verstretch> 265 </sizepolicy> 266 </property> 267 <property name="text"> 268 <string>send</string> 269 </property> 270 </widget> 271 </item> 272 <item row="1" column="2"> 273 <widget class="QPushButton" name="exitBtn"> 274 <property name="sizePolicy"> 275 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 276 <horstretch>0</horstretch> 277 <verstretch>0</verstretch> 278 </sizepolicy> 279 </property> 280 <property name="text"> 281 <string>Exit</string> 282 </property> 283 </widget> 284 </item> 285 </layout> 286 </widget> 287 </item> 288 </layout> 289 </item> 290 </layout> 291 </widget> 292 <widget class="QMenuBar" name="menuBar"> 293 <property name="geometry"> 294 <rect> 295 <x>0</x> 296 <y>0</y> 297 <width>563</width> 298 <height>25</height> 299 </rect> 300 </property> 301 </widget> 302 <widget class="QToolBar" name="mainToolBar"> 303 <attribute name="toolBarArea"> 304 <enum>TopToolBarArea</enum> 305 </attribute> 306 <attribute name="toolBarBreak"> 307 <bool>false</bool> 308 </attribute> 309 </widget> 310 <widget class="QStatusBar" name="statusBar"/> 311 </widget> 312 <layoutdefault spacing="6" margin="11"/> 313 <resources/> 314 <connections/> 315</ui> 316