Advertisement
Guest User

Untitled

a guest
Feb 17th, 2016
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>613</width>
  10. <height>441</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>300</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16000</width>
  22. <height>16000</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>MainWindow</string>
  27. </property>
  28. <widget class="QWidget" name="centralWidget">
  29. <property name="minimumSize">
  30. <size>
  31. <width>0</width>
  32. <height>0</height>
  33. </size>
  34. </property>
  35. <property name="maximumSize">
  36. <size>
  37. <width>16000</width>
  38. <height>16000</height>
  39. </size>
  40. </property>
  41. <layout class="QVBoxLayout" name="verticalLayout">
  42. <item>
  43. <layout class="QGridLayout" name="gridLayout_2">
  44. <property name="sizeConstraint">
  45. <enum>QLayout::SetFixedSize</enum>
  46. </property>
  47. <property name="spacing">
  48. <number>0</number>
  49. </property>
  50. <item row="1" column="0">
  51. <widget class="QLabel" name="label">
  52. <property name="sizePolicy">
  53. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  54. <horstretch>0</horstretch>
  55. <verstretch>0</verstretch>
  56. </sizepolicy>
  57. </property>
  58. <property name="maximumSize">
  59. <size>
  60. <width>16777215</width>
  61. <height>16777215</height>
  62. </size>
  63. </property>
  64. <property name="sizeIncrement">
  65. <size>
  66. <width>0</width>
  67. <height>0</height>
  68. </size>
  69. </property>
  70. <property name="autoFillBackground">
  71. <bool>false</bool>
  72. </property>
  73. <property name="styleSheet">
  74. <string notr="true">
  75.  
  76. Background-color: #500;
  77.  
  78. </string>
  79. </property>
  80. <property name="text">
  81. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  82. </property>
  83. <property name="margin">
  84. <number>-8</number>
  85. </property>
  86. </widget>
  87. </item>
  88. <item row="1" column="1">
  89. <widget class="QLabel" name="label_2">
  90. <property name="styleSheet">
  91. <string notr="true"> Background-color: #005;
  92. </string>
  93. </property>
  94. <property name="text">
  95. <string/>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="2" column="0" colspan="2">
  100. <widget class="QLabel" name="label_3">
  101. <property name="styleSheet">
  102. <string notr="true"> Background-color: #000;
  103. </string>
  104. </property>
  105. <property name="text">
  106. <string/>
  107. </property>
  108. </widget>
  109. </item>
  110. </layout>
  111. </item>
  112. <item>
  113. <widget class="Line" name="line">
  114. <property name="orientation">
  115. <enum>Qt::Horizontal</enum>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <layout class="QHBoxLayout" name="horizontalLayout">
  121. <item>
  122. <widget class="QPushButton" name="AddStream">
  123. <property name="text">
  124. <string>Start Stream</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QToolButton" name="toolButton">
  130. <property name="sizePolicy">
  131. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  132. <horstretch>0</horstretch>
  133. <verstretch>0</verstretch>
  134. </sizepolicy>
  135. </property>
  136. <property name="text">
  137. <string>...</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QPushButton" name="stopButton">
  143. <property name="text">
  144. <string>Stop Stream</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item>
  149. <widget class="QPushButton" name="processStream">
  150. <property name="text">
  151. <string>Process</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <widget class="QPushButton" name="recordStream">
  157. <property name="text">
  158. <string>Record</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <spacer name="horizontalSpacer">
  164. <property name="orientation">
  165. <enum>Qt::Horizontal</enum>
  166. </property>
  167. <property name="sizeHint" stdset="0">
  168. <size>
  169. <width>40</width>
  170. <height>20</height>
  171. </size>
  172. </property>
  173. </spacer>
  174. </item>
  175. <item>
  176. <widget class="QPushButton" name="exitButton">
  177. <property name="text">
  178. <string>Exit</string>
  179. </property>
  180. </widget>
  181. </item>
  182. </layout>
  183. </item>
  184. </layout>
  185. </widget>
  186. <widget class="QMenuBar" name="menuBar">
  187. <property name="geometry">
  188. <rect>
  189. <x>0</x>
  190. <y>0</y>
  191. <width>613</width>
  192. <height>22</height>
  193. </rect>
  194. </property>
  195. </widget>
  196. <widget class="QStatusBar" name="statusBar"/>
  197. </widget>
  198. <layoutdefault spacing="6" margin="11"/>
  199. <resources/>
  200. <connections/>
  201. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement