how to make frame(s) borders / lines invisible?
-
I find it handy to use "frame / scroll frame " and would like to make their border lines invisible AFTER the design is done.
Mrs Google does not know how to to that.... -
Yes, you can select the frame and in its properties set frameShape to NoFrame.
But I have to ask - if you have a frame with one widget inside and you don't want the frame to be visible... why do you need the frame at all? It's just waste and overhead. Also why put the list widget inside a scroll area? A list widget already scrolls when overflows, so what's the point? Looks like a lot of unnecessary complication when you could have something simple like this that is functionally equivalent:
-
I started using "frame" to copy QDesigner "complex" forms.
-
I don't know what that means but it's completely unnecessary here.
-
If you nest several widget you might also want to reduce the content margins (at least of some widgets) to 0. When you scroll down in the object properties widgets at the bottom you will find (in red) the settings for the widgets layout. QTabWidget is a little tricky here as you need to make one tab current and then click on the QTabWidget (instead of the single page) to see the layout of the page.