repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
nel
/
tools
/
3d
/
tile_edit_qt
/
tile_widget.h
blob
994c4b8f48054892758788156681682b1ef41826
1
#ifndef TILE_WIDGET_H
2
#define TILE_WIDGET_H
3
4
#include
"tiles_model.h"
5
#include
"ui_tile_widget_qt.h"
6
7
#define PIXMAP_MARGIN 5
8
9
class
CTile_Widget
:
public
QWidget
10
{
11
Q_OBJECT
12
13
public
:
14
CTile_Widget
(
QWidget
*
parent
=
0
);
15
void
initWidget
(
const
QPixmap
&,
const int
,
const
QString
&);
16
17
private
:
18
Ui
::
TileWidget ui
;
19
};
20
21
#endif