Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Suggestion: Add [tool.pyside6-deploy] in pyproject.toml for pyside6-project
Qt 6.11 is out! See what's new in the release blog

Suggestion: Add [tool.pyside6-deploy] in pyproject.toml for pyside6-project

Scheduled Pinned Locked Moved Solved Qt for Python
pyside
2 Posts 2 Posters 98 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.
  • M Offline
    M Offline
    Milleras
    wrote last edited by
    #1

    Hello everyone,

    When we use the pyside6-project command, it is possible to pass options for build from the [tool.pyside6-rcc] and [tool.pyside6-uic] tables in pyproject.toml. But it's not possible for deploy.

    Would it be possible to add the ability to pass options for the pyside6-deploy command (called by pyside6-project) via pyproject.toml, like this:

    [tool.pyside6-deploy]
    options = [
      "my-main.py",
      "--name",
      "myname",
      "--verbose",
      "--init",
    ]
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi and welcome to devnet,

      You should open a feature request on the bug report system. That will be the right place to discuss this kind o things.

      This forum is more user oriented.

      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
      1
      • M Milleras has marked this topic as solved

      • Login

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