[Interest] Qt Designer Plugin : QOpenGLWindow

Matthew Woehlke mwoehlke.floss at gmail.com
Thu May 20 15:27:05 CEST 2021


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


More information about the Interest mailing list