Created the form in Qt Creator (Drag & Drop)
2 labels besides each other & 1 new label (the size of the other 2)in front of them.
Each Label is promoted to its own class(other calculations...)
Works if I dont change the window size.
But since I am changing window size! I have to set a layout on the form (so labels expands as window does)
But then the overlapping label moves beside the other labels.
How do I keep it above the other labels
or rather how do i set it to resize accordingly without affecting the layout
Or another way may
How would I call a Paint function within 1 label to drawImage on leftside of label
& draw the 2nd image on rightside
Thanks
Bookmarks