QT UI Extension
Project description
A simple extension for PySide.
I hope it is useful for you, too. :D
Powerful Signal-Slot
import quite signal = quite.SignalSender() executed = [False] def slot(a: int, b: int, c: int): assert a == 1 assert b == 2 assert c == 3 executed[0] = True signal.connect(slot) signal.emit(1, 2, 3) assert executed[0]
User Friendly Widget Classes
import quite w = quite.Widget() w.exec()
And you will get that:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size quite-0.0.2.zip (23.3 kB) | File type Source | Python version None | Upload date | Hashes View |