mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
Qt: Implement Wii TAS input window
This commit is contained in:
parent
3f1ffbad0d
commit
d07e212cef
15 changed files with 711 additions and 164 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue