yes i have
yes i have
Well then, you need to put a breakpoint in the slot and single step through it checking that it follows the path you are expecting and that everything has the values you are expecting.
yeah i will check it again but everything worked correctly except my "if" statements regarding checkbox
So if you write
Qt Code:
if (ui->check2pass->isChecked()){ args << "-pass"; args << "2"; } else { qDebug("Failed Event."); }To copy to clipboard, switch view to plain text mode
It will print out Failed Event?
sorry i can't verify that as i'm on a different computer now but i will try that any other suggestions would be welcome.
Bookmarks