AppleWin/source/frontends/qapple/emulator.h
Andrea Odetti c9fb116464 Various improvements over the QLabel based approach.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00

16 lines
237 B
C++

#ifndef EMULATOR_H
#define EMULATOR_H
#include "ui_emulator.h"
class Emulator : public QFrame, private Ui::Emulator
{
Q_OBJECT
public:
explicit Emulator(QWidget *parent = 0);
void redrawScreen();
};
#endif // EMULATOR_H