2
0

settingswidget.ui 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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="flightLoggingTab">
  58. <attribute name="title">
  59. <string>Flight Logging</string>
  60. </attribute>
  61. <widget class="QLabel" name="flightNumberPrefixLabel">
  62. <property name="geometry">
  63. <rect>
  64. <x>10</x>
  65. <y>20</y>
  66. <width>161</width>
  67. <height>19</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>Flight Number Prefix</string>
  72. </property>
  73. </widget>
  74. <widget class="QLineEdit" name="flightNumberPrefixLineEdit">
  75. <property name="geometry">
  76. <rect>
  77. <x>200</x>
  78. <y>20</y>
  79. <width>113</width>
  80. <height>27</height>
  81. </rect>
  82. </property>
  83. <property name="placeholderText">
  84. <string>optional</string>
  85. </property>
  86. </widget>
  87. </widget>
  88. </widget>
  89. </item>
  90. </layout>
  91. </widget>
  92. <resources/>
  93. <connections/>
  94. </ui>