<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ParamParseClass</class> <widget class="QWidget" name="ParamParseClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>808</width> <height>625</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>ParamParse</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <widget class="QTreeView" name="tv_paramList"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">QTreeView#tv_paramList{ border:1px solid #D5D5D5; }</string> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustToContents</enum> </property> </widget> <widget class="QScrollArea" name="sa_paramShow"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="sizeAdjustPolicy"> <enum>QAbstractScrollArea::AdjustToContents</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <widget class="QWidget" name="sa_wgtContent"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>69</width> <height>605</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> </widget> </widget> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <tabstops> <tabstop>tv_paramList</tabstop> <tabstop>sa_paramShow</tabstop> </tabstops> <resources/> <connections/> </ui>