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. Qt console application
Forum Updated to NodeBB v4.3 + New Features

Qt console application

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 211 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.
  • D Offline
    D Offline
    dan1973
    wrote on last edited by
    #1

    I want to open my Qt console application each time in separate console (command) windows.

    When i run my Qt console app, it opens the console. Second time if run keeping the first app running, it closes my first and opens up the second one. But i want to keep open the first console app window also.

    How to do this?

    D 1 Reply Last reply
    0
    • D dan1973

      I want to open my Qt console application each time in separate console (command) windows.

      When i run my Qt console app, it opens the console. Second time if run keeping the first app running, it closes my first and opens up the second one. But i want to keep open the first console app window also.

      How to do this?

      D Offline
      D Offline
      dan1973
      wrote on last edited by
      #2

      @dan1973 I am creating exe files and running them twice.

      1 Reply Last reply
      0
      • Axel SpoerlA Offline
        Axel SpoerlA Offline
        Axel Spoerl
        Moderators
        wrote on last edited by
        #3

        That's got nothing to do with Qt, just with the way you make the app known to and start it from your window manager.
        Which operating system are you using?

        Software Engineer
        The Qt Company, Oslo

        1 Reply Last reply
        0
        • JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          Running a new instance of an exe from the terminal should not cause some existing instance to close, whatever it does.
          Do you mean you are running from Creator? I think it might have a setting for "terminate another instance if starting a new one", maybe?

          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