examples/mainwindow/mainwindow.cpp
@@ -42,6 +42,7 @@ } setWindowTitle(tr("Example MainWindow")); resize(800, 600); } static inline void emulateLeaveEvent(QWidget *widget) { @@ -106,6 +107,10 @@ void MainWindow::installWindowAgent() { // 1. Setup window agent // Equivalent to: // auto agent = new QWK::WidgetWindowAgent(w); // agent->setup(w); QWK::WidgetWindowAgent *agent = QWK::setupWidgetWindow(this); // 2. Construct your title bar