-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve peer delegate #375
Conversation
4aa6f95
to
e7c5711
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
running e7c5711
there is still a little overlap?
and some part is cut off
e7c5711
to
04d9f0d
Compare
@MarnixCroes please recheck. |
@promag starting to look good!
|
04d9f0d
to
c54c973
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tack c54c973
only one comment: I think it is good to have the address displayed in full (without ...
in middle) somewhere
WDYT?
There are designs for "Peer details" that we have plans to implement that I think should satisfy that. |
@johnny9 ok, I wasn't aware of that. that's fine. thanks for sharing. |
ack c54c973 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK c54c973
Use Qt
ItemDelegate
and use propertiesdown
andhovered
, making it possible to drop theMouseArea
Also improve the layout and elide the label that can overflow.fixes #372.