From 3d1a221893127f2be317d9237d26c607a4b736e1 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Thu, 1 Nov 2018 22:11:44 -0400 Subject: qt: Move controller button config to separate dialog Handles button configuration for all controller layouts and debug pads. Configurable at construction. --- src/yuzu/configuration/configure_input_player.ui | 1156 ++++++++++++++++++++++ 1 file changed, 1156 insertions(+) create mode 100644 src/yuzu/configuration/configure_input_player.ui (limited to 'src/yuzu/configuration/configure_input_player.ui') diff --git a/src/yuzu/configuration/configure_input_player.ui b/src/yuzu/configuration/configure_input_player.ui new file mode 100644 index 000000000..191206663 --- /dev/null +++ b/src/yuzu/configuration/configure_input_player.ui @@ -0,0 +1,1156 @@ + + + ConfigureInputPlayer + + + + 0 + 0 + 408 + 731 + + + + Configure Input + + + + + + + + Right Stick + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + false + + + false + + + + + + + + + + Down: + + + + + + + + + + + + + + + + + + + + + + Right: + + + + + + + + + + + + + + + + + + Set Analog Stick + + + + + + + + + + + Left: + + + + + + + + + + + + + + + + + + + + + + Up: + + + + + + + + + + + + + + + + + + + + + + Pressed: + + + + + + + + + + + + + + + + + + + + + + Modifier: + + + + + + + + + + + + + + + + + + + + + Directional Pad + + + false + + + false + + + + + + + + + + Up: + + + + + + + + + + + + + + + + + + + + + + Down: + + + + + + + + + + + + + + + + + + + + + + Left: + + + + + + + + + + + + + + + + + + + + + + Right: + + + + + + + + + + + + + + + + + + + + + Face Buttons + + + false + + + false + + + + + + + + + + A: + + + + + + + + + + + + + + + + + + + + + + B: + + + + + + + + + + + + + + + + + + + + + + X: + + + + + + + + + + + + + + + + + + + + + + Y: + + + + + + + + + + + + + + + + + + + + + Controller Color + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Left Body + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 90 + 0 + + + + Left Buttons + + + + + + + + 0 + 0 + + + + + 32 + 0 + + + + + 40 + 16777215 + + + + + + + + + + + Right Body + + + + + + + + 90 + 0 + + + + Right Buttons + + + + + + + + 0 + 0 + + + + + 32 + 0 + + + + + 40 + 16777215 + + + + + + + + + + + + 0 + 0 + + + + + 32 + 0 + + + + + 40 + 16777215 + + + + + + + + + + + + 0 + 0 + + + + + 32 + 0 + + + + + 40 + 16777215 + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + + + + + + + + Left Stick + + + false + + + false + + + + + + + + + + Up: + + + + + + + + + + + + + + + + + + + + + + Right: + + + + + + + + + + + + + + + + + + Set Analog Stick + + + + + + + + + + + Left: + + + + + + + + + + + + + + + + + + + + + + Down: + + + + + + + + + + + + + + + + + + + + + + Modifier: + + + + + + + + + + + + + + + + + + + + + + Pressed: + + + + + + + + + + + + + + + + + + + + + Shoulder Buttons + + + false + + + false + + + + + + + + + + SL: + + + + + + + + + + + + + + + + + + + + + + ZR: + + + + + + + + + + + + + + + + + + + + + + SR: + + + + + + + + + + + + + + + + + + + + + + ZL: + + + + + + + + + + + + + + + + + + + + + + L: + + + + + + + + + + + + + + + + + + + + + + R: + + + + + + + + + + + + + + + + + + + + + Misc. + + + false + + + false + + + + + + + + + + Minus: + + + + + + + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + Plus: + + + + + + + + + + + + + + + + + + + + + + Home: + + + + + + + + + + + + + + + + + + + + + + Screen Capture: + + + false + + + + + + + + + + 0 + 0 + + + + + 80 + 16777215 + + + + + + + + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 0 + 0 + + + + Check the box to override the global default key with this one for this game only. + + + true + + + + + + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 0 + 0 + + + + Qt::LeftToRight + + + Clear All + + + + + + + + 0 + 0 + + + + + 0 + 0 + + + + + 0 + 0 + + + + Qt::LeftToRight + + + Restore Defaults + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + + + buttonBox + accepted() + ConfigureInputPlayer + accept() + + + 371 + 730 + + + 229 + 375 + + + + + buttonBox + rejected() + ConfigureInputPlayer + reject() + + + 371 + 730 + + + 229 + 375 + + + + + -- cgit v1.2.3