Home
last modified time | relevance | path

Searched refs:upRect (Results 1 – 25 of 106) sorted by relevance

12345

/dports/x11-themes/kf5-qqc2-desktop-style/qqc2-desktop-style-5.89.0/org.kde.desktop/
H A DSpinBox.qml27 …nly property int ___lPadding: styleitem.upRect.x === styleitem.downRect.x ? horizontalPadding : st…
28 …readonly property int ___rPadding: styleitem.upRect.x === styleitem.downRect.x ? styleitem.upRect.…
102 implicitWidth: styleitem.upRect.width
103 implicitHeight: styleitem.upRect.height
105 x: styleitem.upRect.x
106 y: styleitem.upRect.y
126 property rect upRect: styleitem.subControlRect("up")
129 property rect fullRect: styleitem.computeBoundingRect([upRect, downRect, editRect])
133 upRect = styleitem.subControlRect("up")
136 fullRect = styleitem.computeBoundingRect([upRect, downRect, editRect])
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertiespalette.cpp535 QRectF upRect; in NewSpGradient() local
561 upRect = upRect.united(QRectF(shP, m_item->gradientStrokeEnd()).normalized()); in NewSpGradient()
562 upRect = upRect.united(QRectF(shP, m_item->gradientStrokeStart()).normalized()); in NewSpGradient()
563 upRect |= QRectF(shP, QPointF(0, 0)).normalized(); in NewSpGradient()
620 upRect |= QRectF(shP, m_item->gradientEnd()).normalized(); in NewSpGradient()
621 upRect |= QRectF(shP, m_item->gradientStart()).normalized(); in NewSpGradient()
622 upRect |= QRectF(shP, QPointF(0, 0)).normalized(); in NewSpGradient()
627 upRect.translate(m_item->xPos(), m_item->yPos()); in NewSpGradient()
671 QRectF upRect; in NewSpGradientM() local
701 upRect |= QRectF(shP, QPointF(0, 0)).normalized(); in NewSpGradientM()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/007_compositeQmlCopyAndCppAndQml/QtQuick/Controls/
H A DSpinBox.qml300 property var upRect: __panel ? __panel.upRect : null
305 anchors.leftMargin: upRect ? upRect.x : 0
306 anchors.topMargin: upRect ? upRect.y : 0
308 width: upRect ? upRect.width : 0
309 height: upRect ? upRect.height : 0
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/codemodel/importscheck/005_compositeQmlCopyAndCpp/QtQuick/Controls/
H A DSpinBox.qml300 property var upRect: __panel ? __panel.upRect : null
305 anchors.leftMargin: upRect ? upRect.x : 0
306 anchors.topMargin: upRect ? upRect.y : 0
308 width: upRect ? upRect.width : 0
309 height: upRect ? upRect.height : 0
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/
H A DSpinBox.qml346 property var upRect: __panel ? __panel.upRect : null
351 anchors.leftMargin: upRect ? upRect.x : 0
352 anchors.topMargin: upRect ? upRect.y : 0
354 width: upRect ? upRect.width : 0
355 height: upRect ? upRect.height : 0
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSStepperCell.m188 NSRect upRect;
214 upRect = [[GSTheme theme] stepperUpButtonRectWithFrame: cellFrame];
218 if (NSMouseInRect(point, upRect, NO))
221 rect = upRect;
351 NSRect upRect = [[GSTheme theme]
357 if (upRect.size.width > downRect.size.width)
358 size.width = upRect.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.qml188 …property rect upRect: Qt.rect(width - incrementControlLoader.implicitWidth, 0, incrementControlLoa…
202 x: upRect.x
203 y: upRect.y
204 width: upRect.width
205 height: upRect.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.qml188 …property rect upRect: Qt.rect(width - incrementControlLoader.implicitWidth, 0, incrementControlLoa…
202 x: upRect.x
203 y: upRect.y
204 width: upRect.width
205 height: upRect.height
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqplastiquestyle.cpp4066 QLine(upRect.left(), upRect.top(), upRect.right() - 2, upRect.top()), in drawComplexControl()
4067 QLine(upRect.left() + 1, upRect.bottom(), upRect.right() - 1, upRect.bottom()), in drawComplexControl()
4083 QLine(upRect.right(), upRect.top(), upRect.left() + 2, upRect.top()), in drawComplexControl()
4084 QLine(upRect.right() - 1, upRect.bottom(), upRect.left() + 1, upRect.bottom()), in drawComplexControl()
4094 points.append(QPoint(upRect.left() + 1, upRect.top())); in drawComplexControl()
4095 points.append(QPoint(upRect.left(), upRect.top() + 1)); in drawComplexControl()
4162 painter->drawLine(upRect.left() + 1, upRect.top() + 1, in drawComplexControl()
4165 painter->drawLine(upRect.right() - 1, upRect.top() + 1, in drawComplexControl()
4166 upRect.left() + 2, upRect.top() + 1); in drawComplexControl()
4182 painter->drawLine(upRect.left() + 1, upRect.top() + 2, in drawComplexControl()
[all …]
H A Dqcleanlooksstyle.cpp2530 qt_cleanlooks_draw_gradient(&cachePainter, upRect, in drawComplexControl()
2605 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2607 …cachePainter.drawLine(upRect.right() - 1, upRect.top() + 3, upRect.right() - 1, downRect.bottom() … in drawComplexControl()
2609 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2611 … cachePainter.drawLine(upRect.left() + 1, upRect.top() , upRect.left() + 1, downRect.bottom() ); in drawComplexControl()
2615 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2616 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2619 … cachePainter.drawLine(upRect.topLeft() + QPoint(1, -1), upRect.topRight() + QPoint(-1, -1)); in drawComplexControl()
2621 cachePainter.drawLine(upRect.bottomLeft(), upRect.bottomRight()); in drawComplexControl()
2635 int centerX = upRect.center().x(); in drawComplexControl()
[all …]
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/plastique/
H A Dqplastiquestyle.cpp3943 QLine(upRect.left(), upRect.top(), upRect.right() - 2, upRect.top()), in drawComplexControl()
3944 QLine(upRect.left() + 1, upRect.bottom(), upRect.right() - 1, upRect.bottom()), in drawComplexControl()
3960 QLine(upRect.right(), upRect.top(), upRect.left() + 2, upRect.top()), in drawComplexControl()
3961 QLine(upRect.right() - 1, upRect.bottom(), upRect.left() + 1, upRect.bottom()), in drawComplexControl()
3971 points.append(QPoint(upRect.left() + 1, upRect.top())); in drawComplexControl()
3972 points.append(QPoint(upRect.left(), upRect.top() + 1)); in drawComplexControl()
4039 painter->drawLine(upRect.left() + 1, upRect.top() + 1, in drawComplexControl()
4042 painter->drawLine(upRect.right() - 1, upRect.top() + 1, in drawComplexControl()
4043 upRect.left() + 2, upRect.top() + 1); in drawComplexControl()
4059 painter->drawLine(upRect.left() + 1, upRect.top() + 2, in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Styles/Base/
H A DSpinBoxStyle.qml182 …property rect upRect: Qt.rect(width - incrementControlLoader.implicitWidth, 0, incrementControlLoa…
196 x: upRect.x
197 y: upRect.y
198 width: upRect.width
199 height: upRect.height
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dspinbox2.h156 QRect upRect() const { return mSpinbox->upRect(); } in upRect() function
H A Dspinbox2.cpp143 return mShowUpdown2 ? mSpinbox2->upRect() : QRect(); in up2Rect()
471 …const QRect upRect = mSpinbox->style()->subControlRect(QStyle::CC_SpinBox, &option, QStyle::SC_S… in getMetrics() local
473 … bool showUpdown2 = ((upRect.left() > editRect.left()) && (downRect.left() > editRect.left())) in getMetrics()
474 … || ((upRect.right() < editRect.right()) && (downRect.right() < editRect.right())); in getMetrics()
769 const QRect r = mSpinbox->upRect(); in spinboxPoint()
/dports/audio/carla/Carla-2.4.1/source/theme/
H A DCarlaStyle.cpp2430 const int bty = upRect.top(); in drawComplexControl()
2432 const int brx = 1+upRect.right() - 1; in drawComplexControl()
2464 cachePainter.drawLine(upRect.left(), bty + 1, upRect.left(), bby - 1); in drawComplexControl()
2534 …cachePainter.drawLine(1+upRect.right() + 1, upRect.top(), 1+upRect.right() + 1, 1+downRect.bottom(… in drawComplexControl()
2536 …cachePainter.drawLine(upRect.left() - 1, upRect.top(), upRect.left() - 1, 1+downRect.bottom() - 1); in drawComplexControl()
2541 const int left = upRect.left(); in drawComplexControl()
2543 const int top = upRect.top(); in drawComplexControl()
2544 const int bottom = oddHeight ? (1+upRect.bottom()) : (1+upRect.bottom() - 1); in drawComplexControl()
2564 centerX = upRect.center().x(); in drawComplexControl()
2565 centerY = upRect.center().y(); in drawComplexControl()
[all …]
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/cleanlooks/
H A Dqcleanlooksstyle.cpp2497 qt_cleanlooks_draw_gradient(&cachePainter, upRect, in drawComplexControl()
2572 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2574 …cachePainter.drawLine(upRect.right() - 1, upRect.top() + 3, upRect.right() - 1, downRect.bottom() … in drawComplexControl()
2576 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2578 … cachePainter.drawLine(upRect.left() + 1, upRect.top() , upRect.left() + 1, downRect.bottom() ); in drawComplexControl()
2582 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2583 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2586 … cachePainter.drawLine(upRect.topLeft() + QPoint(1, -1), upRect.topRight() + QPoint(-1, -1)); in drawComplexControl()
2588 cachePainter.drawLine(upRect.bottomLeft(), upRect.bottomRight()); in drawComplexControl()
2602 int centerX = upRect.center().x(); in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Styles/Desktop/
H A DSpinBoxStyle.qml60 property rect upRect
96 style.upRect = styleitem.subControlRect("up");
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqfusionstyle.cpp2025 … QRect upRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxUp, widget); in drawComplexControl() local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2063 … cachePainter.fillRect(upRect.adjusted(0, -1, 0, 0), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2096 … cachePainter.drawLine(upRect.left() + 1, upRect.top(), upRect.left() + 1, upRect.bottom()); in drawComplexControl()
2097 … cachePainter.drawLine(upRect.left() + 1, upRect.top() - 1, upRect.right(), upRect.top() - 1); in drawComplexControl()
2110 int centerX = upRect.center().x(); in drawComplexControl()
2111 int centerY = upRect.center().y(); in drawComplexControl()
2653 painter->drawRect(upRect); in drawComplexControl()
[all …]

12345