Qt Design

Qt Design

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Python Quiz - 6

Python Quiz - 6

3rd - 9th Grade

15 Qs

SOUND AND FILM EXAM

SOUND AND FILM EXAM

KG - University

20 Qs

Google Classroom for Students

Google Classroom for Students

KG - 12th Grade

20 Qs

MP4-3WKS-Review

MP4-3WKS-Review

8th Grade

10 Qs

1-7-22.Soundtrap Quiz_1

1-7-22.Soundtrap Quiz_1

6th - 8th Grade

10 Qs

Stitches & Sewing Tools Review

Stitches & Sewing Tools Review

6th - 8th Grade

10 Qs

Tynker Programming 301 Lesson 8: Nested Loops

Tynker Programming 301 Lesson 8: Nested Loops

7th - 8th Grade

14 Qs

AK TINGKATAN 4 BAB 1

AK TINGKATAN 4 BAB 1

1st - 12th 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?