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>ubootMenu</string> 15 </property> 16 <widget class="QWidget" name="centralWidget"> 17 <layout class="QGridLayout" name="gridLayout_3"> 18 <item row="0" column="0"> 19 <widget class="QPushButton" name="video_mipi"> 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="text"> 27 <string>video-mipi:on</string> 28 </property> 29 </widget> 30 </item> 31 <item row="1" column="0"> 32 <widget class="QPushButton" name="video_lvds"> 33 <property name="sizePolicy"> 34 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 35 <horstretch>0</horstretch> 36 <verstretch>0</verstretch> 37 </sizepolicy> 38 </property> 39 <property name="text"> 40 <string>video-lvds:on</string> 41 </property> 42 </widget> 43 </item> 44 <item row="2" column="0"> 45 <widget class="QPushButton" name="video_edp"> 46 <property name="sizePolicy"> 47 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 48 <horstretch>0</horstretch> 49 <verstretch>0</verstretch> 50 </sizepolicy> 51 </property> 52 <property name="text"> 53 <string>video-edp:on</string> 54 </property> 55 </widget> 56 </item> 57 <item row="3" column="0"> 58 <widget class="QPushButton" name="video_hdmi"> 59 <property name="sizePolicy"> 60 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 61 <horstretch>0</horstretch> 62 <verstretch>0</verstretch> 63 </sizepolicy> 64 </property> 65 <property name="text"> 66 <string>video-hdmi:on</string> 67 </property> 68 </widget> 69 </item> 70 71 <item row="4" column="0"> 72 <widget class="QPushButton" name="exitBtn"> 73 <property name="sizePolicy"> 74 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 75 <horstretch>0</horstretch> 76 <verstretch>0</verstretch> 77 </sizepolicy> 78 </property> 79 <property name="text"> 80 <string>Exit</string> 81 </property> 82 </widget> 83 </item> 84 </layout> 85 </widget> 86 <widget class="QMenuBar" name="menuBar"> 87 <property name="geometry"> 88 <rect> 89 <x>0</x> 90 <y>0</y> 91 <width>563</width> 92 <height>25</height> 93 </rect> 94 </property> 95 </widget> 96 <widget class="QToolBar" name="mainToolBar"> 97 <attribute name="toolBarArea"> 98 <enum>TopToolBarArea</enum> 99 </attribute> 100 <attribute name="toolBarBreak"> 101 <bool>false</bool> 102 </attribute> 103 </widget> 104 <widget class="QStatusBar" name="statusBar"/> 105 </widget> 106 <layoutdefault spacing="6" margin="11"/> 107 <resources/> 108 <connections/> 109</ui> 110