OBSBasicVCamConfig.ui 2.6 KB

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