Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: PySide6 - Connect to DBus signal - Correct syntax
Post: RE: PySide6 - Connect to DBus signal - Correct syn...

With help of Qt support, I managed this to work, the trick was to use the SLOT macro: import sys from PySide6.QtWidgets import QMainWindow from PySide6 import QtDBus, QtCore from PySide6.QtCore impor...
Drexel GUI 1 726 Dec-18-2023, 08:03 AM
    Thread: PySide6 - Connect to DBus signal - Correct syntax
Post: PySide6 - Connect to DBus signal - Correct syntax

Hello, can you help me with the correct syntax to connect to a DBus signal? This is one of my many tries which at least runs and matches the signature in the docs: class MainWindow(QMainWindow): ...
Drexel GUI 1 726 Dec-11-2023, 08:14 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020