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]
/
textedit.h
blob
9c03abd954f974df88b2420e6a2a65f4099f9a36
1
#ifndef TEXTEDIT_H
2
#define TEXTEDIT_H
3
4
#include <QFont>
5
#include <QTextEdit>
6
7
class
TextEdit
:
public
QTextEdit
8
{
9
public
:
10
TextEdit
(
QWidget
*
aparent
=
0
);
11
QSize
sizeHint
()
const
;
12
};
13
14
#endif
// TEXTEDIT_H