mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #133] How to set QCoreApplication organizationName and organizationDomain? #79
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#79
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 (May 16, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/133
The FileDialog would like these two properties to be set:
However the bindings don't seem to be available for this (or I'm using it wrong?):
@pauldotknopf commented on GitHub (May 17, 2019):
@vadi2 commented on GitHub (May 17, 2019):
It didn't help :( as a test, stick this into
Main.qmlofFeatures:@pauldotknopf commented on GitHub (Jun 10, 2019):
This worked for me.
Can you show me your
Program.csfile where you are putting it?@vadi2 commented on GitHub (Jun 12, 2019):
I made a test case and it does work indeed in there. My bad!