1
0

OBSBasicVCamConfig.ui 2.5 KB

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