6 lines
61 B
QML
6 lines
61 B
QML
|
import QtQuick 2.9
|
||
|
|
||
|
BobbycarMainWindow {
|
||
|
visible: true
|
||
|
}
|