traffic.ui 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>625</width>
  10. <height>389</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>智能交通监测系统</string>
  15. </property>
  16. <widget class="QLabel" name="btnCapture">
  17. <property name="geometry">
  18. <rect>
  19. <x>50</x>
  20. <y>60</y>
  21. <width>300</width>
  22. <height>300</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:10px;
  27. border-color:pink;
  28. border-style:solid;
  29. </string>
  30. </property>
  31. <property name="text">
  32. <string>视频显示区</string>
  33. </property>
  34. </widget>
  35. <widget class="QLabel" name="label">
  36. <property name="geometry">
  37. <rect>
  38. <x>220</x>
  39. <y>20</y>
  40. <width>171</width>
  41. <height>16</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>智能交通检测系统</string>
  46. </property>
  47. </widget>
  48. <widget class="QLabel" name="label_2">
  49. <property name="geometry">
  50. <rect>
  51. <x>460</x>
  52. <y>210</y>
  53. <width>72</width>
  54. <height>15</height>
  55. </rect>
  56. </property>
  57. <property name="text">
  58. <string>识别信息</string>
  59. </property>
  60. </widget>
  61. <widget class="QPushButton" name="pushButton">
  62. <property name="geometry">
  63. <rect>
  64. <x>460</x>
  65. <y>290</y>
  66. <width>101</width>
  67. <height>41</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>抓取图像</string>
  72. </property>
  73. </widget>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>