Home
last modified time | relevance | path

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

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dsettings.cpp590 m_groupOnInsertionLineWidget = new QWidget(behaviorBox); in BasketsPage()
591 behaviorLayout->addWidget(m_groupOnInsertionLineWidget); in BasketsPage()
592 QHBoxLayout *hLayV = new QHBoxLayout(m_groupOnInsertionLineWidget); in BasketsPage()
593 …Group a new note when clicking on the right of the insertion line"), m_groupOnInsertionLineWidget); in BasketsPage()
601 m_groupOnInsertionLineWidget); in BasketsPage()
605 layout->addWidget(m_groupOnInsertionLineWidget); in BasketsPage()
H A Dsettings.h94 QWidget *m_groupOnInsertionLineWidget; variable