Home
last modified time | relevance | path

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

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dbasegui.cpp716 addLetterboxAct = new MyAction( this, "add_letterbox" ); in createActions()
717 addLetterboxAct->setCheckable( true ); in createActions()
718 connect( addLetterboxAct, SIGNAL(toggled(bool)), in createActions()
1438 addLetterboxAct->setEnabled(b); in setActionsEnabled()
1602 addLetterboxAct->setEnabled(false); in enableActionsOnPlaying()
1649 addLetterboxAct->setEnabled(false); in enableActionsOnPlaying()
1821 addLetterboxAct->change( Images::icon("letterbox"), tr("Add &black borders") ); in retranslateStrings()
2677 videofilter_menu->addAction(addLetterboxAct); in createMenus()
3933 addLetterboxAct->setChecked( core->mset.add_letterbox ); in updateWidgets()
H A Dbasegui.h523 MyAction * addLetterboxAct; variable