Always give bool variables positive names and not things like bool m_noBackground. It will be much better to understand the usage of the variable if it's called m_background and then use if (m_background) ... than if (!m_noBackground) ... .
(no
KDE Visual Tutorial)
(tutoriālis par to kā lietot KDevelop un QT Designer kopā)