summaryrefslogtreecommitdiff
path: root/pages/CreateProfile.qml
blob: 77c1742adc3daca7a3f12f704722b74f39099903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick 2.12
import id.co.darapsa.kelakon.user 0.1
import id.co.darapsa.kelakon.rtclient 0.1

CreateProfileForm {
    width: stackView.width
    height: stackView.height
    }
}

/*##^## Designer {
    D{i:0;autoSize:true;height:480;width:640}
}
 ##^##*/