tableView and disappearing items
-
Hi and welcome to devnet,
Are you saying the you have your indexes disappearing while hovering them ?
On a side note you have a "memory leak" here, each time your call
on_buttonOdswiez_clicked
, you replace the current model with another new one and don't delete the original. -
Hi and welcome to devnet,
Are you saying the you have your indexes disappearing while hovering them ?
On a side note you have a "memory leak" here, each time your call
on_buttonOdswiez_clicked
, you replace the current model with another new one and don't delete the original. -
Are you both using the same OS and Qt version ?
-
Did you install the VirtualBox guest tools ?
-
What version of VirtualBox is it ?
-
What is the host OS ?
-
What do you mean by "more then 1 rows in column" ?
-
@SGaist
Its fine to have one row in tableview but when i add more than one the bug appears.Single row:
http://imgur.com/sDniGmWMultirow:
http://imgur.com/uIxyxdD -
Do you have any QSqlRelationalDelegate on it ?
-
Your two images show two different tables. Are you sure that both tables contains data ?