Calculadora: QLineEdit e o display

This commit is contained in:
Luiz Otávio
2023-02-27 17:33:17 -03:00
parent 8c09f2b570
commit edc2cb9805
4 changed files with 30 additions and 1 deletions

View File

@@ -19,5 +19,5 @@ class MainWindow(QMainWindow):
self.adjustSize()
self.setFixedSize(self.width(), self.height())
def addWidgetToVLayout(self, widget: QWidget):
def addToVLayout(self, widget: QWidget):
self.vLayout.addWidget(widget)