Quote Originally Posted by ChrisW67 View Post
Like you have, but the objects must exist before you can do this. Segmentation faults are, more often than not, the result of using an uninitialised or invalid pointer.
I put the connect statement after I declared
Qt Code:
  1. firstPage = new articlePage;
  2. webLoad = new QProgressBar;
To copy to clipboard, switch view to plain text mode 
in appwindow.cpp. Is that what you mean?