(C++) QObjectFebruary 24, 2017 · View on GitHub (C++) QObject QObject is the base class of all Qt classes. QObject allows to create own derived classes that can emit signals and respond to them.