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. Merging projects into one
Forum Updated to NodeBB v4.3 + New Features

Merging projects into one

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 332 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.
  • F Offline
    F Offline
    fender
    wrote on last edited by
    #1

    Good morning
    I would like to ask advice on how to implement the following
    There are three ready projects on Qt that need to be merged into one, that is, when you launch exe, a form with 3 buttons is launched and by clicking on each application you need to open
    How to do it right?
    QAbstractItemModel, QProcess?

    jsulmJ 1 Reply Last reply
    0
    • F fender

      Good morning
      I would like to ask advice on how to implement the following
      There are three ready projects on Qt that need to be merged into one, that is, when you launch exe, a form with 3 buttons is launched and by clicking on each application you need to open
      How to do it right?
      QAbstractItemModel, QProcess?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @fender QProcess if you really want to keep 3 executables. But this not really "merging". An alternative would be to really merge these 3 apps into one executable.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      5
      • F Offline
        F Offline
        fender
        wrote on last edited by
        #3

        @jsulm
        I would like to know how to do it right
        I would like to get this
        0_1564475836239_all.png

        The project has already been selected

        jsulmJ 1 Reply Last reply
        0
        • F fender

          @jsulm
          I would like to know how to do it right
          I would like to get this
          0_1564475836239_all.png

          The project has already been selected

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @fender What exactly do you want to know?
          How to start a process using QProcess?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          2

          • Login

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