Home
last modified time | relevance | path

Searched refs:actionAlignRight (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/grantlee5/grantlee-5.2.0/examples/textedit/
H A Dtextedit.cpp343 actionAlignRight in setupTextActions()
348 actionAlignRight in setupTextActions()
372 actionAlignRight->setShortcut(Qt::CTRL + Qt::Key_R); in setupTextActions()
373 actionAlignRight->setCheckable(true); in setupTextActions()
374 actionAlignRight->setPriority(QAction::LowPriority); in setupTextActions()
666 else if (a == actionAlignRight) in textAlign()
721 actionAlignRight->setChecked(true); in alignmentChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/textedit/
H A Dtextedit.cpp325actionAlignRight = new QAction(QIcon::fromTheme("format-justify-right", QIcon(rsrcPath + "/textrig… in setupTextActions()
327actionAlignRight = new QAction(QIcon::fromTheme("format-justify-right", QIcon(rsrcPath + "/textrig… in setupTextActions()
339 actionAlignRight->setShortcut(Qt::CTRL + Qt::Key_R); in setupTextActions()
340 actionAlignRight->setCheckable(true); in setupTextActions()
341 actionAlignRight->setPriority(QAction::LowPriority); in setupTextActions()
665 else if (a == actionAlignRight) in textAlign()
729 actionAlignRight->setChecked(true); in alignmentChanged()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/richtext/textedit/
H A Dtextedit.cpp311 actionAlignRight = new QAction(rightIcon, tr("&Right"), this); in setupTextActions()
312 actionAlignRight->setShortcut(Qt::CTRL + Qt::Key_R); in setupTextActions()
313 actionAlignRight->setCheckable(true); in setupTextActions()
314 actionAlignRight->setPriority(QAction::LowPriority); in setupTextActions()
336 alignGroup->addAction(actionAlignRight); in setupTextActions()
338 alignGroup->addAction(actionAlignRight); in setupTextActions()
740 else if (a == actionAlignRight) in textAlign()
891 actionAlignRight->setChecked(true); in alignmentChanged()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/devel/py-qt5-core/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/devel/py-qt5-dbus/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/devel/py-qt5-positioning/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)
/dports/devel/py-qt5-location/PyQt5-5.15.4/examples/richtext/textedit/
H A Dtextedit.py303 self.actionAlignRight = QAction(
308 self.actionAlignRight = QAction(
334 self.actionAlignRight.setShortcut(Qt.CTRL + Qt.Key_R)
335 self.actionAlignRight.setCheckable(True)
336 self.actionAlignRight.setPriority(QAction.LowPriority)
592 elif action == self.actionAlignRight:
641 self.actionAlignRight.setChecked(True)

12