из которого хочу получить ссылку на MainWindow: win = (MainWindow *) QApplication::activeWindow() но ссылка не работает, т.к. активным окном, насколько я понимаю, MainWindow в этот момент не является. Пытаюсь в слоте: MainWindow::test_slot сделать что-то типа: this->activateWindow(); но это не помогает.
C++ (Qt)
QWidget * QWidget::window() const
Returns the window for this widget, i.e. the next ancestor widget that has (or could have) a window-system frame.
If the widget is a window, the widget itself is returned.