mod10 - QT Flashcards
List and distinguish the QT versions.
QT v1 - birth of KDE
QT v2 - public license
QT v3 - Mac OS support
QT v4 - QGIS 2.X
QT v5 - QGIS 3.X
QT Quick Controls - ArcGIS AppStudio
QT v6
What is QWidget?
The base class of all user interface objects.
Which QT widget contains a combined button and popup list?
QComboBox
What is the difference between QDoubleSpinBox and QSpinBox?
QDoubleSpinBox is a spin box widget that can take double precision.
Which QT widget contains a stack of tabbed widgets?
QTabWidget
Which QT widget lets you display text or images?
QLabel
Which QT widget is a one-line text editor?
QLineEdit
Which QT widget allows you to scroll the view onto another widget?
QScrollArea
What is QDial?
Rounded range control.
What is QFontComboBox?
ComboBox that lets the user select a font family.
Which QT widget creates a command button?
QPushButton
Which QT widget creates a resize handle that is used for resizing top-level windows?
QSizeGrip
What is QTFocusFrame?
Focus frame that can be outside of a widget’s normal paintable area.
Which 3 QT widgets allow you to edit the time and/or date?
QDateEdit, QDateTimeEdit, QTimeEdit
List the 7 QT bindings.
QT Wiki
QtPy
PyQt4
PyQt5
Pyside (4.X)
Pyside 2 (5.X)
Pyside 3 (6.X)