1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>AvfoundationProducerWidget</class> 4 <widget class="QWidget" name="AvfoundationProducerWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>384</width> 10 <height>284</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Form</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <widget class="QLabel" name="label"> 19 <property name="font"> 20 <font> 21 <weight>75</weight> 22 <bold>true</bold> 23 </font> 24 </property> 25 <property name="text"> 26 <string>Audio/Video Device</string> 27 </property> 28 <property name="alignment"> 29 <set>Qt::AlignCenter</set> 30 </property> 31 </widget> 32 </item> 33 <item> 34 <layout class="QGridLayout" name="gridLayout"> 35 <item row="1" column="2"> 36 <widget class="QComboBox" name="videoCombo"> 37 <item> 38 <property name="text"> 39 <string>None</string> 40 </property> 41 </item> 42 </widget> 43 </item> 44 <item row="1" column="0"> 45 <widget class="QLabel" name="label_3"> 46 <property name="text"> 47 <string>Video Input</string> 48 </property> 49 <property name="alignment"> 50 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 51 </property> 52 </widget> 53 </item> 54 <item row="2" column="2"> 55 <widget class="QComboBox" name="audioCombo"> 56 <item> 57 <property name="text"> 58 <string>None</string> 59 </property> 60 </item> 61 </widget> 62 </item> 63 <item row="2" column="0"> 64 <widget class="QLabel" name="label_2"> 65 <property name="text"> 66 <string>Audio Input</string> 67 </property> 68 <property name="alignment"> 69 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 70 </property> 71 </widget> 72 </item> 73 <item row="0" column="3" rowspan="3"> 74 <spacer name="horizontalSpacer"> 75 <property name="orientation"> 76 <enum>Qt::Horizontal</enum> 77 </property> 78 <property name="sizeHint" stdset="0"> 79 <size> 80 <width>40</width> 81 <height>20</height> 82 </size> 83 </property> 84 </spacer> 85 </item> 86 </layout> 87 </item> 88 <item> 89 <spacer name="verticalSpacer"> 90 <property name="orientation"> 91 <enum>Qt::Vertical</enum> 92 </property> 93 <property name="sizeHint" stdset="0"> 94 <size> 95 <width>20</width> 96 <height>260</height> 97 </size> 98 </property> 99 </spacer> 100 </item> 101 </layout> 102 </widget> 103 <resources/> 104 <connections/> 105</ui> 106