Searched refs:m_groupOnInsertionLineWidget (Results 1 – 2 of 2) sorted by relevance
590 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()
94 QWidget *m_groupOnInsertionLineWidget; variable