Searched refs:m_customColumnAction (Results 1 – 4 of 4) sorted by relevance
55 m_customColumnAction = new QAction(m_columnActionGroup); in ConfigurableTreeView()56 m_customColumnAction->setText(tr("Custom Column Widths")); in ConfigurableTreeView()57 m_customColumnAction->setCheckable(true); in ConfigurableTreeView()58 connect(m_customColumnAction, &QAction::triggered, in ConfigurableTreeView()189 menu.addAction(m_customColumnAction); in showHeaderContextMenu()264 m_customColumnAction->setChecked(enable); in setCustomColumnWidthsEnabled()281 return m_customColumnAction->isChecked(); in areCustomColumnWidthsEnabled()
168 QAction* m_customColumnAction; variable