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.cpp
blob
14dcc6de1292bbe5f268c5bad43390c9a0984d17
1
#include
"treeview.h"
2
3
TreeView
::
TreeView
(
QWidget
*
aparent
) :
QTreeView
(
aparent
) {}
4
5
QSize
TreeView
::
sizeHint
()
const
{
6
return
QSize
(
200
,
this
->
height
() );
7
}