Hi everyone,
i need help i make browser and i found bug: connection:
connect(view, SIGNAL(loadStarted()), this, SLOT(loadStarted()));
connect(view, SIGNAL(loadStarted()), this, SLOT(loadStarted()));
To copy to clipboard, switch view to plain text mode
slot loadStarted():
urlLine->RefreshButton()->setVisible(false);
urlLine->StopButton()->setVisible(true);
//progressbar->setVisible(true); when this isn't comment line it crash program i don't know why i try try, catch blocks, program has been crashed too
urlLine->RefreshButton()->setVisible(false);
urlLine->StopButton()->setVisible(true);
//progressbar->setVisible(true); when this isn't comment line it crash program i don't know why i try try, catch blocks, program has been crashed too
To copy to clipboard, switch view to plain text mode
Thanks
Bookmarks