Added start blocke on no database connection available
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user