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.
- PyQt5 >= 5.8
python -m pip install git+https://github.com/yjg30737/qml-rounded-shadow-framelesswindow.git --upgrade
from qml_rounded_shadow_framelesswindow.main import showQml
showQml()
Result
Note: The white background is not the part of this UI.