haiiliin / pyqtribbon

Ribbon Bar for PyQt or PySide applications
https://pyqribbon.readthedocs.io/en/stable/
MIT License
54 stars 11 forks source link

some bugs and some features not implemented #85

Open VanilaMao opened 1 month ago

VanilaMao commented 1 month ago

I kind of seriously use the library to make a microscope image processing app, it feeds my requirement pretty well, but I did some monkey patch to fix some missing part and bugs, in case someone has the same issue, I put my repo here: https://github.com/VanilaMao/Image-processing/blob/main/lab/src/ribbon.py.
app

And I might have some time(don't know yet) to add checkbox etc support or some data binding feature, the library heavily support buttons but seems not too much support for other widgets.

haiiliin commented 1 month ago

Thanks for sharing, you're very welcome to make any contributions