Imports in qml
Solved
General and Desktop
-
Hello,
I am having some trouble importing the folders from my library into my qml file .
QcStyle -> designer
QcStyle -> Basei want to import Base in designer.qml
i tried followingimport QcStyle.Base .. no gain
import "../Base" as Base .... no gain
for both it says "no such directory" -
import "your/folder/path"