Sub menu opening on wrong mouse button click in Qt5 (5.5.1) (on Windows (7?)?)?
-
Hi and welcome to devnet,
Can you check that with the latest version of Qt ? Either the stable 5.6.0 or the 5.7 Beta ?
-
wrote on 22 Apr 2016, 10:52 last edited by
Hi and thanks,
Sorry, I am only a user. I guess one would need to access the source to test such things, right? However, I have now asked some developers whether they can check it.
-
No, you can just install them. Qt 5.6 is accessible through the online installer. The beta is accessible from the download page at the bottom.
-
wrote on 22 Apr 2016, 18:32 last edited by
Just installed Qt 5.6. Programs still use the version they used to use (5.5.1).
-
wrote on 22 Apr 2016, 19:20 last edited by
(So I cannot test it myself.)
-
You can replace the dll's in your program folder by the one provided by the installer.
-
wrote on 22 Apr 2016, 20:49 last edited by racoon
@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
-
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
-
- 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.
-
wrote on 23 Apr 2016, 22:44 last edited by
@SGaist I have found no the betas (http://download.qt.io/development_releases/qt/5.7/5.7.0-beta/). Do you know which one should I install for Windows 7 64bit?
-
What about all the
qt-opensource-windows-x86-XXX
? -
wrote on 24 Apr 2016, 07:47 last edited by
@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
-
wrote on 30 Apr 2016, 06:56 last edited by
Filed a bug report at https://bugreports.qt.io/browse/QTBUG-53054.
11/18