Skip to main content

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


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.27.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

qutewindow-0.1.27-py3-none-any.whl (23.7 kB view details)

Uploaded Python 3

File details

Details for the file qutewindow-0.1.27.tar.gz.

File metadata

  • Download URL: qutewindow-0.1.27.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for qutewindow-0.1.27.tar.gz
Algorithm Hash digest
SHA256 a30a7bb42b9777713e4e32a0b91161740ed9d938c8712d5919b10547c371d98e
MD5 823b33e28840ae554c4da35d93aab782
BLAKE2b-256 04b8bf1a464a8843f70cf499e312009db2a62f78c885bca27cf27606311431bd

See more details on using hashes here.

File details

Details for the file qutewindow-0.1.27-py3-none-any.whl.

File metadata

  • Download URL: qutewindow-0.1.27-py3-none-any.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for qutewindow-0.1.27-py3-none-any.whl
Algorithm Hash digest
SHA256 ead86966d04167663e520c69d379654e20d41a16c9e7d4a14423e413357303e2
MD5 914dbb13f7ca2e0bfc803100ac0a244c
BLAKE2b-256 e620d09e6c3e788778e3e113ff8e9e8b7e5ec5a415f782bb543efef5a74eccb4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page