https://github.com/yjg30737/qml-rounded-shadow-framelesswindow
Rounded corner, shadow-bordered frameless window made out of qml, execute with PyQt5
https://github.com/yjg30737/qml-rounded-shadow-framelesswindow
frameless framelesswindow pyqt pyqt-qml pyqt5 pyqt5-qml qml qml-samples qt qt5
Last synced: 5 months ago
JSON representation
Rounded corner, shadow-bordered frameless window made out of qml, execute with PyQt5
- Host: GitHub
- URL: https://github.com/yjg30737/qml-rounded-shadow-framelesswindow
- Owner: yjg30737
- License: mit
- Created: 2022-06-02T09:23:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T07:06:12.000Z (about 3 years ago)
- Last Synced: 2024-12-29T08:42:11.246Z (6 months ago)
- Topics: frameless, framelesswindow, pyqt, pyqt-qml, pyqt5, pyqt5-qml, qml, qml-samples, qt, qt5
- Language: QML
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qml-rounded-shadow-framelesswindow
Rounded corner, shadow-bordered frameless window made out of qml, execute with PyQt5This 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
```python
from qml_rounded_shadow_framelesswindow.main import showQmlshowQml()
```Result

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