Newer
Older
ZXSSCJ / CounterAcq / CounterWindow.ui
tan yue on 18 Oct 2021 683 bytes 20211018 clock-data mock
<?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>400</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QPushButton" name="pushButton">
   <property name="geometry">
    <rect>
     <x>100</x>
     <y>120</y>
     <width>181</width>
     <height>51</height>
    </rect>
   </property>
   <property name="text">
    <string>Mock ClockDiff Data</string>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>