Force the layout of tableview on data change
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user