FactDev  0.1
popup.h
1 #ifndef POPUP_H
2 #define POPUP_H
3 
4 #include <QString>
5 #include <QWidget>
6 #include <QMessageBox>
7 
8 #include "utils/log.h"
9 
10 namespace Gui {
11 namespace Widgets {
16 class Popup
17 {
18 public:
23  static void toImplement(QString, QWidget*);
24 };
25 }
26 }
27 #endif // POPUP_H
Class for display popup quickly.
Definition: popup.h:16
static void toImplement(QString, QWidget *)
Popup::toImplement Method to display a critical message : feature is not implemented now...
Definition: popup.cpp:4