monitor.ui 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>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">border-width:1px;
  18. border-style:solid;
  19. border-color:white;
  20. border-radius:10px;</string>
  21. </property>
  22. <widget class="QLabel" name="label">
  23. <property name="geometry">
  24. <rect>
  25. <x>90</x>
  26. <y>20</y>
  27. <width>191</width>
  28. <height>171</height>
  29. </rect>
  30. </property>
  31. <property name="styleSheet">
  32. <string notr="true">border-width:1px;
  33. border-style:solid;
  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="pushButton">
  42. <property name="geometry">
  43. <rect>
  44. <x>80</x>
  45. <y>202</y>
  46. <width>75</width>
  47. <height>41</height>
  48. </rect>
  49. </property>
  50. <property name="styleSheet">
  51. <string notr="true">border-width:1px;
  52. border-style:solid;
  53. border-radius:10px;
  54. border-top-color:#ffffff;
  55. border-left-color:#ffffff;
  56. border-bottom-color:#888888;
  57. border-right-color:#bbbbbb;
  58. </string>
  59. </property>
  60. <property name="text">
  61. <string>处理视频</string>
  62. </property>
  63. </widget>
  64. </widget>
  65. <resources/>
  66. <connections/>
  67. </ui>