Improved Emulator Gui

This commit is contained in:
t-moe
2015-05-09 14:32:35 +02:00
parent 0b5173ecbe
commit c652b6bd05
5 changed files with 112 additions and 19 deletions

View File

@@ -31,9 +31,13 @@ protected:
void mouseMoveEvent(QMouseEvent* evt);
~MainWindow();
private slots:
void on_cboZoom_currentIndexChanged(int index);
private:
//QMutex render_mutex;
QImage image;
int currentScale;
void checkAndSendEvent(QPoint pos, bool down);
Ui::MainWindow *ui;