Make change for titlebar of Qt
Project description
Example
from PySide6.QtWidgets import *
from PySide6.QtCore import *
from PySide6.QtGui import *
import sys
from QtTitlebar import QtTitlebar
application: QApplication = QApplication(sys.argv)
main: QMainWindow = QMainWindow()
titlebar: QtTitlebar = QtTitlebar(main)
titlebar.setTheme(QtTitlebar.ThemeType.Light)
# QtTitlebar.ThemeType.
# Supports Dark, Light, and System
main.show()
sys.exit(application.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
qttitlebar-1.0.0.tar.gz
(35.2 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
File details
Details for the file qttitlebar-1.0.0.tar.gz.
File metadata
- Download URL: qttitlebar-1.0.0.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21f3a50196ae8fac1567c97d3d14f7a544948d0e8d688fc9bcebe3c9437ae436
|
|
| MD5 |
3aa22ef743821ca64d5e36c8791aa9cb
|
|
| BLAKE2b-256 |
0720f155d955bfd2addf0d86c5e7191a6213dc32a9c12b8f6fcab8e67714c07a
|
File details
Details for the file qttitlebar-1.0.0-py3-none-any.whl.
File metadata
- Download URL: qttitlebar-1.0.0-py3-none-any.whl
- Upload date:
- Size: 34.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83b42d5aa1109c26611e9f46800daf9139abc2dfb286450ef9ea4c90e28e2273
|
|
| MD5 |
daa6b0b2a9652040a6a25ec6ea993b96
|
|
| BLAKE2b-256 |
6afc9ba024192c43741c0889ce64998d6c0871dfc5002feaf04333a9eb58e91d
|