Код: Выделить всё
void MainWindow::func()
{
//some code
pause_until(MainWindow::on_PushButton_pressed);
//how do i make this ^ happen?
}
Подробнее здесь: https://stackoverflow.com/questions/793 ... is-emmited
Код: Выделить всё
void MainWindow::func()
{
//some code
pause_until(MainWindow::on_PushButton_pressed);
//how do i make this ^ happen?
}