Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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
```python
from qml_rounded_shadow_framelesswindow.main import showQml

showQml()
```

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.