Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yjg30737/pyqt-grid-item-manager

PyQt widget that can display a grid of items(QGraphicsItem)
https://github.com/yjg30737/pyqt-grid-item-manager

pyqt pyqt-examples pyqt5 pyqt5-examples pyqt5-gui pyqt5-tutorial qgraphicsitem qgraphicsview qt

Last synced: about 15 hours ago
JSON representation

PyQt widget that can display a grid of items(QGraphicsItem)

Awesome Lists containing this project

README

        

# pyqt-grid-item-manager
PyQt widget that can display a grid of items(QGraphicsItem)

Which can be useful to make the graphics software & editor

pretty much useless currently

## How to use

1. git clone
2. python main.py

## Preview

![image](https://user-images.githubusercontent.com/55078043/218253863-836c55c6-8f94-4b6a-85a0-67da50fa0115.png)

## TODO list
* Make the QGraphicsView to move the shape
* Drag the shape out of the window and drop it into the QGraphicsView
* Different section of the sidebar menus
* Foldable menu
* Set the grid option (set the row and column count)
* Antialiasing
* Searching feature
* Tooltip
* Pagination
* Custom shape & image
* Text
* Animation (press & drag & release animation)