traffic.ui 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>renwu</class>
  4. <widget class="QDialog" name="renwu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>智能交通监控系统</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">bordedr-width:2px;
  18. border-style:solid;
  19. border-color:#FF0000;
  20. </string>
  21. </property>
  22. <widget class="QLabel" name="lblvideo">
  23. <property name="geometry">
  24. <rect>
  25. <x>20</x>
  26. <y>20</y>
  27. <width>321</width>
  28. <height>181</height>
  29. </rect>
  30. </property>
  31. <property name="styleSheet">
  32. <string notr="true">border-width:3px;
  33. border-style:dotted;
  34. border-color:blue;
  35. border-radius:10px;</string>
  36. </property>
  37. <property name="text">
  38. <string>视频显示区</string>
  39. </property>
  40. </widget>
  41. <widget class="QPushButton" name="btncapture">
  42. <property name="geometry">
  43. <rect>
  44. <x>140</x>
  45. <y>240</y>
  46. <width>93</width>
  47. <height>28</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>抓取图像</string>
  52. </property>
  53. </widget>
  54. </widget>
  55. <resources/>
  56. <connections/>
  57. </ui>