Home
last modified time | relevance | path

Searched refs:centeredButton (Results 1 – 25 of 37) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/examples/animation/animatedtiles/
H A Dmain.cpp158 Button *centeredButton = new Button(QPixmap(":/images/centered.png"), buttonParent); in main() local
164 centeredButton->setPos(100, 100); in main()
243 trans = rootState->addTransition(centeredButton, SIGNAL(pressed()), centeredState); in main()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/animatedtiles/
H A Dmain.cpp170 Button *centeredButton = new Button(QPixmap(":/images/centered.png"), buttonParent); in main() local
176 centeredButton->setPos(100, 100); in main()
251 trans = rootState->addTransition(centeredButton, &Button::pressed, centeredState); in main()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/textproc/py-qt5-xml/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/devel/py-qt5-core/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/devel/py-qt5-dbus/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/devel/py-qt5-dbussupport/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)
/dports/devel/py-qt5-help/PyQt5-5.15.4/examples/animation/animatedtiles/
H A Danimatedtiles.py174 centeredButton = Button(QPixmap(':/images/centered.png'), buttonParent) variable
180 centeredButton.setPos(100, 100)
252 trans = rootState.addTransition(centeredButton.pressed, centeredState)

12