traffic.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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>1012</width>
  10. <height>738</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>161</x>
  20. <y>134</y>
  21. <width>471</width>
  22. <height>351</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:3px;
  27. border-style:solid;
  28. border-color:blue;
  29. border-radius:10px;
  30. border-top-color:red;
  31. border-bottom-color:green;
  32. border-left-color:pink;
  33. border-right-color:black;</string>
  34. </property>
  35. <property name="text">
  36. <string>TextLabel</string>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="pushButton">
  40. <property name="geometry">
  41. <rect>
  42. <x>302</x>
  43. <y>567</y>
  44. <width>171</width>
  45. <height>71</height>
  46. </rect>
  47. </property>
  48. <property name="styleSheet">
  49. <string notr="true">border-width:1px;
  50. border-style:solid;
  51. border-color:blue;
  52. border-radius:10px;
  53. border-top-color:red;
  54. border-bottom-color:green;
  55. border-left-color:pink;
  56. border-right-color:black;</string>
  57. </property>
  58. <property name="text">
  59. <string>处理视频</string>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="pushButton_2">
  63. <property name="geometry">
  64. <rect>
  65. <x>232</x>
  66. <y>37</y>
  67. <width>251</width>
  68. <height>51</height>
  69. </rect>
  70. </property>
  71. <property name="font">
  72. <font>
  73. <family>Bahnschrift</family>
  74. <weight>50</weight>
  75. <italic>true</italic>
  76. <bold>false</bold>
  77. </font>
  78. </property>
  79. <property name="text">
  80. <string>精美窗口</string>
  81. </property>
  82. </widget>
  83. </widget>
  84. <resources/>
  85. <connections/>
  86. </ui>