Qt Design

Qt Design

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

GWC: Chapters 1-3

GWC: Chapters 1-3

3rd - 8th Grade

12 Qs

DIFTONG DAN VOKAL BERGANDING BM TAHUN 1

DIFTONG DAN VOKAL BERGANDING BM TAHUN 1

7th Grade

20 Qs

CCGA Unit 4 and 5

CCGA Unit 4 and 5

7th - 8th Grade

15 Qs

vanalles

vanalles

1st - 10th Grade

15 Qs

narotu/goku

narotu/goku

KG - Professional Development

11 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

Riffs and Loops KS3

Riffs and Loops KS3

5th - 8th Grade

10 Qs

Python Quiz!!!

Python Quiz!!!

6th - 8th Grade

15 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?