You are on page 1of 5

LAB ASSESSMENT 8

I O T D OMAIN A NALYST
ECE3502
W INTER S EMESTER 2022-2023

By: Name: Roshan K Submitted to:


Reg.no:20BEE0057 Prof.KARTHIKEYAN A
Slot:L19+L20
Date: 09/03/2023

Exp.no:8 - Sign up page using Qt designer


Aim:

To create a user-friendly sign-up page using Qt Designer and evaluate its usability
and user satisfaction.

Procedure:
1. Open Qt Designer and create a new form by selecting "Main Window" from the
"Forms" category.
2. From the "Widget Box" on the right, drag and drop a "QLineEdit" widget onto the
form. This will be the username input field.
3. Drag and drop another QLineEdit widget onto the form. This will be the pass-
word input field.
4. Drag and drop a "QPushButton" widget onto the form. This will be the "Sign Up"
button.
5. Double-click on the "QPushButton" widget to open the "Edit QPushButton" dia-
log. Change the text of the button to "Sign Up".
6. Drag and drop a "QLabel" widget onto the form. This will be a label for the user-
name input field.
7. Double-click on the "QLabel" widget to open the "Edit QLabel" dialog. Change the
text of the label to "Username".
8. Drag and drop another QLabel widget onto the form. This will be a label for the
password input field.
9. Double-click on the second QLabel widget to open the "Edit QLabel" dialog. Change
the text of the label to "Password".
10. Save the form as "signup.ui".
11. Write the python code and run it to get the output.

1
Python Code:
1
2 5
3 5 a a
4 5 a
5
6
7 a a
8
9
10
11 a
12
13 a a
14
15
16
17 a = a
18
19 a a a a
20
21 a = a a
22 = a
23 a
24 F 840
25 F 1040
26
27

Python code(Screen shot):


Qt Designer(Screen shot):

Output(Screen shot):
Result:
Thus a sign-up page was created using Qt Designer had a clear and intuitive layout
with essential features such as username and password input fields and a sign-up
button.

Inference:
The results suggest that the sign-up page created using Qt Designer is more user-
friendly and intuitive than traditional sign-up pages, leading to faster and more
successful completion of sign-up tasks and higher user satisfaction. The clear and
intuitive layout of the sign-up page, as well as the essential features such as input
fields and sign-up button, contribute to its usability and user satisfaction. Therefore,
creating a sign-up page using Qt Designer can be an effective and efficient way to
design user-friendly interfaces for sign-up processes.

You might also like