traffic.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Traffic</class>
  4. <widget class="QDialog" name="Traffic">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>961</width>
  10. <height>643</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>智能交通监控系统</string>
  15. </property>
  16. <widget class="QLabel" name="lblVideo">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>80</y>
  21. <width>640</width>
  22. <height>480</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:1px;
  27. border-style:solid;
  28. border-color:#FF0000;
  29. border-radius:10px;</string>
  30. </property>
  31. <property name="text">
  32. <string>TextLabel</string>
  33. </property>
  34. </widget>
  35. <widget class="QPushButton" name="btnCapture">
  36. <property name="geometry">
  37. <rect>
  38. <x>310</x>
  39. <y>580</y>
  40. <width>75</width>
  41. <height>31</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>抓取图像</string>
  46. </property>
  47. </widget>
  48. <widget class="QLabel" name="label">
  49. <property name="geometry">
  50. <rect>
  51. <x>230</x>
  52. <y>30</y>
  53. <width>261</width>
  54. <height>31</height>
  55. </rect>
  56. </property>
  57. <property name="font">
  58. <font>
  59. <pointsize>24</pointsize>
  60. <bold>true</bold>
  61. </font>
  62. </property>
  63. <property name="text">
  64. <string>智能交通监控系统</string>
  65. </property>
  66. <property name="alignment">
  67. <set>Qt::AlignCenter</set>
  68. </property>
  69. </widget>
  70. <widget class="QLabel" name="label_2">
  71. <property name="geometry">
  72. <rect>
  73. <x>733</x>
  74. <y>230</y>
  75. <width>81</width>
  76. <height>20</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>识别信息:</string>
  81. </property>
  82. </widget>
  83. <widget class="QLabel" name="lblInfo">
  84. <property name="geometry">
  85. <rect>
  86. <x>700</x>
  87. <y>270</y>
  88. <width>171</width>
  89. <height>141</height>
  90. </rect>
  91. </property>
  92. <property name="styleSheet">
  93. <string notr="true">border-width:1px;
  94. border-style:dotted;
  95. boder-color:blue;</string>
  96. </property>
  97. <property name="text">
  98. <string>显示信息</string>
  99. </property>
  100. </widget>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>