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>speed:</string> 32 </property> 33 </widget> 34 </item> 35 <item row="0" column="1"> 36 <widget class="QLineEdit" name="speed"> 37 <property name="sizePolicy"> 38 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 39 <horstretch>0</horstretch> 40 <verstretch>0</verstretch> 41 </sizepolicy> 42 </property> 43 <property name="text"> 44 <string>500000</string> 45 </property> 46 </widget> 47 </item> 48 <item row="1" column="0"> 49 <widget class="QLabel" name="label_2"> 50 <property name="sizePolicy"> 51 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 52 <horstretch>0</horstretch> 53 <verstretch>0</verstretch> 54 </sizepolicy> 55 </property> 56 <property name="text"> 57 <string>delay:</string> 58 </property> 59 </widget> 60 </item> 61 <item row="1" column="1"> 62 <widget class="QLineEdit" name="delay"> 63 <property name="sizePolicy"> 64 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 65 <horstretch>0</horstretch> 66 <verstretch>0</verstretch> 67 </sizepolicy> 68 </property> 69 <property name="text"> 70 <string>0</string> 71 </property> 72 </widget> 73 </item> 74 <item row="2" column="0"> 75 <widget class="QLabel" name="label_3"> 76 <property name="sizePolicy"> 77 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 78 <horstretch>0</horstretch> 79 <verstretch>0</verstretch> 80 </sizepolicy> 81 </property> 82 <property name="text"> 83 <string>bits per word:</string> 84 </property> 85 </widget> 86 </item> 87 <item row="2" column="1"> 88 <widget class="QLineEdit" name="bits"> 89 <property name="sizePolicy"> 90 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 91 <horstretch>0</horstretch> 92 <verstretch>0</verstretch> 93 </sizepolicy> 94 </property> 95 <property name="text"> 96 <string>8</string> 97 </property> 98 </widget> 99 </item> 100 <item row="3" column="0"> 101 <widget class="QCheckBox" name="loop"> 102 <property name="sizePolicy"> 103 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 104 <horstretch>0</horstretch> 105 <verstretch>0</verstretch> 106 </sizepolicy> 107 </property> 108 <property name="text"> 109 <string>loop</string> 110 </property> 111 </widget> 112 </item> 113 <item row="4" column="0" colspan="2"> 114 <widget class="QCheckBox" name="clockphase"> 115 <property name="sizePolicy"> 116 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 117 <horstretch>0</horstretch> 118 <verstretch>0</verstretch> 119 </sizepolicy> 120 </property> 121 <property name="text"> 122 <string>clock phase</string> 123 </property> 124 </widget> 125 </item> 126 <item row="5" column="0" colspan="2"> 127 <widget class="QCheckBox" name="clockpolarity"> 128 <property name="sizePolicy"> 129 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 130 <horstretch>0</horstretch> 131 <verstretch>0</verstretch> 132 </sizepolicy> 133 </property> 134 <property name="text"> 135 <string>clock polarity</string> 136 </property> 137 </widget> 138 </item> 139 <item row="6" column="0"> 140 <widget class="QCheckBox" name="lsb"> 141 <property name="sizePolicy"> 142 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 143 <horstretch>0</horstretch> 144 <verstretch>0</verstretch> 145 </sizepolicy> 146 </property> 147 <property name="text"> 148 <string>LSB</string> 149 </property> 150 </widget> 151 </item> 152 <item row="7" column="0"> 153 <widget class="QCheckBox" name="cshigh"> 154 <property name="sizePolicy"> 155 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 156 <horstretch>0</horstretch> 157 <verstretch>0</verstretch> 158 </sizepolicy> 159 </property> 160 <property name="text"> 161 <string>cs-high</string> 162 </property> 163 </widget> 164 </item> 165 <item row="8" column="0"> 166 <widget class="QCheckBox" name="wire"> 167 <property name="sizePolicy"> 168 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 169 <horstretch>0</horstretch> 170 <verstretch>0</verstretch> 171 </sizepolicy> 172 </property> 173 <property name="text"> 174 <string>3wire</string> 175 </property> 176 </widget> 177 </item> 178 <item row="9" column="0"> 179 <widget class="QCheckBox" name="nocs"> 180 <property name="sizePolicy"> 181 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 182 <horstretch>0</horstretch> 183 <verstretch>0</verstretch> 184 </sizepolicy> 185 </property> 186 <property name="text"> 187 <string>no-cs</string> 188 </property> 189 </widget> 190 </item> 191 <item row="10" column="0"> 192 <widget class="QCheckBox" name="ready"> 193 <property name="sizePolicy"> 194 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 195 <horstretch>0</horstretch> 196 <verstretch>0</verstretch> 197 </sizepolicy> 198 </property> 199 <property name="text"> 200 <string>ready</string> 201 </property> 202 </widget> 203 </item> 204 </layout> 205 </item> 206 <item row="0" column="1"> 207 <widget class="QGroupBox" name="groupBox"> 208 <property name="sizePolicy"> 209 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 210 <horstretch>0</horstretch> 211 <verstretch>0</verstretch> 212 </sizepolicy> 213 </property> 214 <property name="title"> 215 <string>recv</string> 216 </property> 217 <layout class="QGridLayout" name="gridLayout"> 218 <item row="0" column="0" colspan="2"> 219 <widget class="QTextEdit" name="editrecv"/> 220 </item> 221 <item row="2" column="1"> 222 <widget class="QPushButton" name="send"> 223 <property name="sizePolicy"> 224 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 225 <horstretch>0</horstretch> 226 <verstretch>0</verstretch> 227 </sizepolicy> 228 </property> 229 <property name="text"> 230 <string>send</string> 231 </property> 232 </widget> 233 </item> 234 <item row="2" column="0"> 235 <widget class="QLineEdit" name="editsend"> 236 <property name="sizePolicy"> 237 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 238 <horstretch>0</horstretch> 239 <verstretch>0</verstretch> 240 </sizepolicy> 241 </property> 242 <property name="text"> 243 <string>forlinx test text</string> 244 </property> 245 </widget> 246 </item> 247 <item row="1" column="1"> 248 <widget class="QPushButton" name="openBtn"> 249 <property name="text"> 250 <string>open</string> 251 </property> 252 </widget> 253 </item> 254 </layout> 255 </widget> 256 </item> 257 </layout> 258 </item> 259 </layout> 260 </widget> 261 </widget> 262 <layoutdefault spacing="6" margin="11"/> 263 <resources/> 264 <connections/> 265</ui> 266