Added start blocke on no database connection available

This commit is contained in:
2024-12-14 20:28:04 +01:00
parent 559ad1b882
commit 903a2b8dc1
13 changed files with 161 additions and 41 deletions

View File

@@ -113,7 +113,7 @@ class BusinessModel(QAbstractTableModel):
@Slot(int)
def onRowClicked(self, row):
print(row)
print(f"Selected table row: {row}, corresponding DB ID: {self.__data[row][0]}")
@Slot(str)
def viewCriterion(self, criterion):