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

https://github.com/trin94/framelesswindow-arrow-keys-windows

Sample code for QTBUG-109672
https://github.com/trin94/framelesswindow-arrow-keys-windows

Last synced: 3 months ago
JSON representation

Sample code for QTBUG-109672

Awesome Lists containing this project

README

        

# Installation

1. Clone this repository
1. Setup virtual environment:
1. `python -m venv venv`
1. `source venv/bin/activate` (*bash*) or `source venv/bin/activate.fish` (*fish*)
or `source venv/Scripts/activate` (*Windows git bash*)
1. Install requirements `python -m pip install -r requirements.txt`

# Fixed

https://github.com/trin94/framelesswindow-arrow-keys-windows/assets/12988790/96d10d6a-de5a-4487-a330-f53fee0f9c72

https://github.com/trin94/framelesswindow-arrow-keys-windows/assets/12988790/e89a2c51-c98f-4f2b-bda0-3fc3e4a32307

# Credits

Inspired and based on:

- https://github.com/zhiyiYo/PyQt-Frameless-Window
- https://gitee.com/Virace/pyside6-qml-frameless-window/tree/main