It would be a very interesting and original feature. Only minus is huge size of project. Probably same feature but with text messages instead of audio, would be also very helpful.
I just tried it with the official version of Qt Creator 3.1.0 on Windows 8 x64, and created a Qt Quick 2.2 project.
However, Qt Creator put the main.qml in the same folder as main.cpp, and added it to qml.qrc. There is no longer a "qml" subfolder.
Sure, go ahead and add requests here. A bored developer might stumble over them and actually do something about them. The by far biggest part of the requests made here will be lost though.
Looking at the link you provided, it was not clear to me what exactly I needed to install.
So I installed libcogl-dev and libcogl-gles2-dev and now it works.
Thanks very much.
Tom
The includes are generated automatically when importing the project.
Actually some class from project_2 are visible in project_1, but some others not.
I think the problem is in forward declarations which is higher prioritized by qtcreator.
i just ran into this problem. I'm glad to see that someone is anxiously waiting for a solution, but unless someone reports it as a bug, I doubt anyone will fix it.
Hi, and welcome to the Qt Dev Net!
The Clang-based code model is very new and is still considered experimental. The development team ackowledges that bugs are present; please report your issue at https://bugreports.qt-project.org/browse/QTCREATORBUG so that they can fix it.
Hi,
The doc should be accurate, I wouldn't expect unfinished translation to be used . You should have a look at the "bug report system":http://bugreports.qt-project.org to see if it's something known. If not please open a report with a minimal compilable example that shows the behavior
I found out how to do this the QtQuick.Controls way. You need to write a Qt Quick Designer plugin. Take a look at https://github.com/strahlex/QtQuickVcp/tree/master/qmldesigner/machinekitplugin if you are interested.
No matter how hard you try there's always at least one piece of information left out when posting on a forum for help ...
In all cases I'm using windows 7 x64. I have to wait until tonight to test 3.1 as I can't dl it at work.