16 QWinHost(QWidget *parent = 0, Qt::WindowFlags f = {});
23 virtual HWND createWindow(HWND parent, HINSTANCE instance);
25 bool event(QEvent *e);
26 void showEvent(QShowEvent *);
27 void focusInEvent(QFocusEvent *);
28 void resizeEvent(QResizeEvent *);
30#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
31 bool nativeEvent(
const QByteArray &eventType,
void *message, qintptr *result);
33 bool nativeEvent(
const QByteArray &eventType,
void *message,
long *result);