How to restore hidden QToolbar non-programatically on Mac OS X
-
A customer has right clicked on the tool bar of the Mac version of my software and unchecked the toolbar. This has hidden the toolbar and it doesn't reappear when he restarts the application. This was default Qt behaviour that I didn't program. He and I don't know how to get the toolbar to reappear (on the Windows version you can click the right click the main menu to access the toolbar menu). I am guessing we can reset it by deleting a .plist file somewhere, but I don't know where. Any ideas?
I can add a 'view' menu item that allows him to restore the toolbar, but I wasn't planning to put out another release for a few weeks, so I need a non-programmatic workaround for now. Any help appreciated.
I am using Qt 5.5.1.
-
Hi and welcome to devnet,
You can find that file in
~/Library/Application\ Support/
-
Nothing bearing your application/organization name ?
-
Are you using QSettings in your application ?
-
Argle… My bad, that's that folder I had in mind first ! Sorry for the wrong pointer. Application Support is for stuff you generate for your application to use.
-
Argle… My bad, that's that folder I had in mind first ! Sorry for the wrong pointer. Application Support is for stuff you generate for your application to use.
-
Yep, sure thing :)
Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)
-
Might not be completely intuitive. That something you can bring to the attention of the NodeBB folks :)