Newer
Older
ZXSSCJ / CounterAcq / CounterWindow.ui
TAN YUE on 20 Oct 2021 632 bytes 20211020 修改计数器主界面
<?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="QStackedWidget" name="stackedWidget">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1024</width>
     <height>720</height>
    </rect>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>