Qt: Implement Wii TAS input window

This commit is contained in:
Rukai
2018-01-31 22:35:09 +11:00
committed by Lucas Kent
parent 3f1ffbad0d
commit d07e212cef
15 changed files with 711 additions and 164 deletions

View File

@ -11,7 +11,7 @@ class QBoxLayout;
class AspectRatioWidget : public QWidget
{
public:
AspectRatioWidget(QWidget* widget, float width, float height, QWidget* parent = 0);
AspectRatioWidget(QWidget* widget, float width, float height, QWidget* parent = nullptr);
void resizeEvent(QResizeEvent* event);
private: