Set the Qt frameless titlebar/theme easily
Project description
qtneat
DON'T USE IT. I'M STILL WORKING
Set the Qt frameless titlebar/theme easily
Requirements
- PyQt5 >= 5.8
Included Packages
Setup
python -m pip install qtneat
Example
from PyQt5.QtWidgets import QApplication
from pyqt_timer.settingsDialog import SettingsDialog
from qtneat import prepareQtApp, QtAppManager
if __name__ == "__main__":
import sys
prepareQtApp()
a = QApplication(sys.argv)
w = SettingsDialog()
m = QtAppManager(w)
m.setTheme(theme='#6f478d')
m.setTitleBar(icon_filename='settings.svg')
m.show()
a.exec()
Result
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qtneat-0.0.7.tar.gz
(13.4 kB
view details)
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
qtneat-0.0.7-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file qtneat-0.0.7.tar.gz.
File metadata
- Download URL: qtneat-0.0.7.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12ea59859086c1be0b7633a35cb52675410954363df2531223a997877ca3e622
|
|
| MD5 |
ac1520efe23ced4a0e673b2c4253be41
|
|
| BLAKE2b-256 |
d7f05e624859d0e2d82ea0c28999f54394e472cba6d96ce6575723e70b6caf19
|
File details
Details for the file qtneat-0.0.7-py3-none-any.whl.
File metadata
- Download URL: qtneat-0.0.7-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f4e4740783c1b3a558ead2635458f2f2d4c20b1dae87a74faccfe6570031411
|
|
| MD5 |
3a07a84f815a279558ae91ac1d475892
|
|
| BLAKE2b-256 |
69feb67cacca1f45368e46675e8c33634248552876d2a46172eb158476645273
|