untitled.ui 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>50</x>
  20. <y>50</y>
  21. <width>281</width>
  22. <height>171</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:4px;
  27. border-style:solid;
  28. boder-color:red;
  29. border-radius:10px;
  30. border-left-color:yellow;
  31. border-right-color:pink;</string>
  32. </property>
  33. <property name="text">
  34. <string>视频显示区域</string>
  35. </property>
  36. </widget>
  37. <widget class="QPushButton" name="pushButton">
  38. <property name="geometry">
  39. <rect>
  40. <x>180</x>
  41. <y>240</y>
  42. <width>93</width>
  43. <height>28</height>
  44. </rect>
  45. </property>
  46. <property name="styleSheet">
  47. <string notr="true">border-width:2px;
  48. border-style:solid;
  49. border-randius:10px;
  50. border-top-color:#ffffff;
  51. border-left-color:#ffffff;
  52. border-bottom-color:#bbbbbb;
  53. border-right-color:#bbbbbb;
  54. </string>
  55. </property>
  56. <property name="text">
  57. <string>处理视频</string>
  58. </property>
  59. </widget>
  60. </widget>
  61. <resources/>
  62. <connections/>
  63. </ui>