diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-04 10:18:59 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-18 23:22:36 -0500 |
commit | e58c951a59d7f3851fd3a71ae6f99933fba8cdbb (patch) | |
tree | c4a90063f114439c9860db718d1fd3d3ad58f55a /src/yuzu/configuration/configure_input.ui | |
parent | 3a6cd5b3c8dec11cc88c6aebdc4773233f615c91 (diff) |
configure_input: Make None a controller option instead of checkbox
Diffstat (limited to 'src/yuzu/configuration/configure_input.ui')
-rw-r--r-- | src/yuzu/configuration/configure_input.ui | 120 |
1 files changed, 58 insertions, 62 deletions
diff --git a/src/yuzu/configuration/configure_input.ui b/src/yuzu/configuration/configure_input.ui index f12896b47..8beae959e 100644 --- a/src/yuzu/configuration/configure_input.ui +++ b/src/yuzu/configuration/configure_input.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>473</width> - <height>677</height> + <height>685</height> </rect> </property> <property name="windowTitle"> @@ -49,62 +49,6 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="player1_checkbox"> - <property name="text"> - <string>Player 1</string> - </property> - </widget> - </item> - <item row="7" column="1"> - <widget class="QCheckBox" name="player7_checkbox"> - <property name="text"> - <string>Player 7</string> - </property> - </widget> - </item> - <item row="4" column="1"> - <widget class="QCheckBox" name="player4_checkbox"> - <property name="text"> - <string>Player 4</string> - </property> - </widget> - </item> - <item row="5" column="1"> - <widget class="QCheckBox" name="player5_checkbox"> - <property name="text"> - <string>Player 5</string> - </property> - </widget> - </item> - <item row="6" column="1"> - <widget class="QCheckBox" name="player6_checkbox"> - <property name="text"> - <string>Player 6</string> - </property> - </widget> - </item> - <item row="8" column="1"> - <widget class="QCheckBox" name="player8_checkbox"> - <property name="text"> - <string>Player 8</string> - </property> - </widget> - </item> - <item row="3" column="1"> - <widget class="QCheckBox" name="player3_checkbox"> - <property name="text"> - <string>Player 3</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QCheckBox" name="player2_checkbox"> - <property name="text"> - <string>Player 2</string> - </property> - </widget> - </item> <item row="2" column="2"> <widget class="QComboBox" name="player2_combobox"> <property name="minimumSize"> @@ -250,13 +194,65 @@ </property> </spacer> </item> - <item row="0" column="1"> - <widget class="QLabel" name="label_2"> + <item row="1" column="1"> + <widget class="QLabel" name="label_3"> + <property name="minimumSize"> + <size> + <width>55</width> + <height>0</height> + </size> + </property> <property name="text"> - <string>Enabled</string> + <string>Player 1</string> </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Player 2</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Player 3</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Player 4</string> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Player 5</string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Player 6</string> + </property> + </widget> + </item> + <item row="7" column="1"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>Player 7</string> + </property> + </widget> + </item> + <item row="8" column="1"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Player 8</string> </property> </widget> </item> |