[Interest] QOpenGLWindow inside QSplitter horizontal layout ?

2021-05-20 Thread Nicholas Yue
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

[Interest] How to set UI Automation properties (AutomationId, name or classname) for QListView items?

2021-05-20 Thread Jorge Bustamante
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

[Interest] Idea: QML Text source property?

2021-05-20 Thread Jason H
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

Re: [Interest] Qt Designer Plugin : QOpenGLWindow

2021-05-20 Thread Matthew Woehlke
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