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

Uploaded Source

Built Distribution

qutewindow-0.1.20-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for qutewindow-0.1.20.tar.gz
Algorithm Hash digest
SHA256 121dd03e5e25b04a98b875c49aa0a94b75afb4b592bc019207ac38143d06cac5
MD5 58c49a3dd6fa61fb4f7144e41443fba0
BLAKE2b-256 731e06917a3762c2ef23affd899a75131b2083c66e7e87804f3b2054a42dae9b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for qutewindow-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 37325e0674f64f4815b0e5b8628cb98a56725cba09e2b2accebd13c525649ff7
MD5 58ff0d7c1018d333a7da07c730dcc3f3
BLAKE2b-256 c01902b36d8eb9cb6d1030c600e62b69ede2a0f926e5579153f45cbf1fb17c0a

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