etCameraTest.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>etCameraTest</class>
  4. <widget class="QWidget" name="etCameraTest">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>635</width>
  10. <height>479</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_etct_camera" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>-10</x>
  20. <y>0</y>
  21. <width>311</width>
  22. <height>291</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLabel" name="label_HLine">
  27. <property name="geometry">
  28. <rect>
  29. <x>40</x>
  30. <y>340</y>
  31. <width>54</width>
  32. <height>12</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string/>
  37. </property>
  38. </widget>
  39. <widget class="QToolButton" name="btn_IsSelf">
  40. <property name="geometry">
  41. <rect>
  42. <x>340</x>
  43. <y>170</y>
  44. <width>191</width>
  45. <height>121</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>图像中是操作者本人</string>
  50. </property>
  51. <property name="toolButtonStyle">
  52. <enum>Qt::ToolButtonTextUnderIcon</enum>
  53. </property>
  54. </widget>
  55. <widget class="QToolButton" name="btn_IsNotSelf">
  56. <property name="geometry">
  57. <rect>
  58. <x>340</x>
  59. <y>20</y>
  60. <width>191</width>
  61. <height>131</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>图像中不是操作者本人</string>
  66. </property>
  67. <property name="toolButtonStyle">
  68. <enum>Qt::ToolButtonTextUnderIcon</enum>
  69. </property>
  70. </widget>
  71. <widget class="QTableWidget" name="tablewt_envTest">
  72. <property name="geometry">
  73. <rect>
  74. <x>30</x>
  75. <y>370</y>
  76. <width>531</width>
  77. <height>281</height>
  78. </rect>
  79. </property>
  80. </widget>
  81. </widget>
  82. <resources/>
  83. <connections/>
  84. </ui>