QGumPush
peppino
Source i (link to git-repo or to original if based on someone elses unmodified work):
add SIGNAL valueChanged(double)
* Works with pling-storeor ocs-url
More Qt Widgets from peppino:
Other Qt Widgets:
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
8 Comments
Hello! I have a problem with the qpotplugin. I put this widget in my application with Qt Designer. When I compile and link my apllication, I found the following error : undefined reference to QPot::QPot(QWidget*) Any idea ? Thanks!
Thanks for all your great widgets. One small improvement: in the test directory you put an absolute path in the .pro file (LIBS += -L/usr/lib/qt4/plugins/designer -lqslideplug). This doesn't work if you installed qt4 in a custom directory (like /usr/local). It's better to replace it with: LIBS += -L$$[QT_INSTALL_PLUGINS]/designer -lqpotplug
I thought to develop other widget ... Good idea ..
If you can do it i will venerate you ;-)
too kind ... :)
but there's the QColorDialog class ...
Yes but i need a widget like a wheel not a window with all the function, just a colorwheel ... Or i don't know how to do !
Nice widget ... Currently i search a color wheel (like gtk one) ... Can you help me ?