Skip to main content

A cross-platform frameless window based on pyside2, support Win32, Linux and macOS.

Project description

logo

PySide2-Frameless-Window

A cross-platform frameless window based on PySide2

Platform Win32 | Linux | macOS Download LGPLv3

Cover

Features

  • Move
  • Stretching
  • Window shadow
  • Window animation
  • Win11 snap layout
  • Win10 acrylic blur
  • Win11 mica blur
  • Win7 Aero blur
  • MacOS blur

Install

To install use pip:

pip install PySide2-Frameless-Window

Or clone the repo:

git clone -b Pyside2 https://github.com/zhiyiYo/PyQt-Frameless-Window.git
python setup.py install

Requirements

Platform Requirement
Win32 pywin32
MacOS pyobjc

Usage

To use the frameless window, you only need to inherit FramelessWindow. Here is a minimal example:

import sys

from PySide2.QtWidgets import QApplication
from qframelesswindow import FramelessWindow


class Window(FramelessWindow):

    def __init__(self, parent=None):
        super().__init__(parent=parent)
        self.setWindowTitle("PyQt-Frameless-Window")
        self.titleBar.raise_()


if __name__ == '__main__':
    app = QApplication(sys.argv)
    demo = Window()
    demo.show()
    sys.exit(app.exec_())

For more complex requirements, see demo.py and main_window.py.

Examples

  • Normal frameless window Normal Frameless Window
  • Acrylic frameless window Acrylic Frameless Window

Document

Want to know more about PySide2-Frameless-Window? Please read the help document 👈

Notes

  1. FramelessWindow provides a default custom title bar. If you don't like it, just rewrite it as demo.py does.

  2. Moving the acrylic window on Win10 may get stuck. At present, there is no good solution. Maybe you can disable the acrylic effect when moving the window, but I haven't done this in the source code.

  3. Snap layout is not enabled by default. See #56 to learn how to enable it.

  4. If you encounter this problem on Windows:

    ImportError: DLL load failed while importing win32api

    see my answer on stackoverflow or my blog for the solution.

  5. If you are using PyQt5, PyQt6 or PySide6, you can download the code in PyQt5 or PyQt6 or PySide6 branch.

See Also

Here are some projects that use PyQt-Frameless-Window:

Reference

License

PySide2-Frameless-Window is licensed under LGPLv3.

Copyright © 2021 by zhiyiYo.

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

PySide2-Frameless-Window-0.4.3.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

PySide2_Frameless_Window-0.4.3-py3-none-any.whl (28.2 kB view details)

Uploaded Python 3

File details

Details for the file PySide2-Frameless-Window-0.4.3.tar.gz.

File metadata

File hashes

Hashes for PySide2-Frameless-Window-0.4.3.tar.gz
Algorithm Hash digest
SHA256 d2900fdda57a07d6f656f877ba7fc7494dfb3346f2411a10744046a9bb5569de
MD5 e52e6290a3719c0a2a5f7d6522f35baa
BLAKE2b-256 c9a2181803c498d22fb490ca13ea32e48ec8ab9589ef8b6f27826a6cab3d3f41

See more details on using hashes here.

File details

Details for the file PySide2_Frameless_Window-0.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for PySide2_Frameless_Window-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ee114fdb80612b948fe8d294ca413cba9e93155b5cf03699ecffa3d1430fec8f
MD5 ca0ce4b9a1f0fcc9afa8541c4396c2a4
BLAKE2b-256 7b852de1e70ffb059d6e6c311c19b34472bc7174915e5ffe9a039fc0387f6402

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