<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>InfoMainForm</class> <widget class="QWidget" name="InfoMainForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QScrollArea" name="scrollArea"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>300</width> <height>0</height> </size> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="wdgtMenu"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>300</width> <height>624</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>300</width> <height>0</height> </size> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QToolButton" name="menuDeptTask"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>实验室任务</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuMyTask"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>我的任务</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuNewTask"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>新建任务单</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuBizEqpt"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>标准设备管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuEqptEqpt"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>被检设备管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuCaliData"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>检定数据管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuCheckData"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>核查数据管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuCaliConf"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>检定程序管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuCheckConf"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>核查程序管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuSystemFile"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>体系文件</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuMethod"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>现行测试校准检定方法</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuSignature"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>签名管理</string> </property> </widget> </item> <item> <widget class="QToolButton" name="menuDataSync"> <property name="minimumSize"> <size> <width>295</width> <height>48</height> </size> </property> <property name="text"> <string>数据同步</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>19</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item> <widget class="QStackedWidget" name="wdgtInfoTable"/> </item> </layout> </widget> <resources/> <connections/> </ui>