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
|
@ -10,7 +10,7 @@
|
|||
#include <QMouseEvent>
|
||||
#include <QPaintEvent>
|
||||
|
||||
#include "TitleBar.h"
|
||||
#include "Skin.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -35,7 +35,7 @@ class SkinDisplay : public QWidget
|
|||
void SkinDisplay::leaveEvent (QEvent *event);
|
||||
|
||||
QWidget *m_mw;
|
||||
TitleBar *m_tbar;
|
||||
QWidget *m_tbar;
|
||||
|
||||
private:
|
||||
bool m_noDrag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue