123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>etTestResult</class>
- <widget class="QWidget" name="etTestResult">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>562</width>
- <height>446</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QTableWidget" name="tablewt_envTest">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>531</width>
- <height>221</height>
- </rect>
- </property>
- </widget>
- <widget class="QListWidget" name="lw_ettr_unpass">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>260</y>
- <width>521</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|