| 1 | <?xml version="1.0" encoding="UTF-8"?> | 
|---|
| 2 | <ui version="4.0"> | 
|---|
| 3 | <class>AudioDevicesBase</class> | 
|---|
| 4 | <widget class="QMainWindow" name="AudioDevicesBase"> | 
|---|
| 5 | <property name="geometry"> | 
|---|
| 6 | <rect> | 
|---|
| 7 | <x>0</x> | 
|---|
| 8 | <y>0</y> | 
|---|
| 9 | <width>679</width> | 
|---|
| 10 | <height>598</height> | 
|---|
| 11 | </rect> | 
|---|
| 12 | </property> | 
|---|
| 13 | <property name="windowTitle"> | 
|---|
| 14 | <string>Audio Devices</string> | 
|---|
| 15 | </property> | 
|---|
| 16 | <widget class="QWidget" name="centralwidget"> | 
|---|
| 17 | <layout class="QVBoxLayout" name="verticalLayout"> | 
|---|
| 18 | <item> | 
|---|
| 19 | <widget class="QScrollArea" name="scrollArea"> | 
|---|
| 20 | <property name="sizePolicy"> | 
|---|
| 21 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | 
|---|
| 22 | <horstretch>0</horstretch> | 
|---|
| 23 | <verstretch>0</verstretch> | 
|---|
| 24 | </sizepolicy> | 
|---|
| 25 | </property> | 
|---|
| 26 | <property name="widgetResizable"> | 
|---|
| 27 | <bool>true</bool> | 
|---|
| 28 | </property> | 
|---|
| 29 | <widget class="QWidget" name="scrollAreaWidgetContents"> | 
|---|
| 30 | <property name="geometry"> | 
|---|
| 31 | <rect> | 
|---|
| 32 | <x>0</x> | 
|---|
| 33 | <y>0</y> | 
|---|
| 34 | <width>659</width> | 
|---|
| 35 | <height>558</height> | 
|---|
| 36 | </rect> | 
|---|
| 37 | </property> | 
|---|
| 38 | <layout class="QGridLayout" name="gridLayout_4"> | 
|---|
| 39 | <item row="0" column="0"> | 
|---|
| 40 | <layout class="QGridLayout" name="gridLayout_2"> | 
|---|
| 41 | <item row="0" column="0"> | 
|---|
| 42 | <widget class="QLabel" name="modeLabel"> | 
|---|
| 43 | <property name="text"> | 
|---|
| 44 | <string>Mode</string> | 
|---|
| 45 | </property> | 
|---|
| 46 | </widget> | 
|---|
| 47 | </item> | 
|---|
| 48 | <item row="0" column="1"> | 
|---|
| 49 | <widget class="QLabel" name="deviceLabel"> | 
|---|
| 50 | <property name="text"> | 
|---|
| 51 | <string>Device</string> | 
|---|
| 52 | </property> | 
|---|
| 53 | </widget> | 
|---|
| 54 | </item> | 
|---|
| 55 | <item row="1" column="0"> | 
|---|
| 56 | <widget class="QComboBox" name="modeBox"> | 
|---|
| 57 | <item> | 
|---|
| 58 | <property name="text"> | 
|---|
| 59 | <string>Input</string> | 
|---|
| 60 | </property> | 
|---|
| 61 | </item> | 
|---|
| 62 | <item> | 
|---|
| 63 | <property name="text"> | 
|---|
| 64 | <string>Output</string> | 
|---|
| 65 | </property> | 
|---|
| 66 | </item> | 
|---|
| 67 | </widget> | 
|---|
| 68 | </item> | 
|---|
| 69 | <item row="1" column="1"> | 
|---|
| 70 | <widget class="QComboBox" name="deviceBox"/> | 
|---|
| 71 | </item> | 
|---|
| 72 | <item row="2" column="0" colspan="2"> | 
|---|
| 73 | <widget class="QTabWidget" name="tabWidget"> | 
|---|
| 74 | <property name="currentIndex"> | 
|---|
| 75 | <number>0</number> | 
|---|
| 76 | </property> | 
|---|
| 77 | <widget class="QWidget" name="testFormatTab"> | 
|---|
| 78 | <attribute name="title"> | 
|---|
| 79 | <string>Test format</string> | 
|---|
| 80 | </attribute> | 
|---|
| 81 | <layout class="QGridLayout" name="gridLayout"> | 
|---|
| 82 | <item row="0" column="1"> | 
|---|
| 83 | <widget class="QLabel" name="actualLabel"> | 
|---|
| 84 | <property name="sizePolicy"> | 
|---|
| 85 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | 
|---|
| 86 | <horstretch>0</horstretch> | 
|---|
| 87 | <verstretch>0</verstretch> | 
|---|
| 88 | </sizepolicy> | 
|---|
| 89 | </property> | 
|---|
| 90 | <property name="frameShape"> | 
|---|
| 91 | <enum>QFrame::NoFrame</enum> | 
|---|
| 92 | </property> | 
|---|
| 93 | <property name="frameShadow"> | 
|---|
| 94 | <enum>QFrame::Plain</enum> | 
|---|
| 95 | </property> | 
|---|
| 96 | <property name="text"> | 
|---|
| 97 | <string><i>Actual Settings</i></string> | 
|---|
| 98 | </property> | 
|---|
| 99 | <property name="textFormat"> | 
|---|
| 100 | <enum>Qt::RichText</enum> | 
|---|
| 101 | </property> | 
|---|
| 102 | <property name="alignment"> | 
|---|
| 103 | <set>Qt::AlignCenter</set> | 
|---|
| 104 | </property> | 
|---|
| 105 | </widget> | 
|---|
| 106 | </item> | 
|---|
| 107 | <item row="0" column="2"> | 
|---|
| 108 | <widget class="QLabel" name="nearestLabel"> | 
|---|
| 109 | <property name="sizePolicy"> | 
|---|
| 110 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | 
|---|
| 111 | <horstretch>0</horstretch> | 
|---|
| 112 | <verstretch>0</verstretch> | 
|---|
| 113 | </sizepolicy> | 
|---|
| 114 | </property> | 
|---|
| 115 | <property name="frameShape"> | 
|---|
| 116 | <enum>QFrame::NoFrame</enum> | 
|---|
| 117 | </property> | 
|---|
| 118 | <property name="frameShadow"> | 
|---|
| 119 | <enum>QFrame::Plain</enum> | 
|---|
| 120 | </property> | 
|---|
| 121 | <property name="text"> | 
|---|
| 122 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | 
|---|
| 123 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> | 
|---|
| 124 | p, li { white-space: pre-wrap; } | 
|---|
| 125 | </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> | 
|---|
| 126 | <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-style:italic;">Nearest Settings</span></p></body></html></string> | 
|---|
| 127 | </property> | 
|---|
| 128 | <property name="textFormat"> | 
|---|
| 129 | <enum>Qt::RichText</enum> | 
|---|
| 130 | </property> | 
|---|
| 131 | <property name="alignment"> | 
|---|
| 132 | <set>Qt::AlignCenter</set> | 
|---|
| 133 | </property> | 
|---|
| 134 | </widget> | 
|---|
| 135 | </item> | 
|---|
| 136 | <item row="3" column="1"> | 
|---|
| 137 | <widget class="QComboBox" name="frequencyBox"> | 
|---|
| 138 | <property name="sizePolicy"> | 
|---|
| 139 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> | 
|---|
| 140 | <horstretch>0</horstretch> | 
|---|
| 141 | <verstretch>0</verstretch> | 
|---|
| 142 | </sizepolicy> | 
|---|
| 143 | </property> | 
|---|
| 144 | </widget> | 
|---|
| 145 | </item> | 
|---|
| 146 | <item row="3" column="2"> | 
|---|
| 147 | <widget class="QLineEdit" name="nearestFreq"> | 
|---|
| 148 | <property name="enabled"> | 
|---|
| 149 | <bool>false</bool> | 
|---|
| 150 | </property> | 
|---|
| 151 | </widget> | 
|---|
| 152 | </item> | 
|---|
| 153 | <item row="5" column="1"> | 
|---|
| 154 | <widget class="QComboBox" name="channelsBox"/> | 
|---|
| 155 | </item> | 
|---|
| 156 | <item row="5" column="2"> | 
|---|
| 157 | <widget class="QLineEdit" name="nearestChannel"> | 
|---|
| 158 | <property name="enabled"> | 
|---|
| 159 | <bool>false</bool> | 
|---|
| 160 | </property> | 
|---|
| 161 | </widget> | 
|---|
| 162 | </item> | 
|---|
| 163 | <item row="9" column="1"> | 
|---|
| 164 | <widget class="QComboBox" name="sampleSizesBox"/> | 
|---|
| 165 | </item> | 
|---|
| 166 | <item row="9" column="2"> | 
|---|
| 167 | <widget class="QLineEdit" name="nearestSampleSize"> | 
|---|
| 168 | <property name="enabled"> | 
|---|
| 169 | <bool>false</bool> | 
|---|
| 170 | </property> | 
|---|
| 171 | </widget> | 
|---|
| 172 | </item> | 
|---|
| 173 | <item row="14" column="1"> | 
|---|
| 174 | <widget class="QComboBox" name="endianBox"/> | 
|---|
| 175 | </item> | 
|---|
| 176 | <item row="14" column="2"> | 
|---|
| 177 | <widget class="QLineEdit" name="nearestEndian"> | 
|---|
| 178 | <property name="enabled"> | 
|---|
| 179 | <bool>false</bool> | 
|---|
| 180 | </property> | 
|---|
| 181 | </widget> | 
|---|
| 182 | </item> | 
|---|
| 183 | <item row="15" column="1"> | 
|---|
| 184 | <widget class="QPushButton" name="testButton"> | 
|---|
| 185 | <property name="text"> | 
|---|
| 186 | <string>Test</string> | 
|---|
| 187 | </property> | 
|---|
| 188 | </widget> | 
|---|
| 189 | </item> | 
|---|
| 190 | <item row="15" column="2"> | 
|---|
| 191 | <widget class="QLabel" name="testResult"> | 
|---|
| 192 | <property name="text"> | 
|---|
| 193 | <string/> | 
|---|
| 194 | </property> | 
|---|
| 195 | </widget> | 
|---|
| 196 | </item> | 
|---|
| 197 | <item row="3" column="0"> | 
|---|
| 198 | <widget class="QLabel" name="actualFreqLabel"> | 
|---|
| 199 | <property name="text"> | 
|---|
| 200 | <string>Frequency (Hz)</string> | 
|---|
| 201 | </property> | 
|---|
| 202 | </widget> | 
|---|
| 203 | </item> | 
|---|
| 204 | <item row="5" column="0"> | 
|---|
| 205 | <widget class="QLabel" name="actualChannelLabel"> | 
|---|
| 206 | <property name="text"> | 
|---|
| 207 | <string>Channels</string> | 
|---|
| 208 | </property> | 
|---|
| 209 | </widget> | 
|---|
| 210 | </item> | 
|---|
| 211 | <item row="9" column="0"> | 
|---|
| 212 | <widget class="QLabel" name="actualSampleSizeLabel"> | 
|---|
| 213 | <property name="text"> | 
|---|
| 214 | <string>Sample size (bits)</string> | 
|---|
| 215 | </property> | 
|---|
| 216 | </widget> | 
|---|
| 217 | </item> | 
|---|
| 218 | <item row="14" column="0"> | 
|---|
| 219 | <widget class="QLabel" name="actualEndianLabel"> | 
|---|
| 220 | <property name="text"> | 
|---|
| 221 | <string>Endianess</string> | 
|---|
| 222 | </property> | 
|---|
| 223 | </widget> | 
|---|
| 224 | </item> | 
|---|
| 225 | <item row="16" column="0" colspan="3"> | 
|---|
| 226 | <widget class="QLabel" name="label"> | 
|---|
| 227 | <property name="sizePolicy"> | 
|---|
| 228 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | 
|---|
| 229 | <horstretch>0</horstretch> | 
|---|
| 230 | <verstretch>0</verstretch> | 
|---|
| 231 | </sizepolicy> | 
|---|
| 232 | </property> | 
|---|
| 233 | <property name="text"> | 
|---|
| 234 | <string>Note: an invalid codec 'audio/test' exists in order to allow an invalid format to be constructed, and therefore to trigger a 'nearest format' calculation.</string> | 
|---|
| 235 | </property> | 
|---|
| 236 | <property name="wordWrap"> | 
|---|
| 237 | <bool>true</bool> | 
|---|
| 238 | </property> | 
|---|
| 239 | </widget> | 
|---|
| 240 | </item> | 
|---|
| 241 | <item row="2" column="0"> | 
|---|
| 242 | <widget class="QLabel" name="actualCodecLabel"> | 
|---|
| 243 | <property name="text"> | 
|---|
| 244 | <string>Codec</string> | 
|---|
| 245 | </property> | 
|---|
| 246 | </widget> | 
|---|
| 247 | </item> | 
|---|
| 248 | <item row="2" column="2"> | 
|---|
| 249 | <widget class="QLineEdit" name="nearestCodec"> | 
|---|
| 250 | <property name="enabled"> | 
|---|
| 251 | <bool>false</bool> | 
|---|
| 252 | </property> | 
|---|
| 253 | </widget> | 
|---|
| 254 | </item> | 
|---|
| 255 | <item row="2" column="1"> | 
|---|
| 256 | <widget class="QComboBox" name="codecsBox"/> | 
|---|
| 257 | </item> | 
|---|
| 258 | <item row="6" column="0"> | 
|---|
| 259 | <widget class="QLabel" name="actualSampleTypeLabel"> | 
|---|
| 260 | <property name="text"> | 
|---|
| 261 | <string>SampleType</string> | 
|---|
| 262 | </property> | 
|---|
| 263 | </widget> | 
|---|
| 264 | </item> | 
|---|
| 265 | <item row="6" column="1"> | 
|---|
| 266 | <widget class="QComboBox" name="sampleTypesBox"/> | 
|---|
| 267 | </item> | 
|---|
| 268 | <item row="6" column="2"> | 
|---|
| 269 | <widget class="QLineEdit" name="nearestSampleType"> | 
|---|
| 270 | <property name="enabled"> | 
|---|
| 271 | <bool>false</bool> | 
|---|
| 272 | </property> | 
|---|
| 273 | </widget> | 
|---|
| 274 | </item> | 
|---|
| 275 | </layout> | 
|---|
| 276 | </widget> | 
|---|
| 277 | <widget class="QWidget" name="tab"> | 
|---|
| 278 | <attribute name="title"> | 
|---|
| 279 | <string>All formats</string> | 
|---|
| 280 | </attribute> | 
|---|
| 281 | <layout class="QVBoxLayout" name="verticalLayout_2"> | 
|---|
| 282 | <item> | 
|---|
| 283 | <widget class="QPushButton" name="populateTableButton"> | 
|---|
| 284 | <property name="text"> | 
|---|
| 285 | <string>Populate table</string> | 
|---|
| 286 | </property> | 
|---|
| 287 | </widget> | 
|---|
| 288 | </item> | 
|---|
| 289 | <item> | 
|---|
| 290 | <widget class="QTableWidget" name="allFormatsTable"> | 
|---|
| 291 | <property name="editTriggers"> | 
|---|
| 292 | <set>QAbstractItemView::NoEditTriggers</set> | 
|---|
| 293 | </property> | 
|---|
| 294 | <property name="dragDropOverwriteMode"> | 
|---|
| 295 | <bool>false</bool> | 
|---|
| 296 | </property> | 
|---|
| 297 | <property name="selectionMode"> | 
|---|
| 298 | <enum>QAbstractItemView::NoSelection</enum> | 
|---|
| 299 | </property> | 
|---|
| 300 | <property name="selectionBehavior"> | 
|---|
| 301 | <enum>QAbstractItemView::SelectItems</enum> | 
|---|
| 302 | </property> | 
|---|
| 303 | <property name="textElideMode"> | 
|---|
| 304 | <enum>Qt::ElideNone</enum> | 
|---|
| 305 | </property> | 
|---|
| 306 | <property name="sortingEnabled"> | 
|---|
| 307 | <bool>false</bool> | 
|---|
| 308 | </property> | 
|---|
| 309 | <property name="wordWrap"> | 
|---|
| 310 | <bool>false</bool> | 
|---|
| 311 | </property> | 
|---|
| 312 | <property name="cornerButtonEnabled"> | 
|---|
| 313 | <bool>false</bool> | 
|---|
| 314 | </property> | 
|---|
| 315 | <attribute name="horizontalHeaderHighlightSections"> | 
|---|
| 316 | <bool>false</bool> | 
|---|
| 317 | </attribute> | 
|---|
| 318 | <attribute name="verticalHeaderVisible"> | 
|---|
| 319 | <bool>false</bool> | 
|---|
| 320 | </attribute> | 
|---|
| 321 | <attribute name="verticalHeaderHighlightSections"> | 
|---|
| 322 | <bool>false</bool> | 
|---|
| 323 | </attribute> | 
|---|
| 324 | <attribute name="verticalHeaderVisible"> | 
|---|
| 325 | <bool>false</bool> | 
|---|
| 326 | </attribute> | 
|---|
| 327 | <attribute name="horizontalHeaderHighlightSections"> | 
|---|
| 328 | <bool>false</bool> | 
|---|
| 329 | </attribute> | 
|---|
| 330 | <attribute name="verticalHeaderHighlightSections"> | 
|---|
| 331 | <bool>false</bool> | 
|---|
| 332 | </attribute> | 
|---|
| 333 | <column> | 
|---|
| 334 | <property name="text"> | 
|---|
| 335 | <string>Codec</string> | 
|---|
| 336 | </property> | 
|---|
| 337 | <property name="textAlignment"> | 
|---|
| 338 | <set>AlignHCenter|AlignVCenter|AlignCenter</set> | 
|---|
| 339 | </property> | 
|---|
| 340 | </column> | 
|---|
| 341 | <column> | 
|---|
| 342 | <property name="text"> | 
|---|
| 343 | <string>Frequency (Hz)</string> | 
|---|
| 344 | </property> | 
|---|
| 345 | <property name="textAlignment"> | 
|---|
| 346 | <set>AlignHCenter|AlignVCenter|AlignCenter</set> | 
|---|
| 347 | </property> | 
|---|
| 348 | </column> | 
|---|
| 349 | <column> | 
|---|
| 350 | <property name="text"> | 
|---|
| 351 | <string>Channels</string> | 
|---|
| 352 | </property> | 
|---|
| 353 | <property name="textAlignment"> | 
|---|
| 354 | <set>AlignHCenter|AlignVCenter|AlignCenter</set> | 
|---|
| 355 | </property> | 
|---|
| 356 | </column> | 
|---|
| 357 | <column> | 
|---|
| 358 | <property name="text"> | 
|---|
| 359 | <string>Sample type</string> | 
|---|
| 360 | </property> | 
|---|
| 361 | <property name="textAlignment"> | 
|---|
| 362 | <set>AlignHCenter|AlignVCenter|AlignCenter</set> | 
|---|
| 363 | </property> | 
|---|
| 364 | </column> | 
|---|
| 365 | <column> | 
|---|
| 366 | <property name="text"> | 
|---|
| 367 | <string>Sample size (bits)</string> | 
|---|
| 368 | </property> | 
|---|
| 369 | <property name="textAlignment"> | 
|---|
| 370 | <set>AlignHCenter|AlignVCenter|AlignCenter</set> | 
|---|
| 371 | </property> | 
|---|
| 372 | </column> | 
|---|
| 373 | <column> | 
|---|
| 374 | <property name="text"> | 
|---|
| 375 | <string>Endianness</string> | 
|---|
| 376 | </property> | 
|---|
| 377 | <property name="textAlignment"> | 
|---|
| 378 | <set>AlignHCenter|AlignVCenter|AlignCenter</set> | 
|---|
| 379 | </property> | 
|---|
| 380 | </column> | 
|---|
| 381 | </widget> | 
|---|
| 382 | </item> | 
|---|
| 383 | </layout> | 
|---|
| 384 | </widget> | 
|---|
| 385 | </widget> | 
|---|
| 386 | </item> | 
|---|
| 387 | </layout> | 
|---|
| 388 | </item> | 
|---|
| 389 | </layout> | 
|---|
| 390 | </widget> | 
|---|
| 391 | </widget> | 
|---|
| 392 | </item> | 
|---|
| 393 | </layout> | 
|---|
| 394 | </widget> | 
|---|
| 395 | <widget class="QStatusBar" name="statusbar"/> | 
|---|
| 396 | </widget> | 
|---|
| 397 | <resources/> | 
|---|
| 398 | <connections/> | 
|---|
| 399 | </ui> | 
|---|