Unofficial PySide6 library, produced with the aim of facilitating the construction of more elegant and improved interfaces using PySide6 technology
Project description
PySideX
Unofficial PySide6 library, produced with the aim of facilitating the construction of more elegant and improved interfaces using PySide6 technology
How to import
import PySideX as px
Class
class App(px.Window): def init( self, title="PySideX 0.0.9", min_width=240, min_height=90, width=1280, height=720, icon="assets/ico/icon.ico", ): self._title = title self._min_width = min_width self._min_height = min_height self._width = width self._height = height self._icon = icon super().init( self._title, self._min_width, self._min_height, self._width, self._height, self._icon, )
How to start
if name == "main": app = px.QApplication(px.sys.argv) window = App() window.show() px.sys.exit(app.exec())
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.
Source Distribution
File details
Details for the file PySideX-0.0.9.tar.gz.
File metadata
- Download URL: PySideX-0.0.9.tar.gz
- Upload date:
- Size: 97.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8587d96ed016701111fb6e08c8f9bc1c6f3e8829d2dca0b63cbfeafd9bb0d124
|
|
| MD5 |
a467f43d7e8d04b9cdf6de648a353448
|
|
| BLAKE2b-256 |
f1cb711cbf3c421cc7282da202c93c0d399cc6110f6b9e8806b71057e10f8b2f
|