Qt Design

Qt Design

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Basic Forensics

Basic Forensics

7th Grade

11 Qs

Chinese 101 Pinyin Review

Chinese 101 Pinyin Review

1st Grade - University

11 Qs

Life Skills

Life Skills

6th - 8th Grade

20 Qs

MOTION 9 2022 (1)

MOTION 9 2022 (1)

1st - 12th Grade

15 Qs

Getting familiar with EV3

Getting familiar with EV3

7th Grade

11 Qs

Keyboard shortcuts

Keyboard shortcuts

5th - 7th Grade

10 Qs

Technology Foundations

Technology Foundations

8th - 9th Grade

10 Qs

Sprite Lab Quiz code.org

Sprite Lab Quiz code.org

4th - 8th Grade

10 Qs

Qt Design

Qt Design

Assessment

Quiz

Other

6th - 8th Grade

Medium

Created by

Ben Marwen

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's PyQt5 ?

A programming language(Langage de programmation)

A package contains tools to create GUI(Graphical user interface)

A package contains tools to create Web apps

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following events is related to a button click in PyQt5?

clicked()

pressed()

released()

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

I want to create a QMessageBox that contains <Bravo>, Which of the following is the correct answer ?

m = QMessageBox()

m.setText("Bravo")

m = QMessageBox()

m.setText("Bravo")

m.exec_()

m = QMessageBox()

m.setText("Bravo")

exec_()

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What's the function that allows me change the text of label ?

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's the keyword used to work with a variable in the main program ?

global

general

global_var

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is similar to this syntax:

window = QtWidgets.loadUi("design.ui")

button = window.findChild(QtWidgets.QApplication, "button")

button.clicked.connect(function)

window = QtWidgets.loadUi("design.ui")

button.clicked.connect(function)

window = QtWidgets.loadUi("design.ui")

window.button.clicked.connect(function)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What'does the function show()

Ta3mel chwaya fazet fil application

It makes the application visible

Creates the application

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?