repo.or.cz
/
qsnippetsmanager.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tooltips and fonts stuff.
[qsnippetsmanager.git]
/
treeview.h
blob
76df74745f969622039866a99fc16c7905157ec0
1
#ifndef TREEVIEW_H
2
#define TREEVIEW_H
3
4
#include <QEvent>
5
#include <QTreeView>
6
7
class
TreeView
:
public
QTreeView
8
{
9
public
:
10
TreeView
(
QWidget
*
aparent
=
0
);
11
QSize
sizeHint
()
const
;
12
};
13
14
#endif
// TREEVIEW_H