mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #225] (Documentation) Designing GUIs with a GUI #144
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/
@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.
@ShalokShalom commented on GitHub (May 9, 2021):
Yeah, I switched now to Godot anyway 🙄
@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.
@vadi2 commented on GitHub (May 12, 2022):
Yeah, I do the same here.