controllermacrowidget.ui (1835B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>ControllerMacroWidget</class> 4 <widget class="QWidget" name="ControllerMacroWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>799</width> 10 <height>493</height> 11 </rect> 12 </property> 13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 15 <horstretch>0</horstretch> 16 <verstretch>0</verstretch> 17 </sizepolicy> 18 </property> 19 <layout class="QGridLayout" name="gridLayout"> 20 <property name="leftMargin"> 21 <number>0</number> 22 </property> 23 <property name="topMargin"> 24 <number>0</number> 25 </property> 26 <property name="rightMargin"> 27 <number>0</number> 28 </property> 29 <property name="bottomMargin"> 30 <number>0</number> 31 </property> 32 <item row="0" column="0"> 33 <widget class="QListWidget" name="portList"> 34 <property name="sizePolicy"> 35 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 36 <horstretch>0</horstretch> 37 <verstretch>0</verstretch> 38 </sizepolicy> 39 </property> 40 <property name="minimumSize"> 41 <size> 42 <width>150</width> 43 <height>0</height> 44 </size> 45 </property> 46 <property name="maximumSize"> 47 <size> 48 <width>150</width> 49 <height>16777215</height> 50 </size> 51 </property> 52 <property name="iconSize"> 53 <size> 54 <width>32</width> 55 <height>32</height> 56 </size> 57 </property> 58 </widget> 59 </item> 60 <item row="0" column="1"> 61 <widget class="QStackedWidget" name="container"/> 62 </item> 63 <item row="1" column="0" colspan="2"> 64 <layout class="QHBoxLayout" name="horizontalLayout_2"/> 65 </item> 66 </layout> 67 </widget> 68 <resources> 69 <include location="../resources/resources.qrc"/> 70 </resources> 71 <connections/> 72 </ui>