mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
initial commit
This commit is contained in:
commit
a11f93df4d
99 changed files with 7493 additions and 0 deletions
14
cockatrice/src/gameview.h
Normal file
14
cockatrice/src/gameview.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef GAMEVIEW_H
|
||||
#define GAMEVIEW_H
|
||||
|
||||
#include <QGraphicsView>
|
||||
|
||||
class GameView : public QGraphicsView {
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
public:
|
||||
void scaleToScene();
|
||||
GameView(QGraphicsScene *scene, QWidget *parent = 0);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue