Actions
Bug #14487
openWTableView, WTreeView with custom implementation of WAbstractItemModel
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/22/2026
Due date:
% Done:
0%
Estimated time:
Description
When I try to get data from form field WPasswordEdit with method valueText, it return me an empty string.
The columns are not aligned with respective header in WTableView and WTreeView with a custom WAbstractItemModel
This 2 bugs are reported on wt 4.13.1. before this version (4.12.6) all is ok.
Updated by Romain Mardulyn 4 days ago
- Subject changed from WPasswordEdit and WTableView, WTreeView with custom implementation of WAbstractItemModel to WTableView, WTreeView with custom implementation of WAbstractItemModel
Since both issues are unrelated, I moved the one with WPasswordEdit in a new issue: #14490
Updated by Romain Mardulyn 4 days ago
Hi,
Could you provide the part of the code you are using? What would be useful: your custom WAbstractItemModel , the configuration of your WTableView and WTreeView. Also, it would be great to know what theme you are using as the alignment is handled by those as well.
Actions