1
0

OBSBasicSourceSelect.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSBasicSourceSelect</class>
  4. <widget class="QDialog" name="OBSBasicSourceSelect">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>352</width>
  13. <height>314</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Basic.SourceSelect</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <layout class="QVBoxLayout" name="verticalLayout_2">
  22. <item>
  23. <widget class="QRadioButton" name="createNew">
  24. <property name="text">
  25. <string>Basic.SourceSelect.CreateNew</string>
  26. </property>
  27. <property name="checked">
  28. <bool>true</bool>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QLineEdit" name="sourceName"/>
  34. </item>
  35. <item>
  36. <widget class="QRadioButton" name="selectExisting">
  37. <property name="text">
  38. <string>Basic.SourceSelect.AddExisting</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QListWidget" name="sourceList">
  44. <property name="enabled">
  45. <bool>false</bool>
  46. </property>
  47. <property name="sortingEnabled">
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QCheckBox" name="sourceVisible">
  54. <property name="text">
  55. <string>Basic.SourceSelect.AddVisible</string>
  56. </property>
  57. <property name="checked">
  58. <bool>true</bool>
  59. </property>
  60. </widget>
  61. </item>
  62. </layout>
  63. </item>
  64. <item>
  65. <widget class="QDialogButtonBox" name="buttonBox">
  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>createNew</sender>
  77. <signal>toggled(bool)</signal>
  78. <receiver>sourceName</receiver>
  79. <slot>setEnabled(bool)</slot>
  80. <hints>
  81. <hint type="sourcelabel">
  82. <x>79</x>
  83. <y>29</y>
  84. </hint>
  85. <hint type="destinationlabel">
  86. <x>108</x>
  87. <y>53</y>
  88. </hint>
  89. </hints>
  90. </connection>
  91. <connection>
  92. <sender>selectExisting</sender>
  93. <signal>toggled(bool)</signal>
  94. <receiver>sourceList</receiver>
  95. <slot>setEnabled(bool)</slot>
  96. <hints>
  97. <hint type="sourcelabel">
  98. <x>51</x>
  99. <y>80</y>
  100. </hint>
  101. <hint type="destinationlabel">
  102. <x>65</x>
  103. <y>128</y>
  104. </hint>
  105. </hints>
  106. </connection>
  107. </connections>
  108. </ui>