OBSBasicSourceSelect.ui 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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="radioButton">
  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. </layout>
  53. </item>
  54. <item>
  55. <widget class="QDialogButtonBox" name="buttonBox">
  56. <property name="standardButtons">
  57. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </widget>
  63. <resources/>
  64. <connections>
  65. <connection>
  66. <sender>radioButton</sender>
  67. <signal>toggled(bool)</signal>
  68. <receiver>sourceName</receiver>
  69. <slot>setEnabled(bool)</slot>
  70. <hints>
  71. <hint type="sourcelabel">
  72. <x>79</x>
  73. <y>29</y>
  74. </hint>
  75. <hint type="destinationlabel">
  76. <x>108</x>
  77. <y>53</y>
  78. </hint>
  79. </hints>
  80. </connection>
  81. <connection>
  82. <sender>selectExisting</sender>
  83. <signal>toggled(bool)</signal>
  84. <receiver>sourceList</receiver>
  85. <slot>setEnabled(bool)</slot>
  86. <hints>
  87. <hint type="sourcelabel">
  88. <x>51</x>
  89. <y>80</y>
  90. </hint>
  91. <hint type="destinationlabel">
  92. <x>65</x>
  93. <y>128</y>
  94. </hint>
  95. </hints>
  96. </connection>
  97. </connections>
  98. </ui>