How can i integrate a new widget in qt?
-
I want to integrate a led in qt widget but i didn't find in internet..Can you help me?
-
-
Hello,
I think you are planning to do the same as this project.
https://github.com/melanholly/qt5-led-indicator-widget -
Thanks...it's a code to create a led..but i want to integrate the widget led in qt widget to have it ready
-
Hi @vale88
Sorry, I don't understand what you want, LedIndicator is a QWidget:
class LedIndicator: public QWidget
-
I know, but I would build a led widget to integrate in qt library
-
@vale88
Hi
To make it available inside Designer you must make it a Designer plugin.
http://doc.qt.io/qt-5/qtdesigner-customwidgetplugin-example.htmlIf you are on windows platform, you must use same visual studio compiler as listed
in Creators About.
Mingw will not work. Also it must be 32 bit and release mode.