<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CounterWindow</class> <widget class="QWidget" name="CounterWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1024</width> <height>720</height> </rect> </property> <property name="windowTitle"> <string>多通道计数器数据采集</string> </property> <widget class="QScrollArea" name="scrollArea"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>100</width> <height>30</height> </rect> </property> </widget> </widget> <widget class="QComboBox" name="devSelect"> <property name="geometry"> <rect> <x>500</x> <y>10</y> <width>250</width> <height>40</height> </rect> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>350</x> <y>0</y> <width>150</width> <height>60</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="text"> <string>请选择计数器</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="logo"> <property name="geometry"> <rect> <x>20</x> <y>0</y> <width>300</width> <height>60</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>14</pointsize> </font> </property> <property name="text"> <string>多通道计数器数据采集</string> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>59</y> <width>1024</width> <height>1</height> </rect> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QPushButton" name="minButt"> <property name="geometry"> <rect> <x>830</x> <y>10</y> <width>40</width> <height>40</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>最小化</string> </property> </widget> <widget class="QLabel" name="labelRef"> <property name="geometry"> <rect> <x>680</x> <y>20</y> <width>61</width> <height>16</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string/> </property> </widget> </widget> <resources/> <connections/> </ui>