ahhh yes, thankyou

to avoid confusion, i actually wanted the code to read:
Qt Code:
  1. class mainScreen : public :: QDialog, private Ui::mainScreenDLG
  2. {
  3. Q_OBJECT
  4.  
  5. public:
  6. mainScreen(QDialog *parent = 0);
To copy to clipboard, switch view to plain text mode