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. PySide6 QtOpcUa contribution
Qt 6.11 is out! See what's new in the release blog

PySide6 QtOpcUa contribution

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 84 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.
  • H Offline
    H Offline
    haotruong
    wrote last edited by haotruong
    #1

    I would like to contribute to add QtOpcUa module into PySide6 upstream. However, the official qt binaries does not include Qt6OpcUa.

    After Qt6OpcUa built locally in my machine, the build process works properly, and I could use PySide6.QtOpcUa in my python project.

    How to contribute this so PySide6.QtOpcUa available on upstream pypi https://pypi.org/project/PySide6?

    This is the original warning message with original pyside-setup:

    -- Could NOT find Qt6OpcUa (missing: Qt6OpcUa_DIR)
    CMake Warning at E:/Work/Projects/pyside6-plugins/pyside-setup/.pixi/envs/default/Library/lib/cmake/Qt6/Qt6Config.cmake:303 (message):
      Failed to find optional Qt component "OpcUa".
    
      Expected Config file at
      "E:/Work/Projects/pyside6-plugins/pyside-setup/.pixi/envs/default/Library/lib/cmake/Qt6OpcUa/Qt6OpcUaConfig.cmake"
      does NOT exist
    
    Call Stack (most recent call first):
      cmake/PySideSetup.cmake:198 (find_package)
      CMakeLists.txt:14 (include)
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi and welcome to devnet,

      This module would rather go into the PySide6-Addons package.

      I would start by checking whether it's available there. From a quick look at the package page, it seems that this is not the case.

      If not, check whether the bug tracker already contains something related. If not, open a feature request to track the work.

      Then you can follow the Qt Contribution guidelines to submit a patch.

      Thanks for your contribution !

      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

      • Login

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