Home
last modified time | relevance | path

Searched refs:mActShowMenubar (Results 1 – 2 of 2) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dcolorcode.cpp376 mActShowMenubar = new QAction(tr("Show Menubar"), this); in InitActions()
377 mActShowMenubar->setCheckable(true); in InitActions()
378 mActShowMenubar->setChecked(true); in InitActions()
379 mActShowMenubar->setShortcut(tr("Ctrl+M")); in InitActions()
380 connect(mActShowMenubar, SIGNAL(triggered()), this, SLOT(ShowMenubarSlot())); in InitActions()
566 mMenuSettings->addAction(mActShowMenubar); in InitMenus()
684 mActShowMenubar->setChecked(mSettings->mShowMenuBar); in ApplySettingsSlot()
1177 mSettings->mShowMenuBar = mActShowMenubar->isChecked(); in ShowMenubarSlot()
1178 if (!mActShowMenubar->isChecked()) in ShowMenubarSlot()
2441 if (mActShowMenubar->isChecked()) in Scale()
H A Dcolorcode.h297 QAction* mActShowMenubar; variable