7 #ifndef __FWGUIQT_APP_HPP__ 8 #define __FWGUIQT_APP_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwRuntime/profile/Profile.hpp> 14 #include <QApplication> 23 class FWGUIQT_CLASS_API
App :
public QApplication
28 FWGUIQT_API
App(
int & argc,
char ** argv,
bool guiEnabled);
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
Defines the Qt application.