forked from blue/squawk
first successfull attempt to visualize selection on message body
This commit is contained in:
parent
c3a45ec58c
commit
0340db7f2f
4 changed files with 92 additions and 42 deletions
|
@ -99,7 +99,10 @@ private:
|
|||
QFont dividerFont;
|
||||
QFontMetrics dividerMetrics;
|
||||
bool mousePressed;
|
||||
bool dragging;
|
||||
bool anchorHovered;
|
||||
QPoint dragStartPoint;
|
||||
QPoint dragEndPoint;
|
||||
|
||||
static const std::set<int> geometryChangingRoles;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue