output.ui 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Output</class>
  4. <widget class="QDialog" name="Output">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>793</width>
  10. <height>292</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Decklink Output</string>
  15. </property>
  16. <widget class="QWidget" name="verticalLayoutWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>10</y>
  21. <width>751</width>
  22. <height>221</height>
  23. </rect>
  24. </property>
  25. <layout class="QVBoxLayout" name="propertiesLayout"/>
  26. </widget>
  27. <widget class="QPushButton" name="startOutput">
  28. <property name="geometry">
  29. <rect>
  30. <x>520</x>
  31. <y>250</y>
  32. <width>113</width>
  33. <height>32</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>Start</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="stopOutput">
  41. <property name="geometry">
  42. <rect>
  43. <x>650</x>
  44. <y>250</y>
  45. <width>113</width>
  46. <height>32</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Stop</string>
  51. </property>
  52. </widget>
  53. </widget>
  54. <resources/>
  55. <connections/>
  56. </ui>