A Method where different number of LED can spread out within 200 to 1400 pixel
-
I am using designer LED in my project, link below
http://www.ics.com/blog/integrating-custom-widget-qt-designerWant to make the number of LED configurable.
Reading from an input on how many LED to display (range 1 to 24) onto a display panel that is 1600 pixel by 500 pixel. Want to ask how can different multiple LED be spread out evenly within the display panel. First LED always first 100 pixel and last LED 1500pixelUsing the same method, i want to spread the label evenly also
-
Hi,
Wouldn't using a QHBoxLayout + size policy set to expanding work ?