Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. newbie question: how are the tools interrelated
Forum Updated to NodeBB v4.3 + New Features

newbie question: how are the tools interrelated

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 330 Views 2 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.
  • S Offline
    S Offline
    sydneyfaria
    wrote on last edited by
    #1

    Just downloaded Q5 and now have qtcreator, assistant, and designer icons on my desktop. Quickly looking at the qtcreator, this tool looks like it is the main tool to develop all kinds of projects, C, C++, even Android apps. The assistant looks like the manual for the whole thing, including the designer. And the designer looks like it is very oriented around developing with widgets. Very nice to develop GUIs. So are we supposed to develope with the widgets first and then use them in the creator to develop the whole package. They each look like they serve different purposes. Just looking quickly at the tutorials, each tutorial, at first site, seems to about it's tool, and not about using the other tools. A quick synopsis of how these tools are meant to be used together would be helpful for getting started with this development suite.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Creator is the IDE ( integrated development Environment )
      or plain said, the editor and project viewer.
      Designer is GUI design tool but its also integrated into Creator so
      its not needed to use the standalone version unless using python and not c++.
      assistant is the documentation tool. But help is also integrated
      in Creator on F1.

      So you can focus on getting to know Creator as its the main tool and also include both Docs
      and Designer.

      A good place to start is
      http://doc.qt.io/qtcreator/

      1 Reply Last reply
      1

      • Login

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