Skip to content

Added signal menuTabChanged.

Denis Sumin requested to merge release-2.2-0 into master

Added property menuTabStates to Qt settings. When the window is created, the state modelMenuTabStates is loaded from the settings. When the modelMenuTab is initialized, the showTab values are set from the modelMenuTabStates. When the switch changes, the menuTabChanged signal is called and the state of modelMenuTabStates is saved in Qt settings.

Merge request reports