mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #149] "ERROR: No native Menu implementation available" #90
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#90
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 (Jul 3, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/149
A user on Ubuntu 18.04 is getting the following warnings:
What could be going wrong? I'm using the
FileDialogfromQt.labs.platform 1.1. Using the experimental one because it works slightly better than the non-experimental one on Windows: both take a really long time to open (30s+) while they try to enumerate network drives...@pauldotknopf commented on GitHub (Jul 9, 2019):
It looks like we need to add
QT += widgetsinto this file.Do you have a minimal
Main.qmlto reproduce so that I can test it locally?@vadi2 commented on GitHub (Jul 9, 2019):
I'm afraid no, this was reported by a user - I'm not getting the same issue (https://github.com/health-validator/Hammer/issues/115). We can ask them to test a build, though!