Skip to content

Instantly share code, notes, and snippets.

@tiantian1645
tiantian1645 / testframeless.py
Created December 10, 2019 05:33 — forked from mgrady3/testframeless.py
Test Qt/PyQt Frameless Window resizing with QSizeGrip
"""
Test Qt Frameless Window resizing with QSizeGrip
Maxwell Grady, September 2017.
"""
import sys
from PyQt5 import QtCore, QtWidgets
from qtmodern.styles import dark
from qtmodern.windows import ModernWindow