Home
last modified time | relevance | path

Searched refs:menuCommandFolder (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcommandbarpopup.cpp298 QTreeWidgetItem* menuCommandFolder = new QTreeWidgetItem(this); in CommandBarListTree() local
299 menuCommandFolder->setFlags(Qt::ItemIsEnabled); in CommandBarListTree()
300 menuCommandFolder->setText(0, ShortcutTree::tr("Menu Commands")); in CommandBarListTree()
301 menuCommandFolder->setExpanded(true); in CommandBarListTree()
302 menuCommandFolder->setIcon(0, invisibleRootItem()->icon(0)); in CommandBarListTree()
304 addFolder(ShortcutTree::tr("File"), MenuFileCommandType, menuCommandFolder); in CommandBarListTree()
305 addFolder(ShortcutTree::tr("Edit"), MenuEditCommandType, menuCommandFolder); in CommandBarListTree()
307 menuCommandFolder); in CommandBarListTree()
310 menuCommandFolder); in CommandBarListTree()
314 menuCommandFolder); in CommandBarListTree()
[all …]
H A Dmenubarpopup.cpp363 QTreeWidgetItem* menuCommandFolder = new QTreeWidgetItem(this); in CommandListTree() local
364 menuCommandFolder->setFlags(Qt::ItemIsEnabled); in CommandListTree()
365 menuCommandFolder->setText(0, ShortcutTree::tr("Menu Commands")); in CommandListTree()
366 menuCommandFolder->setExpanded(true); in CommandListTree()
367 menuCommandFolder->setIcon(0, invisibleRootItem()->icon(0)); in CommandListTree()
369 addFolder(ShortcutTree::tr("File"), MenuFileCommandType, menuCommandFolder); in CommandListTree()
370 addFolder(ShortcutTree::tr("Edit"), MenuEditCommandType, menuCommandFolder); in CommandListTree()
372 menuCommandFolder); in CommandListTree()
375 menuCommandFolder); in CommandListTree()
379 menuCommandFolder); in CommandListTree()
[all …]
H A Dshortcutpopup.cpp211 QTreeWidgetItem *menuCommandFolder = new QTreeWidgetItem(this); in ShortcutTree() local
212 menuCommandFolder->setText(0, tr("Menu Commands")); in ShortcutTree()
213 m_folders.push_back(menuCommandFolder); in ShortcutTree()
216 addFolder(tr("File"), MenuFileCommandType, menuCommandFolder); in ShortcutTree()
217 addFolder(tr("Edit"), MenuEditCommandType, menuCommandFolder); in ShortcutTree()
219 menuCommandFolder); in ShortcutTree()
220 addFolder(tr("Level"), MenuLevelCommandType, menuCommandFolder); in ShortcutTree()
222 addFolder(tr("Cells"), MenuCellsCommandType, menuCommandFolder); in ShortcutTree()
223 addFolder(tr("Play"), MenuPlayCommandType, menuCommandFolder); in ShortcutTree()
225 addFolder(tr("View"), MenuViewCommandType, menuCommandFolder); in ShortcutTree()
[all …]