Home
last modified time | relevance | path

Searched refs:downArrowRect (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkMenuButton.cpp68 downArrowRect.setRect(downArrowRect.right() - 13, downArrowRect.top(), in indicatorRect()
69 14, downArrowRect.height()); in indicatorRect()
70 downArrowRect = q->style()->visualRect(option.direction, option.rect, downArrowRect); in indicatorRect()
71 return downArrowRect; in indicatorRect()
128 QRect downArrowRect = d->indicatorRect(); in paintEvent() local
142 painter.drawItemPixmap(downArrowRect, Qt::AlignLeft | Qt::AlignTop, cache.copy(downArrowRect)); in paintEvent()
155 painter.drawLine(QPoint(downArrowRect.left() - 1, downArrowRect.top() + borderSize), in paintEvent()
156 QPoint(downArrowRect.left() - 1, downArrowRect.bottom() - borderSize)); in paintEvent()
158 painter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + borderSize), in paintEvent()
159 QPoint(downArrowRect.left(), downArrowRect.bottom() - borderSize)); in paintEvent()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqcleanlooksstyle.cpp3269 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + borderSize), in drawComplexControl()
3272 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
3275 … cachePainter.drawLine(QPoint(downArrowRect.left() + 1, downArrowRect.top() + borderSize), in drawComplexControl()
3280 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
3281 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
3284 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
3285 … QPoint(downArrowRect.left(), downArrowRect.bottom() - 2)); in drawComplexControl()
3307 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + borderSize), in drawComplexControl()
3310 … cachePainter.drawLine(QPoint(downArrowRect.left() - 1, downArrowRect.top() + borderSize), in drawComplexControl()
3313 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
[all …]
H A Dqplastiquestyle.cpp4301 …QRect downArrowRect(downRect.center().x() - 3 + offset, downRect.center().y() - 2 + offset + 1, 7,… in drawComplexControl() local
4302 centerX = downArrowRect.center().x(); in drawComplexControl()
4304 QLine(centerX - 3, downArrowRect.top(), centerX + 3, downArrowRect.top()), in drawComplexControl()
4305 … QLine(centerX - 2, downArrowRect.top() + 1, centerX + 2, downArrowRect.top() + 1), in drawComplexControl()
4306 … QLine(centerX - 1, downArrowRect.top() + 2, centerX + 1, downArrowRect.top() + 2) }; in drawComplexControl()
4308 painter->drawPoint(centerX, downArrowRect.top() + 3); in drawComplexControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/cleanlooks/
H A Dqcleanlooksstyle.cpp3229 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + borderSize), in drawComplexControl()
3232 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
3235 … cachePainter.drawLine(QPoint(downArrowRect.left() + 1, downArrowRect.top() + borderSize), in drawComplexControl()
3240 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
3241 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
3244 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
3245 … QPoint(downArrowRect.left(), downArrowRect.bottom() - 2)); in drawComplexControl()
3267 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + borderSize), in drawComplexControl()
3270 … cachePainter.drawLine(QPoint(downArrowRect.left() - 1, downArrowRect.top() + borderSize), in drawComplexControl()
3273 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2728 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
2756 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
2758downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
2766 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
2767 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
2769 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
2770 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
2774 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
2775 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
2778 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/audio/carla/Carla-2.4.1/source/theme/
H A DCarlaStyle.cpp3069 QRect downArrowRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
3088 cachePainter.setClipRect(downArrowRect.adjusted(0, 0, 1, 0)); in drawComplexControl()
3090downArrowRect.left() - 6: downArrowRect.right() + 6); in drawComplexControl()
3098 … cachePainter.drawLine(QPoint(downArrowRect.right() - 1, downArrowRect.top() + borderSize ), in drawComplexControl()
3099 … QPoint(downArrowRect.right() - 1, downArrowRect.bottom() - borderSize)); in drawComplexControl()
3101 … cachePainter.drawLine(QPoint(downArrowRect.left() , downArrowRect.top() + borderSize), in drawComplexControl()
3102 … QPoint(downArrowRect.left() , downArrowRect.bottom() - borderSize)); in drawComplexControl()
3106 … cachePainter.drawLine(QPoint(downArrowRect.right(), downArrowRect.top() + 2), in drawComplexControl()
3107 … QPoint(downArrowRect.right(), downArrowRect.bottom() - 2)); in drawComplexControl()
3110 … cachePainter.drawLine(QPoint(downArrowRect.left(), downArrowRect.top() + 2), in drawComplexControl()
[all …]
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/plastique/
H A Dqplastiquestyle.cpp4178 …QRect downArrowRect(downRect.center().x() - 3 + offset, downRect.center().y() - 2 + offset + 1, 7,… in drawComplexControl() local
4179 centerX = downArrowRect.center().x(); in drawComplexControl()
4181 QLine(centerX - 3, downArrowRect.top(), centerX + 3, downArrowRect.top()), in drawComplexControl()
4182 … QLine(centerX - 2, downArrowRect.top() + 1, centerX + 2, downArrowRect.top() + 1), in drawComplexControl()
4183 … QLine(centerX - 1, downArrowRect.top() + 2, centerX + 1, downArrowRect.top() + 2) }; in drawComplexControl()
4185 painter->drawPoint(centerX, downArrowRect.top() + 3); in drawComplexControl()

12