monitor.ui 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>488</width>
  10. <height>356</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>智能交通监控系统</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>60</x>
  20. <y>50</y>
  21. <width>351</width>
  22. <height>201</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:3px;
  27. border-style:solid;
  28. border-radius:10px;
  29. border-top-color:red;
  30. border-bottom-color:green;
  31. border-left-color:yellow;
  32. border-right-color:pink;
  33. </string>
  34. </property>
  35. <property name="text">
  36. <string>视频显示区</string>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="pushButton">
  40. <property name="geometry">
  41. <rect>
  42. <x>190</x>
  43. <y>270</y>
  44. <width>101</width>
  45. <height>31</height>
  46. </rect>
  47. </property>
  48. <property name="styleSheet">
  49. <string notr="true">border-width:1px;
  50. border-style:solid;
  51. border-radius:7px;
  52. border-top-color:#ffffff;
  53. border-left-color:#ffffff;
  54. border-bottom-color:#888888;
  55. border-right-color:#888888;
  56. </string>
  57. </property>
  58. <property name="text">
  59. <string>处理视频</string>
  60. </property>
  61. </widget>
  62. </widget>
  63. <resources/>
  64. <connections/>
  65. </ui>