Hi Kai,
You definitely don't have to be sorry about that.
Qt 4.7 is very new, and Qt Creator is still snapshots. :-)
Moreover, I've solved in a short time the issue I was facing, mainly (but
not only) thanks to Nokia employees (I guess you're all Qt team members,
but can't be sure).
I'm just a
On 9/23/2010 12:09 PM, ext matthieu.riot...@skf.com wrote:
> Hi,
>
> I finally succeed in making "chapter6" to run. The solution was simple
> but not obvious.
> Actually, to run .qml files, Qt Creator uses an appli called
> "qmlobserver.exe", that seems to not deal with plugins very well.
> I chang
Hi,
I finally succeed in making "chapter6" to run. The solution was simple but
not obvious.
Actually, to run .qml files, Qt Creator uses an appli called
"qmlobserver.exe", that seems to not deal with plugins very well.
I changed the QML appli and take the one called "qmlviewer.exe" that is
insi
On 22/09/2010, at 5:44 PM, ext matthieu.riot...@skf.com wrote:
> Thanks for useful link and advice.
>
> But as you well anticipated, I'm now unable to make the chapter 6 to run.
> :-)
> With the files as they are delivered, I've got the now usual message
> "module Charts is not installed"
> I
Thanks for useful link and advice.
But as you well anticipated, I'm now unable to make the chapter 6 to run.
:-)
With the files as they are delivered, I've got the now usual message
"module Charts is not installed"
I had a look at the "app.qml" and "qmldir" files but everything's seems to
be ok
Hi Matthieu,
On 21/09/2010, at 9:36 PM, ext matthieu.riot...@skf.com wrote:
> Hi all,
>
> I have a big interest in QML but am facing an issue where I can't
> understand what to do.
> I downloaded the latest Qt Creator snapshots and started looking at the
> Quick examples.
> In the one named "t
Hi all,
I have a big interest in QML but am facing an issue where I can't
understand what to do.
I downloaded the latest Qt Creator snapshots and started looking at the
Quick examples.
In the one named "tutorials" -> "extending", all QML files contains a line
: "import Charts 1.0" that leads to