PDA

View Full Version : Qt 4.80 QML & C++



Daxos
14th January 2012, 09:19
Hello,
how are you?

I have a question about QtQuick, Qml and C++.

I'm working on Windows 7 Os and I want create a new application that implement MVP on VS2008

I have ready about QtQuick and I have try it.

I would using QtQuick as a View while my model is a standard Qt C++ code. I have foud some guide about this.

On my GUI I want desktop element such Button, TableView, etc... I have download QtDesktop component master and I have install it on my QtSdk (I have an error but this is another issue :P).

Now this is my question: How Can I install QtDesktop component on my Qt (not QtSdk but my Qt installation build for VC2008)? Is necessary to do this for use DesktopElement?

I Have reade that is possible using Qt components as QPushButton in qml file. So another way can be create my Qt c++ object like QPushButton and using in on my QtQuick GUI.
But what is the better way?

Thanks in advance!!!

Dax