Re: Debug my Qt program

2003-10-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Oct 2003 00:41:31 +0530 (IST), Himanshu Arora wrote: > I'm getting some errors in my Qt program which is very hard for me to > understand as i am new to Qt. > The code is : > > > #include > #include > #include > #include > > class A

Debug my Qt program

2003-10-16 Thread Himanshu Arora
Hi All! I'm getting some errors in my Qt program which is very hard for me to understand as i am new to Qt. The code is : #include #include #include #include class ApplicationWindow : public QMainWindow { Q_OBJECT public: ApplicationWindow(); }; ApplicationWindow::Applicati