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_())