Classroom.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Classroom</class>
  4. <widget class="QDialog" name="Classroom">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1250</width>
  10. <height>800</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>60</x>
  20. <y>125</y>
  21. <width>800</width>
  22. <height>550</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-style:solid;
  27. border-width:3px;
  28. border-radius:10px;
  29. border-color:silver;
  30. </string>
  31. </property>
  32. <property name="text">
  33. <string/>
  34. </property>
  35. </widget>
  36. <widget class="QPushButton" name="pushButton">
  37. <property name="geometry">
  38. <rect>
  39. <x>720</x>
  40. <y>700</y>
  41. <width>93</width>
  42. <height>28</height>
  43. </rect>
  44. </property>
  45. <property name="styleSheet">
  46. <string notr="true"/>
  47. </property>
  48. <property name="text">
  49. <string>抓取图像</string>
  50. </property>
  51. </widget>
  52. <widget class="QLabel" name="label_2">
  53. <property name="geometry">
  54. <rect>
  55. <x>870</x>
  56. <y>600</y>
  57. <width>300</width>
  58. <height>50</height>
  59. </rect>
  60. </property>
  61. <property name="styleSheet">
  62. <string notr="true">border-width:0px;
  63. font: 10pt &quot;黑体&quot;;
  64. </string>
  65. </property>
  66. <property name="text">
  67. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;识别信息&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  68. </property>
  69. </widget>
  70. <widget class="QLabel" name="label_3">
  71. <property name="geometry">
  72. <rect>
  73. <x>870</x>
  74. <y>540</y>
  75. <width>300</width>
  76. <height>50</height>
  77. </rect>
  78. </property>
  79. <property name="styleSheet">
  80. <string notr="true">border-width:0px;
  81. font: 10pt &quot;黑体&quot;;</string>
  82. </property>
  83. <property name="text">
  84. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;显示信息&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  85. </property>
  86. </widget>
  87. <widget class="QPushButton" name="pushButton_2">
  88. <property name="geometry">
  89. <rect>
  90. <x>450</x>
  91. <y>50</y>
  92. <width>300</width>
  93. <height>45</height>
  94. </rect>
  95. </property>
  96. <property name="font">
  97. <font>
  98. <family>黑体</family>
  99. <pointsize>20</pointsize>
  100. <weight>50</weight>
  101. <italic>false</italic>
  102. <bold>false</bold>
  103. </font>
  104. </property>
  105. <property name="styleSheet">
  106. <string notr="true">border-width:1px;
  107. font: 20pt &quot;黑体&quot;;
  108. border-radius:10px;
  109. border-top-color:silver
  110. </string>
  111. </property>
  112. <property name="text">
  113. <string>智能教室监控系统</string>
  114. </property>
  115. </widget>
  116. <widget class="QLabel" name="label_4">
  117. <property name="geometry">
  118. <rect>
  119. <x>20</x>
  120. <y>10</y>
  121. <width>1200</width>
  122. <height>750</height>
  123. </rect>
  124. </property>
  125. <property name="styleSheet">
  126. <string notr="true">border-style:solid;
  127. border-width:3px;
  128. border-radius:10px;
  129. border-color:black;</string>
  130. </property>
  131. <property name="text">
  132. <string/>
  133. </property>
  134. </widget>
  135. </widget>
  136. <resources/>
  137. <connections/>
  138. </ui>