123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>etCameraTest</class>
- <widget class="QWidget" name="etCameraTest">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>635</width>
- <height>479</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_etct_camera" native="true">
- <property name="geometry">
- <rect>
- <x>-10</x>
- <y>0</y>
- <width>311</width>
- <height>291</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>340</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QToolButton" name="btn_IsSelf">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>170</y>
- <width>191</width>
- <height>121</height>
- </rect>
- </property>
- <property name="text">
- <string>图像中是操作者本人</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextUnderIcon</enum>
- </property>
- </widget>
- <widget class="QToolButton" name="btn_IsNotSelf">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>20</y>
- <width>191</width>
- <height>131</height>
- </rect>
- </property>
- <property name="text">
- <string>图像中不是操作者本人</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextUnderIcon</enum>
- </property>
- </widget>
- <widget class="QTableWidget" name="tablewt_envTest">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>370</y>
- <width>531</width>
- <height>281</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|