baldurk
cea77ebd39
Manually propagate clicks on custom tooltip to underlying widget
...
* Qt::WA_TransparentForMouseEvents is supposed to do this but clearly
doesn't work as it's supposed to.
2018-02-19 19:37:26 +00:00
baldurk
e305029ddd
Update copyright years to 2018
2018-01-01 17:55:29 +00:00
baldurk
8931ed4086
Move leave and keyPress events from RDTreeWidget to RDTreeView
2017-11-29 19:01:23 +00:00
baldurk
79b51591c2
Add ForwardingDelegate for use in RD extended widgets.
...
* This item delegate will forward on either to a specified other
delegate or to the base implementation. This allows chaining delegates
(i.e. having one built-in to the widget, which forwards to a user-set
delegate).
2017-11-17 16:30:47 +00:00
baldurk
371c1f9f8c
Update currently hovered item on scroll events too.
2017-07-25 09:23:09 +01:00
baldurk
df9f72b857
Add option to ignore icon size when sizing rows in a RDTreeView
2017-07-13 13:57:33 +01:00
baldurk
a292838f43
Add a custom tooltip to display elided data in RDTreeViews
2017-06-09 18:41:21 +01:00
baldurk
0c3dec3b67
Go back to manually drawing PE_PanelItemViewItem in drawBranches()
...
* There's a messy order-of-operations thing to deal with various
different themes, as well as a couple of minor problems, but at least
the highlight and selection bars draw fairly consistently and don't
leave an ugly gap over the branches.
2017-06-02 17:30:41 +01:00
baldurk
b311e65dbd
Change margins to be a minimum instead of adding them
...
* The style itself may have added some margins and we don't want to add
extra margins, just set a minimum.
2017-06-01 18:47:42 +01:00
baldurk
5c877ae1ae
Add default-enabled grid lines to RDTreeView (and so RDTreeWidget)
2017-06-01 14:17:36 +01:00
baldurk
3076b4337b
Move size delegate into item margins implemented by RDTreeView
2017-06-01 14:17:00 +01:00
baldurk
4d8e799a0e
Add pixel history window
2017-02-09 23:21:45 +00:00