qml refactoring

This commit is contained in:
pokamest 2021-09-14 00:39:07 +03:00
parent e920d9cdf3
commit 12b079df65
24 changed files with 163 additions and 233 deletions

View file

@ -1,11 +1,15 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import PageEnum 1.0
import "./"
import "../Controls"
import "../Config"
Item {
PageBase {
id: root
page: PageEnum.WizardLow
logic: WizardLogic
BackButton {
id: back_from_setup_wizard
}