Skip to content

Commit

Permalink
config overhaul (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Dec 23, 2024
1 parent a5ac1e7 commit 8e79492
Show file tree
Hide file tree
Showing 31 changed files with 3,073 additions and 319 deletions.
12 changes: 12 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@ set(QML_ELEMENTS
widgets/misc/CameraView
widgets/misc/ErrorsWidget

widgets/config/BaseConfigDialog
widgets/config/LabeledTextField
widgets/config/LabeledCheckbox
widgets/config/LabeledSpinBox
widgets/config/LabeledDoubleSpinBox
widgets/config/LabeledComboBox
widgets/config/TitleComponent
widgets/config/ColorTable
widgets/config/ColorField
widgets/config/SectionHeader

dialogs/TopicView
dialogs/TabNameDialog
dialogs/TabSizeDialog
Expand All @@ -113,6 +124,7 @@ set(ELEMENTS
Constants
SettingsManager
TitleManager
Clipboard

models/TabWidgetsModel
models/TabListModel
Expand Down
Loading

0 comments on commit 8e79492

Please sign in to comment.