Home
last modified time | relevance | path

Searched refs:AnchorRight (Results 1 – 25 of 200) sorted by path

12345678

/dports/astro/kstars/kstars-3.5.6/kstars/widgets/
H A Dinfoboxwidget.cpp148 if (m_anchor & AnchorRight) in adjust()
156 m_anchor |= AnchorRight; in adjust()
218 m_anchor |= AnchorRight; in mouseMoveEvent()
224 m_anchor &= ~AnchorRight; in mouseMoveEvent()
H A Dinfoboxwidget.h52 AnchorRight = 1, enumerator
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/graphicsview/
H A Danchorlayout.py111 l.addAnchor(a, Qt.AnchorRight, b, Qt.AnchorLeft)
113 l.addAnchor(a, Qt.AnchorRight, c, Qt.AnchorLeft)
114 l.addAnchor(c, Qt.AnchorRight, e, Qt.AnchorLeft)
116 l.addAnchor(b, Qt.AnchorRight, l, Qt.AnchorRight)
117 l.addAnchor(e, Qt.AnchorRight, l, Qt.AnchorRight)
118 l.addAnchor(d, Qt.AnchorRight, e, Qt.AnchorLeft)
122 l.addAnchor(f, Qt.AnchorRight, g, Qt.AnchorRight)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtCore/
H A Dqnamespace.sip1575 AnchorRight,
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/graphicsview/
H A Danchorlayout.py111 l.addAnchor(a, Qt.AnchorRight, b, Qt.AnchorLeft)
113 l.addAnchor(a, Qt.AnchorRight, c, Qt.AnchorLeft)
114 l.addAnchor(c, Qt.AnchorRight, e, Qt.AnchorLeft)
116 l.addAnchor(b, Qt.AnchorRight, l, Qt.AnchorRight)
117 l.addAnchor(e, Qt.AnchorRight, l, Qt.AnchorRight)
118 l.addAnchor(d, Qt.AnchorRight, e, Qt.AnchorLeft)
122 l.addAnchor(f, Qt.AnchorRight, g, Qt.AnchorRight)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtCore/
H A Dqnamespace.sip1575 AnchorRight,
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/anchorlayout/
H A Dmain.cpp108 anchor = l->addAnchor(a, Qt::AnchorRight, b, Qt::AnchorLeft); in main()
110 anchor = l->addAnchor(a, Qt::AnchorRight, c, Qt::AnchorLeft); in main()
111 anchor = l->addAnchor(c, Qt::AnchorRight, e, Qt::AnchorLeft); in main()
113 anchor = l->addAnchor(b, Qt::AnchorRight, l, Qt::AnchorRight); in main()
114 anchor = l->addAnchor(e, Qt::AnchorRight, l, Qt::AnchorRight); in main()
115 anchor = l->addAnchor(d, Qt::AnchorRight, e, Qt::AnchorLeft); in main()
119 anchor = l->addAnchor(f, Qt::AnchorRight, g, Qt::AnchorRight); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/simpleanchorlayout/
H A Dmain.cpp96 layout->addAnchor(b, Qt::AnchorLeft, a, Qt::AnchorRight); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/weatheranchorlayout/
H A Dmain.cpp255 anchor = l->addAnchor(title, Qt::AnchorRight, l, Qt::AnchorRight); in main()
259 anchor = l->addAnchor(place, Qt::AnchorRight, details, Qt::AnchorLeft); in main()
263 anchor = l->addAnchor(sunnyWeather, Qt::AnchorRight, l, Qt::AnchorHorizontalCenter); in main()
266 anchor = l->addAnchor(details, Qt::AnchorRight, l, Qt::AnchorRight); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/global/
H A Dqnamespace.h1589 AnchorRight, in QT_MODULE() enumerator
H A Dqnamespace.qdoc2578 \value AnchorRight The right side of a layout item.
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicsanchorlayout.cpp322 Qt::AnchorPoint firstEdge = (firstCorner & 1 ? Qt::AnchorRight: Qt::AnchorLeft); in addCornerAnchors()
323 Qt::AnchorPoint secondEdge = (secondCorner & 1 ? Qt::AnchorRight: Qt::AnchorLeft); in addCornerAnchors()
359 addAnchor(firstItem, Qt::AnchorRight, secondItem, Qt::AnchorRight); in addAnchors()
H A Dqgraphicsanchorlayout_p.cpp645 edge = Qt::AnchorRight; in oppositeEdge()
647 case Qt::AnchorRight: in oppositeEdge()
1374 return edge > Qt::AnchorRight ? Vertical : Horizontal; in edgeOrientation()
1394 Qt::AnchorRight, data); in createLayoutEdges()
1400 layoutLastVertex[Horizontal] = internalVertex(layout, Qt::AnchorRight); in createLayoutEdges()
1422 internalVertex(q, Qt::AnchorRight)); in deleteLayoutEdges()
1434 addAnchor_helper(item, Qt::AnchorLeft, item, Qt::AnchorRight, data); in createItemEdges()
1481 lastEdge = Qt::AnchorRight; in createCenterAnchors()
1543 lastEdge = Qt::AnchorRight; in removeCenterAnchors()
1968 removeVertex(item, Qt::AnchorRight); in removeAnchors()
[all …]
H A Dqgraphicsanchorlayout_p.h278 case Qt::AnchorRight: in toString()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qgraphicsanchorlayout/
H A Dtst_qgraphicsanchorlayout.cpp192 l->addAnchor(w2, Qt::AnchorRight, l, Qt::AnchorRight); in simple()
225 setAnchor(l, b, Qt::AnchorRight, l, Qt::AnchorRight, 0); in simple_center()
393 l->addAnchor(b, Qt::AnchorRight, l, Qt::AnchorRight); in diagonal()
394 l->addAnchor(e, Qt::AnchorRight, l, Qt::AnchorRight); in diagonal()
501 l->addAnchor(f, Qt::AnchorRight, l, Qt::AnchorRight); in parallel()
573 l->addAnchor(b, Qt::AnchorRight, a, Qt::AnchorRight); in parallel2()
627 l->addAnchor(a, Qt::AnchorRight, b, Qt::AnchorRight); in snake()
629 l->addAnchor(c, Qt::AnchorRight, l, Qt::AnchorRight); in snake()
703 l->addAnchor(a, Qt::AnchorRight, b, Qt::AnchorRight); in snakeOppositeDirections()
706 l->addAnchor(c, Qt::AnchorRight, l, Qt::AnchorRight); in snakeOppositeDirections()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qgraphicsanchorlayout1/
H A Dtst_qgraphicsanchorlayout1.cpp782 << BasicData(0, Qt::AnchorRight, -1, Qt::AnchorRight, 30) in testBasicLayout_data()
801 << BasicData(0, Qt::AnchorRight, -1, Qt::AnchorRight, 30) in testBasicLayout_data()
806 << BasicData(-1, Qt::AnchorRight, 0, Qt::AnchorRight, 0) in testBasicLayout_data()
844 << BasicData(0, Qt::AnchorRight, -1, Qt::AnchorRight, 10) in testBasicLayout_data()
850 << BasicData(1, Qt::AnchorRight, -1, Qt::AnchorRight, 10) in testBasicLayout_data()
869 << BasicData(0, Qt::AnchorRight, -1, Qt::AnchorRight, 10) in testBasicLayout_data()
877 << BasicData(1, Qt::AnchorRight, -1, Qt::AnchorRight, 10) in testBasicLayout_data()
879 << BasicData(-1, Qt::AnchorRight, 1, Qt::AnchorRight, 0) in testBasicLayout_data()
1305 << BasicData(1, Qt::AnchorRight, 0, Qt::AnchorRight, 15) in testMixedSpacing_data()
1331 << BasicData(0, Qt::AnchorRight, 1, Qt::AnchorRight, 0) in testMixedSpacing_data()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/qgraphicsanchorlayout/
H A Dtst_qgraphicsanchorlayout.cpp143 setAnchor(l, a, Qt::AnchorRight, b, Qt::AnchorLeft, 10); in s60_hard_complex()
144 setAnchor(l, b, Qt::AnchorRight, c, Qt::AnchorLeft, 10); in s60_hard_complex()
145 setAnchor(l, c, Qt::AnchorRight, d, Qt::AnchorLeft, 10); in s60_hard_complex()
146 setAnchor(l, d, Qt::AnchorRight, l, Qt::AnchorRight, 10); in s60_hard_complex()
150 setAnchor(l, e, Qt::AnchorRight, d, Qt::AnchorLeft, 10); in s60_hard_complex()
156 setAnchor(l, f, Qt::AnchorRight, d, Qt::AnchorRight, 10); in s60_hard_complex()
233 setAnchor(anchor, d, Qt::AnchorRight, anchor, Qt::AnchorRight, 0); in createLayouts()
391 anchor->addAnchor(a, Qt::AnchorRight, b, Qt::AnchorLeft); in linearVsAnchorNested()
392 anchor->addAnchor(a, Qt::AnchorRight, c, Qt::AnchorLeft); in linearVsAnchorNested()
396 anchor->addAnchor(b, Qt::AnchorRight, anchor, Qt::AnchorRight); in linearVsAnchorNested()
[all …]
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/graphicsview/
H A Danchorlayout.py111 l.addAnchor(a, Qt.AnchorRight, b, Qt.AnchorLeft)
113 l.addAnchor(a, Qt.AnchorRight, c, Qt.AnchorLeft)
114 l.addAnchor(c, Qt.AnchorRight, e, Qt.AnchorLeft)
116 l.addAnchor(b, Qt.AnchorRight, l, Qt.AnchorRight)
117 l.addAnchor(e, Qt.AnchorRight, l, Qt.AnchorRight)
118 l.addAnchor(d, Qt.AnchorRight, e, Qt.AnchorLeft)
122 l.addAnchor(f, Qt.AnchorRight, g, Qt.AnchorRight)
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtCore/
H A Dqnamespace.sip1575 AnchorRight,
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnamespace.h1504 AnchorRight, enumerator
H A Dqnamespace.qdoc2640 \value AnchorRight The right side of a layout item.
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/graphicsview/
H A Dqgraphicsanchorlayout.cpp321 Qt::AnchorPoint firstEdge = (firstCorner & 1 ? Qt::AnchorRight: Qt::AnchorLeft); in addCornerAnchors()
322 Qt::AnchorPoint secondEdge = (secondCorner & 1 ? Qt::AnchorRight: Qt::AnchorLeft); in addCornerAnchors()
358 addAnchor(firstItem, Qt::AnchorRight, secondItem, Qt::AnchorRight); in addAnchors()
H A Dqgraphicsanchorlayout_p.cpp644 edge = Qt::AnchorRight; in oppositeEdge()
646 case Qt::AnchorRight: in oppositeEdge()
1362 return edge > Qt::AnchorRight ? Vertical : Horizontal; in edgeOrientation()
1382 Qt::AnchorRight, data); in createLayoutEdges()
1388 layoutLastVertex[Horizontal] = internalVertex(layout, Qt::AnchorRight); in createLayoutEdges()
1410 internalVertex(q, Qt::AnchorRight)); in deleteLayoutEdges()
1422 addAnchor_helper(item, Qt::AnchorLeft, item, Qt::AnchorRight, data); in createItemEdges()
1469 lastEdge = Qt::AnchorRight; in createCenterAnchors()
1531 lastEdge = Qt::AnchorRight; in removeCenterAnchors()
1955 removeVertex(item, Qt::AnchorRight); in removeAnchors()
[all …]
H A Dqgraphicsanchorlayout_p.h279 case Qt::AnchorRight: in toString()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqnamespace.h1504 AnchorRight, enumerator

12345678