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. Application output problem
Forum Updated to NodeBB v4.3 + New Features

Application output problem

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 370 Views
  • 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.
  • M Offline
    M Offline
    mohanad
    wrote on last edited by
    #1

    HI,
    i have qt console application when i run it the output run in terminal tap instead of pop up a window of application output tap
    f7065d37-d8aa-46e8-be39-8a3d8dd53a1c-image.png
    how can i make this output run in seperate window like the one generated when i deal with Widget application
    note again:
    this a console application.

    thank you in advance.

    C 1 Reply Last reply
    0
    • M mohanad

      HI,
      i have qt console application when i run it the output run in terminal tap instead of pop up a window of application output tap
      f7065d37-d8aa-46e8-be39-8a3d8dd53a1c-image.png
      how can i make this output run in seperate window like the one generated when i deal with Widget application
      note again:
      this a console application.

      thank you in advance.

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @mohanad Does this Project property do what you expect:
      cfe90dfc-a61a-4263-85ef-241a5944c11d-image.png

      Widget-based programs do not generate a terminal window by default.

      aha_1980A 1 Reply Last reply
      2
      • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
      • C ChrisW67

        @mohanad Does this Project property do what you expect:
        cfe90dfc-a61a-4263-85ef-241a5944c11d-image.png

        Widget-based programs do not generate a terminal window by default.

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi @mohanad,

        just to add to @ChrisW67: as soon as you need to input something into your programm (cin, scanf) you need the Terminal as the Application Output is just an output window.

        Regards

        Qt has to stay free or it will die.

        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