aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/shared_qml_module/SchedulerApp/Main.qml
blob: 4dddb35ae880db227ec8370b4718d784667d092c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick.Controls
import Scheduler

ApplicationWindow {
    width: 640
    height: 480
    visible: true
    title: qsTr("Scheduler")

    MainScreen {}
    Test {}
}