doubleclick on cards in hand

This commit is contained in:
Max-Wilhelm Bruker 2009-07-10 23:06:20 +02:00
parent 9749423d62
commit 44c64322d3
8 changed files with 91 additions and 15 deletions

View file

@ -232,7 +232,7 @@ MainWindow::MainWindow(QWidget *parent)
// db->importOracleDir();
// db->saveToFile("../cards.dat");
scene = new QGraphicsScene(0, 0, 1096, 1024, this);
scene = new QGraphicsScene(0, 0, 1096, 1160, this);
view = new GameView(scene);
// view->setViewport(new QGLWidget(QGLFormat(QGL::SampleBuffers)));