Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T07:06:12.000Z (over 2 years ago)
- Last Synced: 2024-12-29T08:42:11.246Z (22 days 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
![image](https://user-images.githubusercontent.com/55078043/173177465-1e6a452d-0dff-493e-93a3-166c2743025c.png)
Note: The white background is not the part of this UI.