32 #ifndef CXSECONDARYVIEWLAYOUTWINDOW_H
33 #define CXSECONDARYVIEWLAYOUTWINDOW_H
35 #include "cxGuiExport.h"
37 #include <QMainWindow>
63 void tryShowOnSecondaryScreen();
66 virtual void showEvent(QShowEvent* event);
67 virtual void hideEvent(QCloseEvent* event);
68 virtual void closeEvent(QCloseEvent *event);
70 QString toString(QRect r)
const;
71 int findSmallestSecondaryScreen();
76 #endif // CXSECONDARYVIEWLAYOUTWINDOW_H
Experimental class for IPad usage.