Draw hexagon (with QT Designer)
Unsolved
General and Desktop
-
Hello,
is it possible to draw a hexagon with the QT Designer? If so - how?
If not, how to do it with code? I have a widget where I want to draw multiple hexagons and give every of them an image.So - can i do it with QT Designer straight ? How to put a image in it?
Thanks in advance
Lunarix -
Hi,
No, Qt Designer goal is to help you build quickly an interface. What you are asking for you might provide yourself using a custom designer plugin.