[GH-ISSUE #225] (Documentation) Designing GUIs with a GUI #144

Open
opened 2026-05-05 11:06:44 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @ShalokShalom on GitHub (Sep 23, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/225

Just a heads up, Qt just released the Qt Design Studio 1.6, which is available as a gratis community edition since 1.3.

I was not very well aware about this, because they are hiding it quite good. Its not open source, but its free and you can create UIs via drag-n-drop, so without coding and it spits out QML at your liking. Quite convenient, especially when working with designers, who can do their own designs:

https://download.qt.io/official_releases/qtdesignstudio/

Originally created by @ShalokShalom on GitHub (Sep 23, 2020). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/225 Just a heads up, Qt just released the Qt Design Studio 1.6, which is available as a gratis community edition since 1.3. I was not very well aware about this, because they are hiding it quite good. Its not open source, but its free and you can create UIs via drag-n-drop, so without coding and it spits out QML at your liking. Quite convenient, especially when working with designers, who can do their own designs: https://download.qt.io/official_releases/qtdesignstudio/
Author
Owner

@vadi2 commented on GitHub (May 9, 2021):

It seems to really struggle with QML for qmlnet - for me the form editor doesn't display anything and the qml emulation layer crashes.

<!-- gh-comment-id:835835708 --> @vadi2 commented on GitHub (May 9, 2021): It seems to really struggle with QML for qmlnet - for me the form editor doesn't display anything and the qml emulation layer crashes.
Author
Owner

@ShalokShalom commented on GitHub (May 9, 2021):

Yeah, I switched now to Godot anyway 🙄

<!-- gh-comment-id:835839591 --> @ShalokShalom commented on GitHub (May 9, 2021): Yeah, I switched now to [Godot](https://medium.com/swlh/what-makes-godot-engine-great-for-advance-gui-applications-b1cfb941df3b) anyway 🙄
Author
Owner

@ghost commented on GitHub (May 11, 2022):

@vadi2, I had to comment out the import statements for my .Net objects, and then the tool was happy with the syntax of my .qml file, and showed the form design and the widgets in the toolbox. Afterward, you can un-comment your imports for compile/execution. That's what I had to do, anyway.

<!-- gh-comment-id:1124279363 --> @ghost commented on GitHub (May 11, 2022): > @vadi2, I had to comment out the import statements for my .Net objects, and then the tool was happy with the syntax of my .qml file, and showed the form design and the widgets in the toolbox. Afterward, you can un-comment your imports for compile/execution. That's what I had to do, anyway.
Author
Owner

@vadi2 commented on GitHub (May 12, 2022):

Yeah, I do the same here.

<!-- gh-comment-id:1124545301 --> @vadi2 commented on GitHub (May 12, 2022): Yeah, I do the same here.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#144
No description provided.