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
- Host: GitHub
- URL: https://github.com/trin94/framelesswindow-arrow-keys-windows
- Owner: trin94
- License: gpl-3.0
- Created: 2022-12-28T18:28:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T18:37:43.000Z (over 1 year ago)
- Last Synced: 2024-11-16T19:40:03.074Z (6 months ago)
- Language: Python
- Homepage: https://bugreports.qt.io/browse/QTBUG-109672
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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