Home
last modified time | relevance | path

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

/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/dialogs/
H A Dconfigdialogpages.cpp503 auto commandsLayout = new QVBoxLayout; in createActionsPage() local
504 commandsLayout->addWidget(m_playOnDoubleClickCheckBox); in createActionsPage()
505 commandsLayout->addWidget(m_commandsTable); in createActionsPage()
506 commandsGroupBox->setLayout(commandsLayout); in createActionsPage()
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/dialogs/
H A Dconfigdialogpages.cpp503 auto commandsLayout = new QVBoxLayout; in createActionsPage() local
504 commandsLayout->addWidget(m_playOnDoubleClickCheckBox); in createActionsPage()
505 commandsLayout->addWidget(m_commandsTable); in createActionsPage()
506 commandsGroupBox->setLayout(commandsLayout); in createActionsPage()