123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>WindowAppTaskView</class>
- <widget class="QWidget" name="WindowAppTaskView">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>901</width>
- <height>630</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>WindowAppTaskView</string>
- </property>
- <widget class="QTableWidget" name="tablePOU">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>30</y>
- <width>609</width>
- <height>249</height>
- </rect>
- </property>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>1000</number>
- </attribute>
- <attribute name="horizontalHeaderStretchLastSection">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QTabWidget" name="tabPouStatus">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>320</y>
- <width>691</width>
- <height>177</height>
- </rect>
- </property>
- <property name="tabPosition">
- <enum>QTabWidget::South</enum>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <property name="usesScrollButtons">
- <bool>false</bool>
- </property>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- <widget class="QLabel" name="labelTool">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>290</y>
- <width>150</width>
- <height>20</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>150</width>
- <height>0</height>
- </size>
- </property>
- <property name="font">
- <font>
- <pointsize>15</pointsize>
- </font>
- </property>
- <property name="text">
- <string>工具状态</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|