Hi everyone,
i need help i make browser and i found bug: connection:
Qt Code:
  1. connect(view, SIGNAL(loadStarted()), this, SLOT(loadStarted()));
To copy to clipboard, switch view to plain text mode 
slot loadStarted():
Qt Code:
  1. urlLine->RefreshButton()->setVisible(false);
  2. urlLine->StopButton()->setVisible(true);
  3. //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