Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. pyside2-uic/pyside2-rcc replaced in 5.14.0 but docs not updated?
Qt 6.11 is out! See what's new in the release blog

pyside2-uic/pyside2-rcc replaced in 5.14.0 but docs not updated?

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 2 Posters 1.4k 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.
  • NotNypicalN Offline
    NotNypicalN Offline
    NotNypical
    wrote on last edited by
    #1

    pyside2-uic/pyside2-rcc were replaced by uic/rcc in 5.14.0
    https://code.qt.io/cgit/pyside/pyside-setup.git/tree/dist/changes-5.14.0

    But the docs of uic/rcc in 5.14 don't list any option to select the generator
    https://doc.qt.io/qt-5.14/uic.html , https://doc.qt.io/qt-5.14/rcc.html

    The docs of uic/rcc in 5.15 list the option -g
    https://doc.qt.io/qt-5.15/uic.html , https://doc.qt.io/qt-5.15/rcc.html

    I am using 5.15 but i need these information about 5.14 for the manual.

    Thanks

    "If you've met one individual with autism, you've met one individual with autism." - Stephen Shore

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

      Hi,

      @NotNypical said in pyside2-uic/pyside2-rcc replaced in 5.14.0 but docs not updated?:

      am using 5.15 but i need these information about 5.14 for the manual.

      Can you explain what manual you are talking about ?

      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
      • NotNypicalN Offline
        NotNypicalN Offline
        NotNypical
        wrote on last edited by
        #3

        @SGaist said in pyside2-uic/pyside2-rcc replaced in 5.14.0 but docs not updated?:

        Can you explain what manual you are talking about ?

        The manual for the application I am currently working on.
        Is the following correct?

        --

        The resource collection files are converted to Python modules by using the resource compiler rcc:

        Qt 5.14 and newer:
        rcc -g python icons.qrc -o icons_rc.py
        rcc -g python translations.qrc -o translations_rc.py

        Qt 5.13 and older:
        pyside2-rcc icons.qrc -o icons_rc.py
        pyside2-rcc translations.qrc -o translations_rc.py

        "If you've met one individual with autism, you've met one individual with autism." - Stephen Shore

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

          That looks good yes.
          Bugs happen with the documentation as well so as long as your instructions work for the versions you mention then you are good to go.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          NotNypicalN 1 Reply Last reply
          0
          • SGaistS SGaist

            That looks good yes.
            Bugs happen with the documentation as well so as long as your instructions work for the versions you mention then you are good to go.

            NotNypicalN Offline
            NotNypicalN Offline
            NotNypical
            wrote on last edited by
            #5

            @SGaist said in pyside2-uic/pyside2-rcc replaced in 5.14.0 but docs not updated?:

            That looks good yes.

            Thanks

            "If you've met one individual with autism, you've met one individual with autism." - Stephen Shore

            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