output.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>785</width>
  10. <height>497</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Decklink Output</string>
  21. </property>
  22. <property name="sizeGripEnabled">
  23. <bool>true</bool>
  24. </property>
  25. <property name="modal">
  26. <bool>false</bool>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <property name="sizeConstraint">
  30. <enum>QLayout::SetDefaultConstraint</enum>
  31. </property>
  32. <item>
  33. <widget class="QLabel" name="label">
  34. <property name="text">
  35. <string>Output</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <layout class="QVBoxLayout" name="propertiesLayout"/>
  41. </item>
  42. <item>
  43. <layout class="QHBoxLayout" name="horizontalLayout">
  44. <property name="spacing">
  45. <number>-1</number>
  46. </property>
  47. <item>
  48. <spacer name="horizontalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>40</width>
  55. <height>20</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. <item>
  61. <widget class="QPushButton" name="startOutput">
  62. <property name="text">
  63. <string>Start</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QPushButton" name="stopOutput">
  69. <property name="text">
  70. <string>Stop</string>
  71. </property>
  72. </widget>
  73. </item>
  74. </layout>
  75. </item>
  76. <item>
  77. <widget class="QLabel" name="label_2">
  78. <property name="text">
  79. <string>Preview Output</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <layout class="QVBoxLayout" name="previewPropertiesLayout"/>
  85. </item>
  86. <item>
  87. <layout class="QHBoxLayout" name="horizontalLayout_2">
  88. <item>
  89. <spacer name="horizontalSpacer_2">
  90. <property name="orientation">
  91. <enum>Qt::Horizontal</enum>
  92. </property>
  93. <property name="sizeHint" stdset="0">
  94. <size>
  95. <width>40</width>
  96. <height>20</height>
  97. </size>
  98. </property>
  99. </spacer>
  100. </item>
  101. <item>
  102. <widget class="QPushButton" name="startPreviewOutput">
  103. <property name="text">
  104. <string>Start</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QPushButton" name="stopPreviewOutput">
  110. <property name="text">
  111. <string>Stop</string>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </item>
  117. <item>
  118. <widget class="QLabel" name="label">
  119. <property name="text">
  120. <string>Keyer output requires RGB mode in advanced settings.</string>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. <resources/>
  127. <connections/>
  128. </ui>