Home
last modified time | relevance | path

Searched refs:DotLine (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/lancelot/scripts/
H A Ddashes.qps43 setPen black 1 DotLine FlatCap BevelJoin
46 setPen black 1 DotLine SquareCap BevelJoin
49 setPen black 1 DotLine RoundCap BevelJoin
53 setPen black 2 DotLine FlatCap BevelJoin
56 setPen black 2 DotLine SquareCap BevelJoin
59 setPen black 2 DotLine RoundCap BevelJoin
63 setPen black 6 DotLine FlatCap BevelJoin
66 setPen black 6 DotLine SquareCap BevelJoin
69 setPen black 6 DotLine RoundCap BevelJoin
229 drawText 20 0 "DotLine"
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/arthur/data/qps/
H A Ddashes.qps40 setPen black 1 DotLine FlatCap BevelJoin
43 setPen black 1 DotLine SquareCap BevelJoin
46 setPen black 1 DotLine RoundCap BevelJoin
50 setPen black 2 DotLine FlatCap BevelJoin
53 setPen black 2 DotLine SquareCap BevelJoin
56 setPen black 2 DotLine RoundCap BevelJoin
60 setPen black 6 DotLine FlatCap BevelJoin
63 setPen black 6 DotLine SquareCap BevelJoin
66 setPen black 6 DotLine RoundCap BevelJoin
226 drawText 20 0 "DotLine"
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DNotePropertiesRuler.cpp572 p.setPen( QPen( res_1, 0, Qt::DotLine ) ); in createVelocityBackground()
578 p.setPen( QPen( res_2, 0, Qt::DotLine ) ); in createVelocityBackground()
584 p.setPen( QPen( res_3, 0, Qt::DotLine ) ); in createVelocityBackground()
590 p.setPen( QPen( res_4, 0, Qt::DotLine ) ); in createVelocityBackground()
596 p.setPen( QPen( res_5, 0, Qt::DotLine ) ); in createVelocityBackground()
611 p.setPen( QPen( res_1, 0, Qt::DotLine ) ); in createVelocityBackground()
614 p.setPen( QPen( res_3, 0, Qt::DotLine ) ); in createVelocityBackground()
742 p.setPen( QPen( res_1, 0, Qt::DotLine ) ); in createPanBackground()
748 p.setPen( QPen( res_2, 0, Qt::DotLine ) ); in createPanBackground()
754 p.setPen( QPen( res_3, 0, Qt::DotLine ) ); in createPanBackground()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/themes/
H A Dprojector.qss34 qproperty-line_style3: DotLine;
37 qproperty-line_style6: DotLine;
80 qproperty-line_style3: DotLine;
83 qproperty-line_style6: DotLine;
119 /* qproperty-line_style3: DotLine;
122 qproperty-line_style6: DotLine;*/
H A Dalt.qss20 qproperty-line_style3: DotLine;
52 qproperty-line_style3: DotLine;
69 qproperty-line_style3: DotLine;
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/focus/
H A Dfocusprofileplot.cpp17 xAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in FocusProfilePlot()
18 yAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in FocusProfilePlot()
19 xAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in FocusProfilePlot()
20 yAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in FocusProfilePlot()
H A Dfocushfrvplot.cpp33 xAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in FocusHFRVPlot()
34 yAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in FocusHFRVPlot()
35 xAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in FocusHFRVPlot()
36 yAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in FocusHFRVPlot()
47 polynomialGraph->setPen(QPen(QColor(140, 140, 140), 2, Qt::DotLine)); in FocusHFRVPlot()
/dports/cad/ktechlab/ktechlab-0.50.0/src/drawparts/
H A Ddrawpart.cpp38 << DrawPart::penStyleToName(Qt::DotLine) << DrawPart::penStyleToName(Qt::DashDotLine) in createProperty()
153 case Qt::DotLine: in penStyleToID()
171 return Qt::DotLine; in idToPenStyle()
212 case Qt::DotLine: in penStyleToName()
230 return Qt::DotLine; in nameToPenStyle()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/examples/histogram/
H A Dmain.cpp21 grid->setMajPen(QPen(Qt::black, 0, Qt::DotLine)); in main()
22 grid->setMinPen(QPen(Qt::gray, 0 , Qt::DotLine)); in main()
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dpreviewwidget.cpp150 p.setPen(QPen(color, th, Qt::DotLine));
159 p.setPen(QPen(color, th, Qt::DotLine));
171 p.setPen(QPen(color, th, Qt::DotLine));
/dports/x11-toolkits/qwt6/qwt-6.1.6/playground/plotmatrix/
H A Dmain.cpp44 grid->setMajorPen( Qt::white, 0, Qt::DotLine ); in MainWindow()
45 grid->setMinorPen( Qt::gray, 0 , Qt::DotLine ); in MainWindow()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitshistogramview.cpp40 xAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in FITSHistogramView()
41 yAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in FITSHistogramView()
42 xAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in FITSHistogramView()
43 yAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in FITSHistogramView()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/examples/realtime_plot/
H A Drandomplot.cpp57 grid->setMajPen(QPen(Qt::gray, 0, Qt::DotLine)); in RandomPlot()
70 zoomer->setRubberBandPen(QPen(Qt::red, 2, Qt::DotLine)); in RandomPlot()
/dports/x11-toolkits/qwt6/qwt-6.1.6/playground/curvetracker/
H A Dplot.cpp61 grid->setMajorPen( Qt::white, 0, Qt::DotLine ); in Plot()
62 grid->setMinorPen( Qt::gray, 0 , Qt::DotLine ); in Plot()
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/realtime/
H A Drandomplot.cpp20 setRubberBandPen( QPen( Qt::red, 2, Qt::DotLine ) ); in Zoomer()
70 grid->setMajorPen( Qt::gray, 0, Qt::DotLine ); in RandomPlot()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguidetargetplot.cpp48 xAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in GuideTargetPlot()
49 yAxis->grid()->setPen(QPen(QColor(140, 140, 140), 1, Qt::DotLine)); in GuideTargetPlot()
50 xAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in GuideTargetPlot()
51 yAxis->grid()->setSubGridPen(QPen(QColor(80, 80, 80), 1, Qt::DotLine)); in GuideTargetPlot()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Dpen.cpp29 return Qt::DotLine; in ConvertPenStyle()
36 return Qt::DotLine; in ConvertPenStyle()
94 case Qt::DotLine: in ConvertPenStyle()
/dports/print/hplip/hplip-3.20.6/ui4/
H A Dinfodialog_base.ui66 <enum>Qt::DotLine</enum>
95 <enum>Qt::DotLine</enum>
121 <enum>Qt::DotLine</enum>
H A Dinfodialog_base.py44 self.StaticTableWidget.setGridStyle(QtCore.Qt.DotLine)
60 self.DynamicTableWidget.setGridStyle(QtCore.Qt.DotLine)
75 self.HistoryTableWidget.setGridStyle(QtCore.Qt.DotLine)
/dports/print/hplip/hplip-3.20.6/ui5/
H A Dinfodialog_base.py43 self.StaticTableWidget.setGridStyle(QtCore.Qt.DotLine)
59 self.DynamicTableWidget.setGridStyle(QtCore.Qt.DotLine)
74 self.HistoryTableWidget.setGridStyle(QtCore.Qt.DotLine)
H A Dinfodialog_base.ui66 <enum>Qt::DotLine</enum>
95 <enum>Qt::DotLine</enum>
121 <enum>Qt::DotLine</enum>
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/src/
H A Dconvergenceview.cpp113 grid->setMajorPen(QPen(Qt::black, 0, Qt::DotLine)); in ConvergenceView()
114 grid->setMinorPen(QPen(Qt::gray, 0 , Qt::DotLine)); in ConvergenceView()
116 grid->setMajPen(QPen(Qt::black, 0, Qt::DotLine)); in ConvergenceView()
117 grid->setMinPen(QPen(Qt::gray, 0 , Qt::DotLine)); in ConvergenceView()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Deasy_graphics_item.cpp84 …_PEN = ([]() -> QPen { QPen p(::profiler::colors::Black); p.setStyle(Qt::DotLine); p.setWidth(2); … in __anonc3260f040102()
256 if (p.previousPenStyle != Qt::DotLine) in paintChildren()
258 p.previousPenStyle = Qt::DotLine; in paintChildren()
334 if (p.previousPenStyle != Qt::DotLine) in paintChildren()
336 p.previousPenStyle = Qt::DotLine; in paintChildren()
421 else if (p.previousPenStyle == Qt::DotLine) in paintChildren()
660 if (p.previousPenStyle != Qt::DotLine) in paint()
662 p.previousPenStyle = Qt::DotLine; in paint()
737 if (p.previousPenStyle != Qt::DotLine) in paint()
739 p.previousPenStyle = Qt::DotLine; in paint()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DLegendSeparatorStyle.cs37 DotLine = 5, enumerator
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Dlinestyle.cpp24 Qt::DotLine,

12345678910>>...42