From 452af3a943d729e58ca436e860e19b2b9a82ef6c Mon Sep 17 00:00:00 2001 From: 2sua <55117073+2sua@users.noreply.github.com> Date: Fri, 20 Dec 2019 21:21:50 +0900 Subject: [PATCH] Update airplane.py --- airpalnePrice/airplane.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/airpalnePrice/airplane.py b/airpalnePrice/airplane.py index 16bacb5..361f32e 100644 --- a/airpalnePrice/airplane.py +++ b/airpalnePrice/airplane.py @@ -14,7 +14,7 @@ class Calendar(QWidget): def __init__(self): super().__init__() - self.setWindowTitle('파이리와 솨의 행복회로 ><') + self.setWindowTitle('종강하고 여행가자!') self.resize(700, 700) self.sortKey = 'Low Price' @@ -70,7 +70,6 @@ def __init__(self): self.setLayout(self.vbox) def buttonClicked(self): - #버튼 누를때마다 추가되는거 수정? 걍 냅둬? depairport = str(self.dep_combo.currentText()) arrairport = str(self.arr_combo.currentText()) depdate = self.forcolorList[0] @@ -184,4 +183,4 @@ def print(self): app = QApplication(sys.argv) airplane = Calendar() airplane.show() - sys.exit(app.exec_()) \ No newline at end of file + sys.exit(app.exec_())