monitor.ui 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>481</width>
  10. <height>428</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>90</x>
  20. <y>50</y>
  21. <width>311</width>
  22. <height>271</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:3px;
  27. border-style:solid;
  28. border-color:pink;
  29. border-radius:10px</string>
  30. </property>
  31. <property name="text">
  32. <string>视频显示区</string>
  33. </property>
  34. </widget>
  35. <widget class="QPushButton" name="pushButton">
  36. <property name="geometry">
  37. <rect>
  38. <x>190</x>
  39. <y>350</y>
  40. <width>121</width>
  41. <height>51</height>
  42. </rect>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">border-width:3px;
  46. border-style:solid;
  47. border-randius:10px;
  48. border-top-color:#ffffff;
  49. border-bottom-color:#dddddd;
  50. border-left-color:#ffffff;
  51. border-right-color:#dddddd;</string>
  52. </property>
  53. <property name="text">
  54. <string>处理视频</string>
  55. </property>
  56. </widget>
  57. </widget>
  58. <resources/>
  59. <connections/>
  60. </ui>