mod10 - QT Flashcards

1
Q

List and distinguish the QT versions.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is QWidget?

A

The base class of all user interface objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which QT widget contains a combined button and popup list?

A

QComboBox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between QDoubleSpinBox and QSpinBox?

A

QDoubleSpinBox is a spin box widget that can take double precision.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which QT widget contains a stack of tabbed widgets?

A

QTabWidget

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which QT widget lets you display text or images?

A

QLabel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which QT widget is a one-line text editor?

A

QLineEdit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which QT widget allows you to scroll the view onto another widget?

A

QScrollArea

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is QDial?

A

Rounded range control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is QFontComboBox?

A

ComboBox that lets the user select a font family.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which QT widget creates a command button?

A

QPushButton

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which QT widget creates a resize handle that is used for resizing top-level windows?

A

QSizeGrip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is QTFocusFrame?

A

Focus frame that can be outside of a widget’s normal paintable area.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which 3 QT widgets allow you to edit the time and/or date?

A

QDateEdit, QDateTimeEdit, QTimeEdit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

List the 7 QT bindings.

A

QT Wiki
QtPy
PyQt4
PyQt5
Pyside (4.X)
Pyside 2 (5.X)
Pyside 3 (6.X)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is QT Creator?

A

An integrated development environment that was created for C++ and QT development. It has been extended to QML and Python.

17
Q

List IDEs that allow for Python development.

A

VSCode, Visual Studio, Pycharm, Eclipse, Netbeans, QT Creator, Spyder, IDLE