qrc://scrollbar.qml:-1 No file name specified
Solved
QML and Qt Quick
-
I have old project, now I tried to update it to Qt 5.8 and QtQuick.Controls 2.1, but I got error
qrc://scrollbar.qml:-1 No file name specified
this error is produced by code :
import QtQuick 2.7 import QtQuick.Controls 2.1 import QtQuick.Layouts 1.1 Flickable{ id:flickable anchors.fill: parent ScrollBar.vertical: ScrollBar { } }
I'm running this code on Android phone. What is wrong here ?
-
I have old project, now I tried to update it to Qt 5.8 and QtQuick.Controls 2.1, but I got error
qrc://scrollbar.qml:-1 No file name specified
this error is produced by code :
import QtQuick 2.7 import QtQuick.Controls 2.1 import QtQuick.Layouts 1.1 Flickable{ id:flickable anchors.fill: parent ScrollBar.vertical: ScrollBar { } }
I'm running this code on Android phone. What is wrong here ?