PySide6 Widgets Modern User Interface
Project description
qtmodern6 is based on gmarull/qtmodern
the origin program supports PyQt, PySide2, but not PySide6, and no more maintaining and i can not find an alternative one for my pyside6 program so considered to make a little modification to apply pyside6
the theme looks like, maybe a little different
usage is just like the origin
Installation
The recommended way to install is by using pip, i.e:
pip install qtmodern6
Usage
In order to use qtmodern6, simply apply the style you want to your application and then, create a ModernWindow enclosing the window you want to modernize:
import qtmodern6.styles import qtmodern6.windows ... app = QApplication() win = YourWindow() qtmodern6.styles.dark(app) mw = qtmodern6.windows.ModernWindow(win) mw.show() ...
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qtmodern6-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qtmodern6-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ade2cfcf7aea450bc54c7f5772aa77500446d4a2f2876db9b0fa04ea5fb51a29
|
|
| MD5 |
ebd3c0065042c45269dc57245ced7e50
|
|
| BLAKE2b-256 |
3553cb0ccdefca9bb0119910f3cf62e9f70cf324e6234d43856452d0d152a57f
|