Home
last modified time | relevance | path

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

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/mltcontroller/
H A Dclippropertiescontroller.h130 QCheckBox *m_swapChannels; variable
H A Dclippropertiescontroller.cpp723 QSignalBlocker bk(m_swapChannels); in ClipPropertiesController()
726 m_swapChannels->setChecked(effects.contains(QLatin1String("channelswap"))); in ClipPropertiesController()
831 m_swapChannels = new QCheckBox(i18n("Swap Channels"), this); in ClipPropertiesController()
832 connect(m_swapChannels, &QCheckBox::stateChanged, this, [this] (int state) { in ClipPropertiesController()
846 vbox->addWidget(m_swapChannels); in ClipPropertiesController()
1716 QSignalBlocker bk(m_swapChannels); in updateStreamInfo()
1719 m_swapChannels->setChecked(effects.contains(QLatin1String("channelswap"))); in updateStreamInfo()