Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions airpalnePrice/airplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Calendar(QWidget):
def __init__(self):
super().__init__()

self.setWindowTitle('파이리와 솨의 행복회로 ><')
self.setWindowTitle('종강하고 여행가자!')
self.resize(700, 700)
self.sortKey = 'Low Price'

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -184,4 +183,4 @@ def print(self):
app = QApplication(sys.argv)
airplane = Calendar()
airplane.show()
sys.exit(app.exec_())
sys.exit(app.exec_())