Cross-platform frameless window based on Python and Qt
Project description
Qute Window
Cross-platform frameless window based on Python and Qt
Examples
Qute Window on macOS
Qute Window on Windows
Features
- Moving (the title bar area is draggable)
- Stretching
- Native window shadow
- Native window animations
- Win11 snap layout
Installing via PIP
pip install qutewindow
Usage
Here is a minimal example:
import sys
from PySide6.QtWidgets import QApplication
from qutewindow import QuteWindow
if __name__ == "__main__":
app = QApplication(sys.argv)
demo = QuteWindow()
demo.show()
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
qutewindow-0.1.8.tar.gz
(13.8 kB
view details)
Built Distribution
File details
Details for the file qutewindow-0.1.8.tar.gz
.
File metadata
- Download URL: qutewindow-0.1.8.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d213b234dd25999db79d222a6af5bd7aeb7951c330639fda74bf4aa464030796 |
|
MD5 | 933b1d9a0f5dc87911bef4be791c23df |
|
BLAKE2b-256 | be41fab4a7afc9f1cb1fb6f0030dd8d9297f2247fa4bf4f7d8ab1668750e5f95 |
File details
Details for the file qutewindow-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: qutewindow-0.1.8-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84c5957b01fecb4e6c98cd51ac2f7b0ecc46f4781606b9cd6233a115702fc7be |
|
MD5 | e267b0388552b746782734cd666b9989 |
|
BLAKE2b-256 | 5eb66d9a39b1ae5836111ee2b20ee2d2bdd03a9c231873ee0af3dff1218e43b1 |