Home
last modified time | relevance | path

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

/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgtablewithgraph.h470 QAction* m_actShowLegend; variable
H A Dskgtablewithgraph.cpp229m_actShowLegend = getGraphContextualMenu()->addAction(SKGServices::fromTheme(QStringLiteral("help-… in SKGTableWithGraph()
230 if (m_actShowLegend != nullptr) { in SKGTableWithGraph()
231 m_actShowLegend->setCheckable(true); in SKGTableWithGraph()
232 m_actShowLegend->setChecked(m_legendVisible); in SKGTableWithGraph()
233 … connect(m_actShowLegend, &QAction::triggered, this, &SKGTableWithGraph::switchLegendVisibility); in SKGTableWithGraph()
657 if (m_actShowLegend != nullptr) { in setState()
658 m_actShowLegend->setChecked(m_legendVisible); in setState()