Hi,
I am learning about QOpenGLWindow
I saw examples which utilizes it via
QWidget::createWindowContainer()
I am wondering if there is a way to house it as a widget inside a layout ?
My current attempt is not working.
```
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(paren
Hi all,
A team that uses our program that uses QT (widgets), is trying to run a UI
Automation script on our program. They require that each UI element have
either an AutomationId, a name or a classname property set. I am using
Windows Inspect tool to validate this.
I am able to set a classname to
I wanted to post a thought I had about adopting a source property approach for
text-ish things (Text, TextEdit, Text*) as well as images. Currently, images
support a source property, which can be routed to a remote url, local file,
compiled resource, or QQuickImageProvider.
I think it could be
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 wr