nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

no Save Button available

Open yoiang opened this issue 7 years ago • 2 comments
trafficstars

Hello! I'm excited to try out Node Editor on a project! While testing out the examples in MacOS, including the calculator, it sounds like there should be a Save Button available to save the current node arrangement. However in all examples there is no interface available besides the right click node menu!

Let me know if there is any additional information I can provide to help understand the problem.

MacOS 10.13.4 Qt 5.11.0

yoiang avatar May 28 '18 07:05 yoiang

Hi,

sorry for maybe a stupid question. Isn't the menu available on the top of the screen?

I'll check it in the evening, I need to setup the dev environment on my mac (I use Linux most of the time).

Maybe this one is relevant: https://stackoverflow.com/questions/25261760/menubar-not-showing-for-simple-qmainwindow-code-qt-creator-mac-os

Thanks

Dmitry

paceholder avatar May 28 '18 09:05 paceholder

No worries! Unfortunately there are no menu options available besides the system menu.

I'll have to poke some of the suggestions in the Stack link and get back to you, thanks :D

yoiang avatar May 29 '18 18:05 yoiang

Better late than never. I have a mac now and the issue was fixed. The system menu on Mac was build a bit differenly compared to Linux and Windows. Both actions for "save" and "load" neede a single "root" menu called "File" (for example).

paceholder avatar Nov 28 '22 15:11 paceholder