We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278b53e commit a59cbc2Copy full SHA for a59cbc2
main.py
@@ -443,7 +443,7 @@ def initUI(self):
443
444
app_flight_layout.addWidget(QLabel("进/离场程序:"),5,0)
445
self.app_star_input=QLineEdit("")
446
- self.app_star_input.setPlaceholderText("目前未开发完成,请按照实际航路格式输入")
+ self.app_star_input.setPlaceholderText("")
447
app_flight_layout.addWidget(self.app_star_input,5,1)
448
449
app_flight_layout.addWidget(QLabel("经纬度:"),6,0)
0 commit comments