OBSBasicVCamConfig.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSBasicVCamConfig</class>
  4. <widget class="QDialog" name="OBSBasicVCamConfig">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>170</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Basic.VCam.VirtualCamera</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="outputTypeLabel">
  19. <property name="text">
  20. <string>Basic.VCam.OutputType</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QComboBox" name="outputType">
  26. <item>
  27. <property name="text">
  28. <string>Basic.VCam.Internal</string>
  29. </property>
  30. </item>
  31. <item>
  32. <property name="text">
  33. <string>Basic.Scene</string>
  34. </property>
  35. </item>
  36. <item>
  37. <property name="text">
  38. <string>Basic.Main.Source</string>
  39. </property>
  40. </item>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QLabel" name="outputSelectionLabel">
  45. <property name="text">
  46. <string>Basic.VCam.OutputSelection</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QComboBox" name="outputSelection"/>
  52. </item>
  53. <item>
  54. <spacer name="verticalSpacer">
  55. <property name="orientation">
  56. <enum>Qt::Vertical</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>20</width>
  61. <height>40</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. <item>
  67. <widget class="QDialogButtonBox" name="buttonBox">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="standardButtons">
  72. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </widget>
  78. <resources/>
  79. <connections>
  80. <connection>
  81. <sender>buttonBox</sender>
  82. <signal>accepted()</signal>
  83. <receiver>OBSBasicVCamConfig</receiver>
  84. <slot>accept()</slot>
  85. <hints>
  86. <hint type="sourcelabel">
  87. <x>248</x>
  88. <y>254</y>
  89. </hint>
  90. <hint type="destinationlabel">
  91. <x>157</x>
  92. <y>274</y>
  93. </hint>
  94. </hints>
  95. </connection>
  96. <connection>
  97. <sender>buttonBox</sender>
  98. <signal>rejected()</signal>
  99. <receiver>OBSBasicVCamConfig</receiver>
  100. <slot>reject()</slot>
  101. <hints>
  102. <hint type="sourcelabel">
  103. <x>316</x>
  104. <y>260</y>
  105. </hint>
  106. <hint type="destinationlabel">
  107. <x>286</x>
  108. <y>274</y>
  109. </hint>
  110. </hints>
  111. </connection>
  112. </connections>
  113. </ui>