
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
PySideSix-Frameless-Window-Fix
Advanced tools
A cross-platform frameless window based on pyside6, support Win32, Linux and macOS.
A cross-platform frameless window based on PySide6
To install use pip:
pip install PySideSix-Frameless-Window
Or clone the repo:
git clone -b PySide6 https://github.com/zhiyiYo/PyQt-Frameless-Window.git
python setup.py install
Platform | Requirement |
---|---|
Win32 | pywin32 |
MacOS | pyobjc |
To use the frameless window, you only need to inherit FramelessWindow
or FramelessMainWindow
. Here is a minimal example:
import sys
from PySide6.QtWidgets import QApplication
from qframelesswindow import FramelessWindow
class Window(FramelessWindow):
def __init__(self, parent=None):
super().__init__(parent=parent)
self.setWindowTitle("PySide6-Frameless-Window")
self.titleBar.raise_()
if __name__ == '__main__':
app = QApplication(sys.argv)
demo = Window()
demo.show()
app.exec()
For more complex requirements, see demo.py and main_window.py.
Want to know more about PySide6-Frameless-Window? Please read the help document 👈
FramelessWindow
provides a default custom title bar. If you don't like it, just rewrite it as demo.py does.
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.
Snap layout is not enabled by default. See #56 to learn how to enable it.
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.
If you are using PySide2, PyQt5 or PyQt6, you can download the code in PySide2, PyQt5 or PyQt6 branch.
Here are some projects that use PyQt-Frameless-Window:
PySide6-Frameless-Window is licensed under LGPLv3.
Copyright © 2021 by zhiyiYo.
FAQs
A cross-platform frameless window based on pyside6, support Win32, Linux and macOS.
We found that PySideSix-Frameless-Window-Fix demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.