setBackgroundBrush overides scene's background. I have a custom background in the scene and do not want to change this. Scene rect is smaller than the view size, and to hide that I need to set the same colour for the view and for the scene.
setBackgroundBrush overides scene's background. I have a custom background in the scene and do not want to change this. Scene rect is smaller than the view size, and to hide that I need to set the same colour for the view and for the scene.
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
Bookmarks