11 #ifndef CXSECONDARYVIEWLAYOUTWINDOW_H
12 #define CXSECONDARYVIEWLAYOUTWINDOW_H
14 #include "cxGuiExport.h"
16 #include <QMainWindow>
42 void tryShowOnSecondaryScreen();
45 virtual void showEvent(QShowEvent* event);
46 virtual void hideEvent(QCloseEvent* event);
47 virtual void closeEvent(QCloseEvent *event);
49 QString toString(QRect r)
const;
50 int findSmallestSecondaryScreen();
55 #endif // CXSECONDARYVIEWLAYOUTWINDOW_H