1
0

output.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>484</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>6</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="outputButton">
  62. <property name="text">
  63. <string>Start</string>
  64. </property>
  65. <property name="checkable">
  66. <bool>true</bool>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item>
  73. <widget class="QLabel" name="label_2">
  74. <property name="text">
  75. <string>Preview Output</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <layout class="QVBoxLayout" name="previewPropertiesLayout"/>
  81. </item>
  82. <item>
  83. <layout class="QHBoxLayout" name="horizontalLayout_2">
  84. <item>
  85. <spacer name="horizontalSpacer_2">
  86. <property name="orientation">
  87. <enum>Qt::Horizontal</enum>
  88. </property>
  89. <property name="sizeHint" stdset="0">
  90. <size>
  91. <width>40</width>
  92. <height>20</height>
  93. </size>
  94. </property>
  95. </spacer>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="previewOutputButton">
  99. <property name="text">
  100. <string>Start</string>
  101. </property>
  102. <property name="checkable">
  103. <bool>true</bool>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </item>
  109. </layout>
  110. </widget>
  111. <resources/>
  112. <connections/>
  113. </ui>