AutoConfigStartPage.ui 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AutoConfigStartPage</class>
  4. <widget class="QWidget" name="AutoConfigStartPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true"/>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QRadioButton" name="prioritizeStreaming">
  19. <property name="text">
  20. <string>Basic.AutoConfig.StartPage.PrioritizeStreaming</string>
  21. </property>
  22. <property name="checked">
  23. <bool>true</bool>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QRadioButton" name="prioritizeRecording">
  29. <property name="text">
  30. <string>Basic.AutoConfig.StartPage.PrioritizeRecording</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <spacer name="verticalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Vertical</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>20</width>
  42. <height>40</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. </layout>
  48. </widget>
  49. <resources/>
  50. <connections/>
  51. </ui>