======================================================================== Qt Application "RSSClient" ======================================================================== This Developer Studio Project file has been created by the QMsDev plugin and is a basic implementation of a Qt application based on a Dialog interface. The project contains the following files in which you should add the code for your project: main.cpp The starting point for your application. Add startup routines, e.g. commandline processing here. rssclientdialog.h A basic declaration of your application window. Add declarations of methods here. rssclientdialog.cpp A basic implementation of the methods declared in rssclientdialog.h. Add implementation code here. rssclientdialogbase.ui A dialog with basic buttons. Use the Qt GUI Designer change the layout. The following files will be generated during the Qt specific build steps, and you shouldn't modify them: rssclientdialogbase.h rssclientdialogbase.cpp moc_rssclientdialogbase.cpp moc_rssclientdialog.cpp