Searched refs:addCustomProfile (Results 1 – 3 of 3) sorted by relevance
/dports/multimedia/shotcut/shotcut-21.03.21/src/widgets/ |
H A D | newprojectfolder.cpp | 150 … MAIN.addCustomProfile(name, m_customProfileMenu, ui->actionProfileRemove, m_profileGroup); in on_actionAddCustomProfile_triggered() 151 …MAIN.addCustomProfile(name, MAIN.customProfileMenu(), MAIN.actionProfileRemove(), MAIN.profileGrou… in on_actionAddCustomProfile_triggered()
|
/dports/multimedia/shotcut/shotcut-21.03.21/src/ |
H A D | mainwindow.h | 98 void addCustomProfile(const QString& name, QMenu* menu, QAction* action, QActionGroup* group);
|
H A D | mainwindow.cpp | 2418 void MainWindow::addCustomProfile(const QString &name, QMenu *menu, QAction *action, QActionGroup *… in addCustomProfile() function in MainWindow 3644 addCustomProfile(name, customProfileMenu(), actionProfileRemove(), profileGroup()); in on_actionAddCustomProfile_triggered()
|