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. User Interface Compiler (Uic) qt3 vs qt4/5, impl argument equivalence
Forum Updated to NodeBB v4.3 + New Features

User Interface Compiler (Uic) qt3 vs qt4/5, impl argument equivalence

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 374 Views 3 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.
  • P Offline
    P Offline
    peterphonic
    wrote on last edited by
    #1

    I would like to know what happened to the -impl argument in qt4/5 that was available in qt3?

    qt3 : https://doc.qt.io/archives/3.3/uic.html
    qt5 : https://doc.qt.io/qt-5/uic.html

    This argument is gone from qt4 and 5 and I am wondering if there is an equivalence or it is just obsolete and not needed anymore in 4/5?

    thx

    Pl45m4P 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to the forums.
      What did -impl do waaaay back then ?

      1 Reply Last reply
      0
      • P Offline
        P Offline
        peterphonic
        wrote on last edited by
        #3

        Generate implementation:

        uic [options] -impl <headerfile> <file>
        <headerfile> - name of the declaration file

        mrjjM 1 Reply Last reply
        0
        • P peterphonic

          Generate implementation:

          uic [options] -impl <headerfile> <file>
          <headerfile> - name of the declaration file

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @peterphonic
          I think that's implicit now.

          1 Reply Last reply
          1
          • P peterphonic

            I would like to know what happened to the -impl argument in qt4/5 that was available in qt3?

            qt3 : https://doc.qt.io/archives/3.3/uic.html
            qt5 : https://doc.qt.io/qt-5/uic.html

            This argument is gone from qt4 and 5 and I am wondering if there is an equivalence or it is just obsolete and not needed anymore in 4/5?

            thx

            Pl45m4P Offline
            Pl45m4P Offline
            Pl45m4
            wrote on last edited by
            #5

            @peterphonic said in User Interface Compiler (Uic) qt3 vs qt4/5, impl argument equivalence:

            if there is an equivalence or it is just obsolete and not needed anymore in 4/5

            I guess it's not needed anymore. If I understood the Qt3 docs correctly, it was there to set a custom header file or name.
            Now, the class and uic will set up the header automatically.
            (mainWindow.h mainWindow.ui -> ui_mainWindow.h)


            If debugging is the process of removing software bugs, then programming must be the process of putting them in.

            ~E. W. Dijkstra

            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