Home
last modified time | relevance | path

Searched refs:downRect (Results 1 – 25 of 76) sorted by relevance

1234

/dports/x11-themes/kf5-qqc2-desktop-style/qqc2-desktop-style-5.89.0/org.kde.desktop/
H A DSpinBox.qml27 …readonly property int ___lPadding: styleitem.upRect.x === styleitem.downRect.x ? horizontalPadding…
28 …t ___rPadding: styleitem.upRect.x === styleitem.downRect.x ? styleitem.upRect.width : styleitem.do…
109 implicitWidth: styleitem.downRect.width
110 implicitHeight: styleitem.downRect.height
112 x: styleitem.downRect.x
113 y: styleitem.downRect.y
127 property rect downRect: styleitem.subControlRect("down")
129 property rect fullRect: styleitem.computeBoundingRect([upRect, downRect, editRect])
134 downRect = styleitem.subControlRect("down")
136 fullRect = styleitem.computeBoundingRect([upRect, downRect, editRect])
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/007_compositeQmlCopyAndCppAndQml/QtQuick/Controls/
H A DSpinBox.qml330 property var downRect: __panel ? __panel.downRect : null
335 anchors.leftMargin: downRect ? downRect.x : 0
336 anchors.topMargin: downRect ? downRect.y : 0
338 width: downRect ? downRect.width : 0
339 height: downRect ? downRect.height : 0
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/005_compositeQmlCopyAndCpp/QtQuick/Controls/
H A DSpinBox.qml330 property var downRect: __panel ? __panel.downRect : null
335 anchors.leftMargin: downRect ? downRect.x : 0
336 anchors.topMargin: downRect ? downRect.y : 0
338 width: downRect ? downRect.width : 0
339 height: downRect ? downRect.height : 0
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/
H A DSpinBox.qml377 property var downRect: __panel ? __panel.downRect : null
382 anchors.leftMargin: downRect ? downRect.x : 0
383 anchors.topMargin: downRect ? downRect.y : 0
385 width: downRect ? downRect.width : 0
386 height: downRect ? downRect.height : 0
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSStepperCell.m189 NSRect downRect;
215 downRect = [[GSTheme theme] stepperDownButtonRectWithFrame: cellFrame];
223 else if (NSMouseInRect(point, downRect, NO))
226 rect = downRect;
353 NSRect downRect = [[GSTheme theme]
357 if (upRect.size.width > downRect.size.width)
360 size.width = downRect.size.width;
362 size.height = upRect.size.height + downRect.size.height;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/005_compositeQmlCopyAndCpp/QtQuick/Controls/Styles/Base/
H A DSpinBoxStyle.qml189 …property rect downRect: Qt.rect(width - decrementControlLoader.implicitWidth, height / 2, decremen…
211 x: downRect.x
212 y: downRect.y
213 width: downRect.width
214 height: downRect.height
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/007_compositeQmlCopyAndCppAndQml/QtQuick/Controls/Styles/Base/
H A DSpinBoxStyle.qml189 …property rect downRect: Qt.rect(width - decrementControlLoader.implicitWidth, height / 2, decremen…
211 x: downRect.x
212 y: downRect.y
213 width: downRect.width
214 height: downRect.height
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Styles/Base/
H A DSpinBoxStyle.qml183 …property rect downRect: Qt.rect(width - decrementControlLoader.implicitWidth, height / 2, decremen…
205 x: downRect.x
206 y: downRect.y
207 width: downRect.width
208 height: downRect.height
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqplastiquestyle.cpp4068 … QLine(downRect.left(), downRect.bottom(), downRect.right() - 2, downRect.bottom()), in drawComplexControl()
4085 … QLine(downRect.right(), downRect.bottom(), downRect.left() + 2, downRect.bottom()), in drawComplexControl()
4171 painter->drawLine(downRect.left() + 1, downRect.top() + 1, in drawComplexControl()
4172 downRect.right() - 1, downRect.top() + 1); in drawComplexControl()
4174 painter->drawLine(downRect.right() - 1, downRect.top() + 1, in drawComplexControl()
4175 downRect.left() + 1, downRect.top() + 1); in drawComplexControl()
4191 painter->drawLine(downRect.left() + 1, downRect.top() + 2, in drawComplexControl()
4194 painter->drawLine(downRect.left() + 1, downRect.top() + 1, in drawComplexControl()
4211 painter->drawLine(downRect.left() + 2, downRect.bottom() - 1, in drawComplexControl()
4231 painter->drawLine(downRect.right() - 1, downRect.top() + 1, in drawComplexControl()
[all …]
H A Dqcleanlooksstyle.cpp2533 qt_cleanlooks_draw_gradient(&cachePainter, downRect.adjusted(0, 0, 0, 1), in drawComplexControl()
2578 …QLine(QPoint(r.right() - downRect.width() - 1, r.top() + 1), QPoint(r.right()- downRect.width() - … in drawComplexControl()
2625 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2626 … cachePainter.drawLine(downRect.left(), downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2628 …cachePainter.drawLine(downRect.left(), downRect.bottom() + 1, downRect.right(), downRect.bottom() … in drawComplexControl()
2631 cachePainter.drawLine(downRect.topLeft() + QPoint(2,0), downRect.topRight()); in drawComplexControl()
2648 centerX = downRect.center().x(); in drawComplexControl()
2649 centerY = downRect.center().y(); in drawComplexControl()
2667 cachePainter.drawImage(downRect.center().x() - downArrow.width() / 2, in drawComplexControl()
2668 downRect.center().y() - downArrow.height() / 2 + 1, in drawComplexControl()
[all …]
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/plastique/
H A Dqplastiquestyle.cpp3945 … QLine(downRect.left(), downRect.bottom(), downRect.right() - 2, downRect.bottom()), in drawComplexControl()
3962 … QLine(downRect.right(), downRect.bottom(), downRect.left() + 2, downRect.bottom()), in drawComplexControl()
4048 painter->drawLine(downRect.left() + 1, downRect.top() + 1, in drawComplexControl()
4049 downRect.right() - 1, downRect.top() + 1); in drawComplexControl()
4051 painter->drawLine(downRect.right() - 1, downRect.top() + 1, in drawComplexControl()
4052 downRect.left() + 1, downRect.top() + 1); in drawComplexControl()
4068 painter->drawLine(downRect.left() + 1, downRect.top() + 2, in drawComplexControl()
4071 painter->drawLine(downRect.left() + 1, downRect.top() + 1, in drawComplexControl()
4088 painter->drawLine(downRect.left() + 2, downRect.bottom() - 1, in drawComplexControl()
4108 painter->drawLine(downRect.right() - 1, downRect.top() + 1, in drawComplexControl()
[all …]
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dspinbox2.h159 QRect downRect() const { return mSpinbox->downRect(); } in downRect() function
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/cleanlooks/
H A Dqcleanlooksstyle.cpp2500 qt_cleanlooks_draw_gradient(&cachePainter, downRect.adjusted(0, 0, 0, 1), in drawComplexControl()
2545 …QLine(QPoint(r.right() - downRect.width() - 1, r.top() + 1), QPoint(r.right()- downRect.width() - … in drawComplexControl()
2592 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2593 … cachePainter.drawLine(downRect.left(), downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2595 …cachePainter.drawLine(downRect.left(), downRect.bottom() + 1, downRect.right(), downRect.bottom() … in drawComplexControl()
2598 cachePainter.drawLine(downRect.topLeft() + QPoint(2,0), downRect.topRight()); in drawComplexControl()
2615 centerX = downRect.center().x(); in drawComplexControl()
2616 centerY = downRect.center().y(); in drawComplexControl()
2634 cachePainter.drawImage(downRect.center().x() - downArrow.width() / 2, in drawComplexControl()
2635 downRect.center().y() - downArrow.height() / 2 + 1, in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
[all …]

1234