mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #124] How to create .ui files with Qt Creator? #72
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#72
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 @vadi2 on GitHub (Apr 20, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/124
Qt Creator doesn't like custom modules - what's the right way to deal with this in Qml.Net?
@pauldotknopf commented on GitHub (Apr 21, 2019):
Ignore the intellisense errors for now. Everything is valid. It's just the IDE getting confused.
This will be fixed in #72. Follow that issue if you want to be notified when this is completed.
@vadi2 commented on GitHub (Apr 21, 2019):
Thanks! I'll follow that issue. Unfortunately the graphical d'n'd design bails out on the errors, but it is fairly simple to comment things back and forth.
@vadi2 commented on GitHub (May 8, 2019):
For anyone else looking: all you need to do is comment/uncomment your
importstatement for Qt Creator to work fine. Adding the following two tasks intotasks.jsonand calling them in yourlaunch.jsonwould work: