settingswidget.ui 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>settingsWidget</class>
  4. <widget class="QWidget" name="settingsWidget">
  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>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="generalTab">
  23. <attribute name="title">
  24. <string>General</string>
  25. </attribute>
  26. <layout class="QGridLayout" name="gridLayout">
  27. <item row="0" column="0">
  28. <widget class="QLabel" name="themeLabel">
  29. <property name="text">
  30. <string>Theme</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="0" column="1">
  35. <widget class="QCheckBox" name="systemThemeCheckBox">
  36. <property name="text">
  37. <string>System</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="1" column="1">
  42. <widget class="QCheckBox" name="lightThemeCheckBox">
  43. <property name="text">
  44. <string>Light</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="2" column="1">
  49. <widget class="QCheckBox" name="darkThemeCheckBox">
  50. <property name="text">
  51. <string>Dark</string>
  52. </property>
  53. </widget>
  54. </item>
  55. </layout>
  56. </widget>
  57. <widget class="QWidget" name="tab_2">
  58. <attribute name="title">
  59. <string>Tab 2</string>
  60. </attribute>
  61. </widget>
  62. </widget>
  63. </item>
  64. </layout>
  65. </widget>
  66. <resources/>
  67. <connections/>
  68. </ui>