Actions
Feature #3974
closed
SR
BD
[PATCH] WLink and WItemDelegate to support TargetNewWindow
Feature #3974:
[PATCH] WLink and WItemDelegate to support TargetNewWindow
Start date:
04/10/2015
Due date:
% Done:
0%
Estimated time:
Description
Hi,
within some of my table views I want to present a link with target type TargetNewWindow. Currently this does not work since setTarget() is only available within WAnchor class. Within a model within the LinkRole only a WLink instance can be returned! Therefore I added two methods WLink::target() and WLink::setTarget() and changed the WItemDelegate to use WLink::target() instead of checking the WLink::type()...
Attached is the appropriate patch.
Regards,
Stefan
Files
KD Updated by Koen Deforche over 11 years ago
- Status changed from New to InProgress
- Assignee set to Michael Vilsker
There are probably other places where we should use the target stored in WLink (WAnchor.LinkState)
KD Updated by Koen Deforche over 11 years ago
- Status changed from InProgress to Resolved
KD Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to InProgress
- Assignee changed from Michael Vilsker to Benoit Daccache
- Target version set to 3.3.5
Benoit can you check that we also included the WItemDelegate part?
BD Updated by Benoit Daccache over 11 years ago
- Status changed from InProgress to Resolved
changed the WItemDelegate to use WLink::target() instead of checking the WLink::type()
KD Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions