Huge push that fixes lot of the problems with headers and added a Slider
This commit is contained in:
parent
76b9131d03
commit
f36ba49ea9
21 changed files with 298 additions and 42 deletions
|
|
@ -33,13 +33,13 @@ SkinDisplay::mouseMoveEvent (QMouseEvent *event)
|
|||
void
|
||||
SkinDisplay::enterEvent (QEvent *event)
|
||||
{
|
||||
m_tbar->setActive(true);
|
||||
dynamic_cast<TitleBar *>(m_tbar)->setActive(true);
|
||||
}
|
||||
|
||||
void
|
||||
SkinDisplay::leaveEvent (QEvent *event)
|
||||
{
|
||||
m_tbar->setActive(false);
|
||||
dynamic_cast<TitleBar *>(m_tbar)->setActive(false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue