Searched refs:thickColor (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/src/ |
H A D | qanGrid.cpp | 67 void Grid::setThickColor( QColor thickColor ) noexcept in setThickColor() argument 69 if ( thickColor != _thickColor ) { in setThickColor() 70 _thickColor = thickColor; in setThickColor()
|
H A D | qanGrid.h | 83 …Q_PROPERTY( QColor thickColor READ getThickColor WRITE setThickColor NOTIFY thickColorChanged FINA… 84 void setThickColor( QColor thickColor ) noexcept;
|
H A D | LineGrid.qml | 61 ctx.strokeStyle = lineGrid.thickColor 80 ctx.strokeStyle = Qt.darker(lineGrid.thickColor, 1.3)
|
H A D | GraphView.qml | 50 property color gridThickColor: grid ? grid.thickColor : lineGrid.thickColor 68 grid.thickColor = gridThickColor
|
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Dashboard/ |
H A D | Styles.elm | 329 , thickColor : String 333 striped { pipelineRunningKeyframes, thickColor, thinColor } = 334 [ style "background-image" <| withStripes thickColor thinColor 341 withStripes thickColor thinColor = 345 ++ thickColor 347 ++ thickColor 360 , thickColor = Colors.card 822 , thickColor =
|
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Dashboard/ |
H A D | Styles.elm | 329 , thickColor : String 333 striped { pipelineRunningKeyframes, thickColor, thinColor } = 334 [ style "background-image" <| withStripes thickColor thinColor 341 withStripes thickColor thinColor = 345 ++ thickColor 347 ++ thickColor 360 , thickColor = Colors.card 822 , thickColor =
|
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/doc/web/docs/ |
H A D | graph.md | 115 - `thickColor`: Color for points or lines.
|
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Build/ |
H A D | Styles.elm | 88 , thickColor = Colors.startedFaded
|
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Build/ |
H A D | Styles.elm | 88 , thickColor = Colors.startedFaded
|