Refactor the settings dialog so that it uses a set of components/abstractions

for all of the tabs and stacks
This commit is contained in:
Adam Treat
2023-06-29 13:38:10 -04:00
committed by AT
parent b3c29e4179
commit dedb0025be
4 changed files with 96 additions and 154 deletions

View File

@@ -102,6 +102,7 @@ qt_add_qml_module(chat
qml/ApplicationSettings.qml
qml/LocalDocsSettings.qml
qml/MySettingsTab.qml
qml/MySettingsStack.qml
qml/MyButton.qml
qml/MyComboBox.qml
qml/MyDirectoryField.qml