Home
last modified time | relevance | path

Searched refs:ticksShown (Results 1 – 5 of 5) sorted by relevance

/dports/math/analitza/analitza-21.12.3/declarative/
H A Dgraph2dmobile.h40 Q_PROPERTY(bool ticksShown READ ticksShownAtAll WRITE setTicksShownAtAll)
55 bool ticksShownAtAll() const { return ticksShown()!=0; } in ticksShownAtAll()
/dports/math/kalgebra/kalgebra-21.12.3/plasmoids/graphsplasmoid/contents/ui/
H A Dmain.qml66 ticksShown: false
/dports/math/analitza/analitza-21.12.3/declarative/qml/
H A DGraph2D.qml27 ticksShown: true
/dports/math/analitza/analitza-21.12.3/analitzaplot/
H A Dplotter2d.h142 Qt::Orientations ticksShown() const { return m_showTickLabels; } in ticksShown() function
/dports/math/kalgebra/kalgebra-21.12.3/src/
H A Dkalgebra.cpp582 …m_graph2d->setTicksShown(m_graph2d->ticksShown() ? (Qt::Horizontal|Qt::Vertical) : ~(Qt::Horizonta… in toggleSquares()