Non Qt project for raspberrypi
-
wrote on 20 Jul 2013, 14:22 last edited by
I sucessfully setup my qt to work with my raspberrypi through this tutorial http://qt-project.org/wiki/RaspberryPi_Beginners_guide
Finnaly when i started programming i realized that qt only supports non-qt projetcs for devices, like c++.
What i really dont get is in this page: http://qt-project.org/wiki/Introduction_to_Qt_Quick_for_Cpp_developers
Introducing the c++ programming he uses the design mode, that i cant access through a c++ project.
I think there's comething i dont understand in all this!
Questions, does qt really only support "non qt projects" for devices (cross compiled)?
Why cant i access the design mode when programming c++ in qt? -
Hi and welcome to devnet,
Are you sure you setup QtCreator correctly ? Things like adding your cross-compiled Qt and a kit using it.
-
wrote on 20 Jul 2013, 19:35 last edited by
Not sure what you mean by 'non-qt' projects.
To use design mode with QML, you need to add a QML file in your project first. Then you can double click the file and the Design button won't be greyed out.
-
wrote on 27 Jul 2013, 22:09 last edited by
thans SGalst and prismatic for the replies, i was making a wrong use of qt, i realized that i could use design mode in .ui files
i'm a lower level programmer so i dont understand the basic.