You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 regels
304 B

  1. #ifndef STATUSWINDOW_H
  2. #define STATUSWINDOW_H
  3. #include <QWidget>
  4. namespace Ui {
  5. class CStatusWindow;
  6. }
  7. class CStatusWindow : public QWidget
  8. {
  9. Q_OBJECT
  10. public:
  11. explicit CStatusWindow(QWidget *parent = 0);
  12. ~CStatusWindow();
  13. private:
  14. Ui::CStatusWindow *ui;
  15. };
  16. #endif // STATUSWINDOW_H