#include <QWindow>
#include <QTimer>
#include <QPainter>
#include <QHBoxLayout>
#include <QResizeEvent>
#include <QFrame>
Go to the source code of this file.
|
class | WindowContainer |
| A (hacky) class for storing a window into a container. This is used if the rendering engine for a particular widget is different from the one used by the application. The hackiness comes from Qt's limited support for this functionality which results in the need to hack around the errors in Qt's core library. More...
|
|
◆ FORCE_HIDE_WINDOW
#define FORCE_HIDE_WINDOW 0 |
◆ NDEVR_SPECIAL_GRAPHICS_WINDOW
#define NDEVR_SPECIAL_GRAPHICS_WINDOW 0 |
◆ USE_WINDOW_WIDGET
#define USE_WINDOW_WIDGET 0 |
◆ BaseWindowContainer