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. Installation of Qt Creator (Any version)
Forum Updated to NodeBB v4.3 + New Features

Installation of Qt Creator (Any version)

Scheduled Pinned Locked Moved General and Desktop
27 Posts 4 Posters 7.2k 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.
  • A Offline
    A Offline
    astello_
    wrote on last edited by
    #18

    Empty Qt project

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #19

      Do you mean a console application ?

      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
      • A Offline
        A Offline
        astello_
        wrote on last edited by
        #20

        Yes.

        New File/project -> Other project -> Empty Qt project. That's what I need.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #21

          Then it's not a console application. You asked for an empty project so you have to write everything yourself. What did you write for this project ?

          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
          • A Offline
            A Offline
            astello_
            wrote on last edited by
            #22

            #include <iostream>

            using namespace std;

            int main()
            {
            cout << "Hello" << endl;

            }

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #23

              In what file did you write that ?

              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
              • A Offline
                A Offline
                astello_
                wrote on last edited by
                #24

                main.cpp

                1 Reply Last reply
                0
                • JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #25

                  Hi,

                  If you want a console application, you need to create a console application project, not an empty project.

                  File -> New File or Project... -> Applications -> Qt Console Application

                  After that, you can remove QCoreApplication from main.cpp if you don't want to use Qt classes.

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    astello_
                    wrote on last edited by
                    #26

                    IT WORKS!! Not as I expected in the beginning, but it is useful.

                    Thank you very much.

                    :)

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jafarabadi.qt
                      wrote on last edited by
                      #27

                      if you want develop using native c++ it's better to use from an c++ IDE which is simplest from Qt Creator...
                      We download, install and use from Qt because of it's useful libraries...
                      i hope you can find best answer :)

                      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