traffic.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>lbl</class>
  4. <widget class="QDialog" name="lbl">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>862</width>
  10. <height>715</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>智能交通监控系统</string>
  15. </property>
  16. <widget class="QDialogButtonBox" name="buttonBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>440</x>
  20. <y>640</y>
  21. <width>341</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="orientation">
  26. <enum>Qt::Horizontal</enum>
  27. </property>
  28. <property name="standardButtons">
  29. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30. </property>
  31. </widget>
  32. <widget class="QLabel" name="label">
  33. <property name="geometry">
  34. <rect>
  35. <x>60</x>
  36. <y>180</y>
  37. <width>400</width>
  38. <height>311</height>
  39. </rect>
  40. </property>
  41. <property name="styleSheet">
  42. <string notr="true">border-width:1px;
  43. border-style:solid;
  44. border-radius:7px;
  45. border-top-color:#fffff;
  46. border-left-color:#ffffff;
  47. border-bottom-color:#888888;
  48. border-right-color:#888888;
  49. </string>
  50. </property>
  51. <property name="text">
  52. <string>TextLabel</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="label_2">
  56. <property name="geometry">
  57. <rect>
  58. <x>670</x>
  59. <y>150</y>
  60. <width>161</width>
  61. <height>181</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>识别信息</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="label_3">
  69. <property name="geometry">
  70. <rect>
  71. <x>670</x>
  72. <y>470</y>
  73. <width>72</width>
  74. <height>15</height>
  75. </rect>
  76. </property>
  77. <property name="styleSheet">
  78. <string notr="true">border-width:1px;
  79. border-style:solid;
  80. border-radius:7px;
  81. border-top-color:#fffff;
  82. border-left-color:#ffffff;
  83. border-bottom-color:#888888;
  84. border-right-color:#888888;
  85. </string>
  86. </property>
  87. <property name="text">
  88. <string>显示信息</string>
  89. </property>
  90. </widget>
  91. <widget class="QPushButton" name="pushButton">
  92. <property name="geometry">
  93. <rect>
  94. <x>190</x>
  95. <y>610</y>
  96. <width>93</width>
  97. <height>28</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>抓取图像</string>
  102. </property>
  103. </widget>
  104. <widget class="QLabel" name="label_4">
  105. <property name="geometry">
  106. <rect>
  107. <x>300</x>
  108. <y>30</y>
  109. <width>231</width>
  110. <height>101</height>
  111. </rect>
  112. </property>
  113. <property name="minimumSize">
  114. <size>
  115. <width>10</width>
  116. <height>10</height>
  117. </size>
  118. </property>
  119. <property name="styleSheet">
  120. <string notr="true">font: 14pt &quot;隶书&quot;;
  121. border-width:4px;
  122. border-style:solid;
  123. border-top-color:black;
  124. border-bottom-color:black;</string>
  125. </property>
  126. <property name="text">
  127. <string>智能交通监控系统</string>
  128. </property>
  129. </widget>
  130. </widget>
  131. <resources/>
  132. <connections>
  133. <connection>
  134. <sender>buttonBox</sender>
  135. <signal>accepted()</signal>
  136. <receiver>lbl</receiver>
  137. <slot>accept()</slot>
  138. <hints>
  139. <hint type="sourcelabel">
  140. <x>248</x>
  141. <y>254</y>
  142. </hint>
  143. <hint type="destinationlabel">
  144. <x>157</x>
  145. <y>274</y>
  146. </hint>
  147. </hints>
  148. </connection>
  149. <connection>
  150. <sender>buttonBox</sender>
  151. <signal>rejected()</signal>
  152. <receiver>lbl</receiver>
  153. <slot>reject()</slot>
  154. <hints>
  155. <hint type="sourcelabel">
  156. <x>316</x>
  157. <y>260</y>
  158. </hint>
  159. <hint type="destinationlabel">
  160. <x>286</x>
  161. <y>274</y>
  162. </hint>
  163. </hints>
  164. </connection>
  165. </connections>
  166. </ui>