<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CounterWindowRT</class> <widget class="QWidget" name="CounterWindowRT"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1000</width> <height>1040</height> </rect> </property> <property name="windowTitle"> <string>CounterWindowRT</string> </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="QWidget" name="widgetTitle" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>60</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>60</height> </size> </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="QLabel" name="labTitle"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>60</height> </size> </property> <property name="text"> <string>钟差测量数据采集软件</string> </property> </widget> </item> <item> <spacer name="hsTitle"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labTime"> <property name="text"> <string>2022-01-01 00:00:00</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnMenuSetting"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="res.qrc"> <normaloff>:/images/menuSetting.png</normaloff>:/images/menuSetting.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="btnMenuMin"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="res.qrc"> <normaloff>:/images/menuMin.png</normaloff>:/images/menuMin.png</iconset> </property> <property name="iconSize"> <size> <width>30</width> <height>30</height> </size> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="widgetContent" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>980</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>980</height> </size> </property> <layout class="QHBoxLayout" name="layoutCounter"> <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>20</number> </property> </layout> </widget> </item> </layout> </widget> <resources> <include location="res.qrc"/> </resources> <connections/> </ui>