Sub menu opening on wrong mouse button click in Qt5 (5.5.1) (on Windows (7?)?)?
-
You can replace the dll's in your program folder by the one provided by the installer.
-
@SGaist Does not work either. The program just starts to complain about missing dlls, like libgcc_s_dw2-1.dll.
Isn't there a simpler way to test qt sub menus? Like an example application that contains already all the dlls and has sub menus?
-
You can build and run the Menus Example example
-
- Launch Qt Creator
- On the welcome screen select Examples
- In the search file, put Menus
- Click on it
- Configure the project with the default provided
- Click the run arrow
-
I don't know whether there's been work done on that part but it's worth a try.
-
What about all the
qt-opensource-windows-x86-XXX
? -
@SGaist I would have thought that one of them would be enough. Also some say something about Android in addition. Isn't that a phone OS?
Anyway, I have now installed and tested and the bug is still there. If I write up the details of the bug would you be able to file a report or tell me how that is done?
-
One is enough, but on Windows you have several versions of Visual Studio that you can use and they are not compatible one with the other and there's also MinGW without forgetting 32 vs 64 bit. That's why there are several packages.
Android does more than just phones. Qt has been ported to Android since several years (also iOS for that matter).
You can do it on the bug report system
-
Filed a bug report at https://bugreports.qt.io/browse/QTBUG-53054.