Qt: Implement Wii TAS input window

This commit is contained in:
Rukai 2018-01-31 22:35:09 +11:00 committed by Lucas Kent
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: