[SailfishDevel] QML: Unable to open input file: No such file or directory
Wim de Vries
wsvries at xs4all.nl
Tue Jun 4 12:46:44 UTC 2013
Hi,
I am sandboxing the sailfishapplication.
In the page dir, I created my MButtom.qml.
This one is loaded in the SecondPage.
Works fine.
I also have a GroupBox.qml.
When I load this one I get:
Unable to open input file: No such file or directory
SecondPage.qml:
import QtQuick 1.1
import Sailfish.Silica 1.0
Page {
id: page2
MButton
{
id: r1
buttonText: "MBUTTON"
}
GroupBox
{
id : altWindow
}
}
Any hints.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sailfishos.org/pipermail/devel/attachments/20130604/25377e1d/attachment.html>
More information about the Devel
mailing list