Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 701 Bytes

File metadata and controls

27 lines (16 loc) · 701 Bytes

qml-rounded-shadow-framelesswindow

Rounded corner, shadow-bordered frameless window made out of qml, execute with PyQt5

This is the project for my personal QML practicing, so far, at least.

Of course you can look these whole things up for the sake of your practice as well.

Requirements

  • PyQt5 >= 5.8

Setup

python -m pip install git+https://github.com/yjg30737/qml-rounded-shadow-framelesswindow.git --upgrade

Example

from qml_rounded_shadow_framelesswindow.main import showQml

showQml()

Result

image

Note: The white background is not the part of this UI.