On 20/05/2021 00.41, Nicholas Yue wrote:
   I am new to Qt Designer Plugin development.

   I recently wrote a plugin for a QOpenGLWidget derived class

   It was successful, I can drag and drop the new widget in Qt Designer

   I am wondering about QOpenGLWindow. Is that something we can also write a
Designer plugin as it is derived from QWindow and not QWidget ?

What would that even *do*? Designer is a way to define widgets and layouts that can be added to *your own window*. AFAIK designer *never* specifies the top-level window class.

--
Matthew
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to