output.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>328</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 class="QLabel" name="label">
  54. <property name="geometry">
  55. <rect>
  56. <x>420</x>
  57. <y>290</y>
  58. <width>351</width>
  59. <height>20</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>Keyer output requires RGB mode in advanced settings.</string>
  64. </property>
  65. </widget>
  66. </widget>
  67. <resources/>
  68. <connections/>
  69. </ui>