Force the layout of tableview on data change

This commit is contained in:
2024-11-27 21:25:56 +01:00
parent 77052d8ef7
commit 6b0e8e316f
2 changed files with 24 additions and 26 deletions

View File

@@ -22,16 +22,6 @@ CUSTOMER_COLUMN_INDEX = \
"gecos": 5
}
CUSTOMER_COLUMN = \
{
0: "userid",
1: "username",
2: "password",
3: "enabled",
4: "roleid",
5: "gecos"
}
class BusinessModel(QAbstractTableModel):
__visible_index = {}
__col_name = ""