summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Look/Layouts/BlankLayout.qml
blob: 2a1b2aa5f1a633fd3f573cd105b700c680b26f8d (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0
import com.ford.hmiframework 1.0

FLayout {
    width: 800
    height: 480


}