OBSBasicVCamConfig.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. </widget>
  37. </item>
  38. <item>
  39. <widget class="QLabel" name="outputSelectionLabel">
  40. <property name="text">
  41. <string>Basic.VCam.OutputSelection</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QComboBox" name="outputSelection"/>
  47. </item>
  48. <item>
  49. <spacer name="verticalSpacer">
  50. <property name="orientation">
  51. <enum>Qt::Vertical</enum>
  52. </property>
  53. <property name="sizeHint" stdset="0">
  54. <size>
  55. <width>20</width>
  56. <height>40</height>
  57. </size>
  58. </property>
  59. </spacer>
  60. </item>
  61. <item>
  62. <widget class="QDialogButtonBox" name="buttonBox">
  63. <property name="orientation">
  64. <enum>Qt::Horizontal</enum>
  65. </property>
  66. <property name="standardButtons">
  67. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  68. </property>
  69. </widget>
  70. </item>
  71. </layout>
  72. </widget>
  73. <resources/>
  74. <connections>
  75. <connection>
  76. <sender>buttonBox</sender>
  77. <signal>accepted()</signal>
  78. <receiver>OBSBasicVCamConfig</receiver>
  79. <slot>accept()</slot>
  80. <hints>
  81. <hint type="sourcelabel">
  82. <x>248</x>
  83. <y>254</y>
  84. </hint>
  85. <hint type="destinationlabel">
  86. <x>157</x>
  87. <y>274</y>
  88. </hint>
  89. </hints>
  90. </connection>
  91. <connection>
  92. <sender>buttonBox</sender>
  93. <signal>rejected()</signal>
  94. <receiver>OBSBasicVCamConfig</receiver>
  95. <slot>reject()</slot>
  96. <hints>
  97. <hint type="sourcelabel">
  98. <x>316</x>
  99. <y>260</y>
  100. </hint>
  101. <hint type="destinationlabel">
  102. <x>286</x>
  103. <y>274</y>
  104. </hint>
  105. </hints>
  106. </connection>
  107. </connections>
  108. </ui>