Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-grid-item-manager
- Owner: yjg30737
- License: mit
- Created: 2023-02-11T10:39:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T07:43:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T08:42:11.709Z (5 days ago)
- Topics: pyqt, pyqt-examples, pyqt5, pyqt5-examples, pyqt5-gui, pyqt5-tutorial, qgraphicsitem, qgraphicsview, qt
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)