Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Very first newby question( Qt Creator )
Forum Updated to NodeBB v4.3 + New Features

Very first newby question( Qt Creator )

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 1.4k 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.
  • S Offline
    S Offline
    santiagorf
    wrote on last edited by
    #1

    Hi all,
    Before start reading C++ GUI Programming with Qt4, I installed Qt creator to see how the Qt Creator looks like.
    I just got the tutorial: Creating a Qt Quick Application which asks me to do the following:

    Select File > New File or Project > Qt Quick Project > Qt Quick UI > Choose.

    Follow the instructions of the wizard to create a project called Transitions.

    Press Ctrl+R to run the application in the QML Viewer.

    Everything runs apparently fine until I try step 3. When I hit Ctrl+R, nothing happens.
    Also, if I check the screen shot on the tutorial, it seems that the Design icon is enabled, but in my case this icon is disabled.

    Thank you,
    santiagorf

    Qt Creator 2.1.0
    Qt version 4.7.2

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      Hi, ~santiagorf!

      Welcome to Qt Developer Network!

      No, no. GUI != QML. There are three types of projects you can create in Qt Creator:

      • GUI-based (File -> New Project -> Applications -> Qt GUI Application)
      • QML-based (File -> New Project -> Applications -> Qt Quick Application)
      • HTML5-based (File -> New Project -> Applications -> HTML5 Application)

      In book you haven't started to read told about GUI-based development.

      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