Search Header Logo

Qt Design

Authored by Ben Marwen

Other

6th - 8th Grade

Used 4+ times

Qt Design
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?