Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Non Qt project for raspberrypi
Forum Updated to NodeBB v4.3 + New Features

Non Qt project for raspberrypi

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Borjoyzee
    wrote on 20 Jul 2013, 14:22 last edited by
    #1

    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?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 20 Jul 2013, 19:31 last edited by
      #2

      Hi and welcome to devnet,

      Are you sure you setup QtCreator correctly ? Things like adding your cross-compiled Qt and a kit using it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • P Offline
        P Offline
        prismatic
        wrote on 20 Jul 2013, 19:35 last edited by
        #3

        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.

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Borjoyzee
          wrote on 27 Jul 2013, 22:09 last edited by
          #4

          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.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved