Skip to content

Commit

Permalink
Updated todoapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek-Ray02 committed Oct 31, 2024
1 parent 045ec95 commit f70b059
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ def __init__(self):
self.label = QLabel("Enter a task:")
self.layout.addWidget(self.label)

self.task_input = QLineEdit()
self.layout.addWidget(self.task_input)

self.add_button = QPushButton("Add")
self.add_button.clicked.connect(self.add_task)
self.layout.addWidget(self.add_button)
Expand Down

0 comments on commit f70b059

Please sign in to comment.