'Aquascat-1000R' is replaced by 'AQUAscat' and 'UB-SediFlow' is replace by 'UBSediflow'

dev-brahim
brahim 2024-11-07 10:58:17 +01:00
parent 2aebdf3b9b
commit 210037165c
1 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ class AcousticDataTab(QWidget):
self.gridLayout_groupbox_acoustic_file = QGridLayout(self.groupbox_acoustic_file)
self.combobox_ABS_system_choice = QComboBox()
self.combobox_ABS_system_choice.addItems([" ", "Aquascat 1000R", "UB-SediFlow"])
self.combobox_ABS_system_choice.addItems([" ", "AQUAscat", "UBSediFlow"])
self.gridLayout_groupbox_acoustic_file.addWidget(self.combobox_ABS_system_choice, 0, 0, 1, 1)
self.spacerItem_FileList = QSpacerItem(5, 10, QSizePolicy.Expanding, QSizePolicy.Minimum)
@ -1530,10 +1530,10 @@ class AcousticDataTab(QWidget):
def ABS_system_choice(self):
if self.combobox_ABS_system_choice.currentText() == " ":
self.groupbox_measurement_information_no_ABS()
elif self.combobox_ABS_system_choice.currentText() == "Aquascat 1000R":
elif self.combobox_ABS_system_choice.currentText() == "AQUAscat":
self.groupbox_measurement_information_Aquascat()
# self.lineEdit_acoustic_file.clear()
elif self.combobox_ABS_system_choice.currentText() == "UB-SediFlow":
elif self.combobox_ABS_system_choice.currentText() == "UBSediFlow":
self.groupbox_measurement_information_UBSediFlow()
# self.lineEdit_acoustic_file.clear()
# self.label_date_groupbox_acoustic_file.clear()