'SOLVED' Unable to add 'File' option to menubar
-
Hey,
I'm following the Qt 6 C++ Programming Cookbook to get a bit more familiar with Qt.
In one section we try to add a 'File' option to a menubar, and a 'Save as SVG' action.However, I can't find either in my qt creator 15.0.1 on Linux. Has this been deprecated? Is it preferred to add these via code?
Thanks
Screenshots:
https://imgur.com/a/8J79fvy -
Hey,
I'm following the Qt 6 C++ Programming Cookbook to get a bit more familiar with Qt.
In one section we try to add a 'File' option to a menubar, and a 'Save as SVG' action.However, I can't find either in my qt creator 15.0.1 on Linux. Has this been deprecated? Is it preferred to add these via code?
Thanks
Screenshots:
https://imgur.com/a/8J79fvy -
@Dyenhen Well, if you add a menu bar you will have "Enter text" (or what ever it is in English). So, enter File there. Then you can do the same inside the new File menu to add "Save as SVG". Just play a bit with it...