سؤال

Is it possible to load a background image in qgridlayout? I have a couple of button inside a gridlayout, i wan to load a background image depending on the size of the whole gridlayout. thanks

هل كانت مفيدة؟

المحلول

Q*Layouts are not widgets, so no, you can't put a background on them. However you'll (probably) have a widget that'll have your layout. You can put a background on it. See the setStyleSheet method for QWidgets.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top