I am trying to insert an background image to central widget.
My way: Right click on 'centralwidget' -> Change styleSheet -> "background-image: url(:/Resources/bg4.jpg);"
BUT it is applied on each children of central widget.
What the solution of this problem? (I am don't want to do it via code - only via QT designer)
Thank you for your attention!