2
0

settingswidget.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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 class="QWidget" name="aboutTab">
  89. <attribute name="title">
  90. <string>About</string>
  91. </attribute>
  92. <layout class="QGridLayout" name="gridLayout_3">
  93. <item row="0" column="0">
  94. <widget class="QPushButton" name="aboutPushButton">
  95. <property name="text">
  96. <string>About openPilotLog</string>
  97. </property>
  98. </widget>
  99. </item>
  100. </layout>
  101. </widget>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. <resources/>
  107. <connections/>
  108. </ui>