traffic.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>781</width>
  10. <height>675</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">border-style: solid;
  18. border-radius:10px;
  19. border-top-color:#ffffff;
  20. border-left-color:#ffffff;
  21. border-right-color:#888888;
  22. border-bottom-color:#888888;</string>
  23. </property>
  24. <widget class="QLabel" name="label">
  25. <property name="geometry">
  26. <rect>
  27. <x>140</x>
  28. <y>160</y>
  29. <width>481</width>
  30. <height>311</height>
  31. </rect>
  32. </property>
  33. <property name="styleSheet">
  34. <string notr="true">border-width:3px;
  35. border-style:solid;
  36. border-color:blue;
  37. border-radius:10px;
  38. border-color:red;
  39. </string>
  40. </property>
  41. <property name="text">
  42. <string/>
  43. </property>
  44. </widget>
  45. <widget class="QPushButton" name="pushButton_2">
  46. <property name="geometry">
  47. <rect>
  48. <x>260</x>
  49. <y>60</y>
  50. <width>171</width>
  51. <height>41</height>
  52. </rect>
  53. </property>
  54. <property name="styleSheet">
  55. <string notr="true">border-width:3px;
  56. border-style: solid;
  57. border-radius:10px;
  58. border-top-color:#ffffff;
  59. border-left-color:#ffffff;
  60. border-right-color:#888888;
  61. border-bottom-color:#888888;</string>
  62. </property>
  63. <property name="text">
  64. <string>智能交通应用系统</string>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="label_2">
  68. <property name="geometry">
  69. <rect>
  70. <x>390</x>
  71. <y>554</y>
  72. <width>141</width>
  73. <height>41</height>
  74. </rect>
  75. </property>
  76. <property name="styleSheet">
  77. <string notr="true">border-width:3px;
  78. border-style: solid;
  79. border-radius:10px;
  80. border-top-color:#ffffff;
  81. border-left-color:#ffffff;
  82. border-right-color:#888888;
  83. border-bottom-color:#888888;</string>
  84. </property>
  85. <property name="text">
  86. <string>抓取图像</string>
  87. </property>
  88. </widget>
  89. </widget>
  90. <resources/>
  91. <connections/>
  92. </ui>