mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-24 04:28:58 +00:00
21 lines
306 B
QML
21 lines
306 B
QML
|
import QtQuick 2.15
|
||
|
import QtQuick.Controls 2.15
|
||
|
|
||
|
import StatusQ 0.1
|
||
|
import StatusQ.Core.Theme 0.1
|
||
|
import StatusQ.Core.Utils 0.1 as SQUtils
|
||
|
|
||
|
import AppLayouts.Onboarding2.pages 1.0
|
||
|
|
||
|
import utils 1.0
|
||
|
|
||
|
SQUtils.QObject {
|
||
|
id: root
|
||
|
|
||
|
required property StackView stackView
|
||
|
|
||
|
function init() {
|
||
|
|
||
|
}
|
||
|
}
|