ui/themes: Cleanup UI

This commit is contained in:
Morph 2020-09-13 09:25:22 -04:00
parent ce718522bc
commit 9d4edd4e88
16 changed files with 326 additions and 500 deletions

View file

@ -1,3 +1,7 @@
QAbstractSpinBox {
min-height: 19px;
}
QPushButton#TogglableStatusBarButton { QPushButton#TogglableStatusBarButton {
color: #959595; color: #959595;
border: 1px solid transparent; border: 1px solid transparent;
@ -35,10 +39,10 @@ QPushButton#RendererStatusBarButton:!checked {
} }
QPushButton#buttonRefreshDevices { QPushButton#buttonRefreshDevices {
min-width: 20px; min-width: 21px;
min-height: 20px; min-height: 21px;
max-width: 20px; max-width: 21px;
max-height: 20px; max-height: 21px;
} }
QWidget#bottomPerGameInput, QWidget#bottomPerGameInput,
@ -71,7 +75,7 @@ QWidget#middleControllerApplet {
QWidget#topPerGameInput QComboBox, QWidget#topPerGameInput QComboBox,
QWidget#middleControllerApplet QComboBox { QWidget#middleControllerApplet QComboBox {
width: 123px; width: 120px;
} }
QWidget#connectedControllers { QWidget#connectedControllers {

View file

@ -99,12 +99,19 @@ QGroupBox::indicator:unchecked:disabled {
} }
QRadioButton { QRadioButton {
spacing: 5px;
outline: none;
color: #eff0f1; color: #eff0f1;
spacing: 3px;
padding: 0px;
border: none;
outline: none;
margin-bottom: 2px; margin-bottom: 2px;
} }
QGroupBox QRadioButton {
padding-left: 0px;
padding-right: 7px;
}
QRadioButton:disabled { QRadioButton:disabled {
color: #76797C; color: #76797C;
} }
@ -522,13 +529,12 @@ QToolButton#qt_toolbar_ext_button {
QPushButton { QPushButton {
color: #eff0f1; color: #eff0f1;
border-width: 1px; border: 1px solid #54575B;
border-color: #54575B;
border-style: solid;
padding: 6px 4px;
border-radius: 2px; border-radius: 2px;
padding: 5px 0px 5px 0px;
outline: none; outline: none;
min-width: 100px; min-width: 100px;
min-height: 13px;
background-color: #232629; background-color: #232629;
} }
@ -553,8 +559,9 @@ QComboBox {
selection-background-color: #3daee9; selection-background-color: #3daee9;
border: 1px solid #54575B; border: 1px solid #54575B;
border-radius: 2px; border-radius: 2px;
padding: 4px 6px; padding: 0px 4px 0px 4px;
min-width: 75px; min-width: 60px;
min-height: 23px;
background-color: #232629; background-color: #232629;
} }
@ -608,26 +615,26 @@ QComboBox::down-arrow:focus {
} }
QAbstractSpinBox { QAbstractSpinBox {
padding: 4px 6px;
border: 1px solid #54575B; border: 1px solid #54575B;
background-color: #232629; background-color: #232629;
color: #eff0f1; color: #eff0f1;
border-radius: 2px; border-radius: 2px;
min-width: 75px; min-width: 52px;
min-height: 23px;
} }
QAbstractSpinBox:up-button { QAbstractSpinBox:up-button {
background-color: transparent; background-color: transparent;
subcontrol-origin: border; subcontrol-origin: border;
subcontrol-position: center right; subcontrol-position: center right;
left: -6px; left: -2px;
} }
QAbstractSpinBox:down-button { QAbstractSpinBox:down-button {
background-color: transparent; background-color: transparent;
subcontrol-origin: border; subcontrol-origin: border;
subcontrol-position: center left; subcontrol-position: center left;
right: -6px; right: -2px;
} }
QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow,
@ -1277,34 +1284,17 @@ QPushButton#RendererStatusBarButton:!checked {
} }
QPushButton#buttonRefreshDevices { QPushButton#buttonRefreshDevices {
min-width: 24px; min-width: 23px;
min-height: 24px; min-height: 23px;
max-width: 24px; max-width: 23px;
max-height: 24px; max-height: 23px;
padding: 0px 0px; padding: 0px 0px;
} }
QSpinBox#spinboxLStickRange, QSpinBox#spinboxLStickRange,
QSpinBox#spinboxRStickRange { QSpinBox#spinboxRStickRange,
padding: 4px 0px 5px 0px;
min-width: 63px;
}
QSpinBox#vibrationSpin { QSpinBox#vibrationSpin {
padding: 4px 0px 5px 0px; min-width: 68px;
min-width: 63px;
}
QSpinBox#spinboxLStickRange:up-button,
QSpinBox#spinboxRStickRange:up-button,
QSpinBox#vibrationSpin:up-button {
left: -2px;
}
QSpinBox#spinboxLStickRange:down-button,
QSpinBox#spinboxRStickRange:down-button,
QSpinBox#vibrationSpin:down-button {
right: -1px;
} }
QGroupBox#motionGroup::indicator, QGroupBox#motionGroup::indicator,
@ -1340,16 +1330,7 @@ QWidget#middleControllerApplet {
QWidget#topPerGameInput QComboBox, QWidget#topPerGameInput QComboBox,
QWidget#middleControllerApplet QComboBox { QWidget#middleControllerApplet QComboBox {
width: 119px; width: 120px;
}
QRadioButton#radioDocked {
margin-left: -3px;
}
QRadioButton#radioUndocked {
margin-right: 5px;
} }
QWidget#connectedControllers { QWidget#connectedControllers {

View file

@ -172,8 +172,8 @@ QCheckBox {
color: #F0F0F0; color: #F0F0F0;
spacing: 4px; spacing: 4px;
outline: none; outline: none;
padding-top: 4px; padding-top: 2px;
padding-bottom: 4px; padding-bottom: 2px;
} }
QCheckBox:focus { QCheckBox:focus {
@ -239,7 +239,7 @@ QGroupBox {
border: 1px solid #32414B; border: 1px solid #32414B;
border-radius: 4px; border-radius: 4px;
margin-top: 12px; margin-top: 12px;
padding: 4px; padding: 2px;
} }
QGroupBox::title { QGroupBox::title {
@ -247,7 +247,7 @@ QGroupBox::title {
subcontrol-position: top left; subcontrol-position: top left;
padding-left: 3px; padding-left: 3px;
padding-right: 5px; padding-right: 5px;
padding-top: 4px; padding-top: 2px;
} }
QGroupBox::indicator { QGroupBox::indicator {
@ -298,6 +298,11 @@ QRadioButton {
outline: none; outline: none;
} }
QGroupBox QRadioButton {
padding-left: 0px;
padding-right: 7px;
}
QRadioButton:focus { QRadioButton:focus {
border: none; border: none;
} }
@ -321,7 +326,6 @@ QRadioButton QWidget {
QRadioButton::indicator { QRadioButton::indicator {
border: none; border: none;
outline: none; outline: none;
margin-left: 4px;
height: 16px; height: 16px;
width: 16px; width: 16px;
} }
@ -785,14 +789,8 @@ QAbstractSpinBox {
background-color: #19232D; background-color: #19232D;
border: 1px solid #32414B; border: 1px solid #32414B;
color: #F0F0F0; color: #F0F0F0;
/* This fixes 103, 111 */
padding-top: 2px;
/* This fixes 103, 111 */
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
border-radius: 4px; border-radius: 4px;
/* min-width: 5px; removed to fix 109 */ min-height: 19px;
} }
QAbstractSpinBox:up-button { QAbstractSpinBox:up-button {
@ -997,10 +995,11 @@ QPushButton {
border: 1px solid #32414B; border: 1px solid #32414B;
color: #F0F0F0; color: #F0F0F0;
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px 0px 3px 0px;
outline: none; outline: none;
/* Issue #194 - Special case of QPushButton inside dialogs, for better UI */ /* Issue #194 - Special case of QPushButton inside dialogs, for better UI */
min-width: 80px; min-width: 80px;
min-height: 13px;
} }
QPushButton:disabled { QPushButton:disabled {
@ -1008,14 +1007,14 @@ QPushButton:disabled {
border: 1px solid #32414B; border: 1px solid #32414B;
color: #787878; color: #787878;
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px 0px 3px 0px;
} }
QPushButton:checked { QPushButton:checked {
background-color: #32414B; background-color: #32414B;
border: 1px solid #32414B; border: 1px solid #32414B;
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px 0px 3px 0px;
outline: none; outline: none;
} }
@ -1024,7 +1023,7 @@ QPushButton:checked:disabled {
border: 1px solid #32414B; border: 1px solid #32414B;
color: #787878; color: #787878;
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px 0px 3px 0px;
outline: none; outline: none;
} }
@ -1197,15 +1196,9 @@ QComboBox {
border: 1px solid #32414B; border: 1px solid #32414B;
border-radius: 4px; border-radius: 4px;
selection-background-color: #1464A0; selection-background-color: #1464A0;
padding-left: 4px; padding: 0px 4px 0px 4px;
padding-right: 36px; min-width: 60px;
/* 4 + 16*2 See scrollbar size */ min-height: 19px;
/* Fixes #103, #111 */
min-height: 1.5em;
/* padding-top: 2px; removed to fix #132 */
/* padding-bottom: 2px; removed to fix #132 */
/* min-width: 75px; removed to fix #109 */
/* Needed to remove indicator - fix #132 */
} }
QComboBox QAbstractItemView { QComboBox QAbstractItemView {
@ -2198,16 +2191,17 @@ QPushButton#RendererStatusBarButton:!checked {
} }
QPushButton#buttonRefreshDevices { QPushButton#buttonRefreshDevices {
min-width: 20px; min-width: 19px;
min-height: 20px; min-height: 19px;
max-width: 20px; max-width: 19px;
max-height: 20px; max-height: 19px;
padding: 0px 0px; padding: 0px 0px;
} }
QSpinBox#spinboxLStickRange, QSpinBox#spinboxLStickRange,
QSpinBox#spinboxRStickRange { QSpinBox#spinboxRStickRange,
min-width: 38px; QSpinBox#vibrationSpin {
min-width: 68px;
} }
QGroupBox#motionGroup::indicator, QGroupBox#motionGroup::indicator,
@ -2260,26 +2254,7 @@ QWidget#middleControllerApplet {
QWidget#topPerGameInput QComboBox, QWidget#topPerGameInput QComboBox,
QWidget#middleControllerApplet QComboBox { QWidget#middleControllerApplet QComboBox {
padding-right: 2px; width: 120px;
width: 127px;
}
QGroupBox#handheldGroup {
padding-left: 0px;
}
QRadioButton#radioDocked {
margin-left: -1px;
padding-left: 0px;
}
QRadioButton#radioDocked::indicator {
margin-left: 0px;
}
QRadioButton#radioUndocked {
margin-right: 2px;
} }
QWidget#connectedControllers { QWidget#connectedControllers {
@ -2352,7 +2327,7 @@ QCheckBox#checkboxPlayer5Connected,
QCheckBox#checkboxPlayer6Connected, QCheckBox#checkboxPlayer6Connected,
QCheckBox#checkboxPlayer7Connected, QCheckBox#checkboxPlayer7Connected,
QCheckBox#checkboxPlayer8Connected { QCheckBox#checkboxPlayer8Connected {
spacing: 0px; spacing: 0px;
} }
QWidget#connectedControllers QLabel { QWidget#connectedControllers QLabel {
@ -2427,7 +2402,7 @@ QCheckBox#checkboxPlayer7Connected::indicator,
QCheckBox#checkboxPlayer8Connected::indicator { QCheckBox#checkboxPlayer8Connected::indicator {
width: 14px; width: 14px;
height: 14px; height: 14px;
margin-left: 2px; margin-left: 0px;
} }
QWidget#Player1LEDs QCheckBox::indicator:checked, QWidget#Player1LEDs QCheckBox::indicator:checked,

View file

@ -160,32 +160,12 @@ p, li { white-space: pre-wrap; }
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>AboutDialog</receiver> <receiver>AboutDialog</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection> </connection>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>AboutDialog</receiver> <receiver>AboutDialog</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -1217,9 +1217,6 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboPlayer3Emulated"> <widget class="QComboBox" name="comboPlayer3Emulated">
<property name="editable">
<bool>false</bool>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>Pro Controller</string> <string>Pro Controller</string>
@ -2279,7 +2276,7 @@
<number>6</number> <number>6</number>
</property> </property>
<property name="leftMargin"> <property name="leftMargin">
<number>6</number> <number>8</number>
</property> </property>
<property name="topMargin"> <property name="topMargin">
<number>6</number> <number>6</number>
@ -2335,13 +2332,13 @@
<widget class="QSpinBox" name="vibrationSpin"> <widget class="QSpinBox" name="vibrationSpin">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>65</width> <width>68</width>
<height>0</height> <height>21</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>65</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -2387,18 +2384,18 @@
<widget class="QPushButton" name="motionButton"> <widget class="QPushButton" name="motionButton">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Configure</string> <string>Configure</string>
@ -2430,12 +2427,12 @@
<widget class="QPushButton" name="inputConfigButton"> <widget class="QPushButton" name="inputConfigButton">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>65</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Open</string> <string>Open</string>
@ -2657,16 +2654,6 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>QtControllerSelectorDialog</receiver> <receiver>QtControllerSelectorDialog</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -275,32 +275,12 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigureDialog</receiver> <receiver>ConfigureDialog</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>220</x>
<y>380</y>
</hint>
<hint type="destinationlabel">
<x>220</x>
<y>200</y>
</hint>
</hints>
</connection> </connection>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>ConfigureDialog</receiver> <receiver>ConfigureDialog</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>220</x>
<y>380</y>
</hint>
<hint type="destinationlabel">
<x>220</x>
<y>200</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -66,32 +66,12 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigureDebugController</receiver> <receiver>ConfigureDebugController</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>140</x>
<y>318</y>
</hint>
<hint type="destinationlabel">
<x>140</x>
<y>169</y>
</hint>
</hints>
</connection> </connection>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>ConfigureDebugController</receiver> <receiver>ConfigureDebugController</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>140</x>
<y>318</y>
</hint>
<hint type="destinationlabel">
<x>140</x>
<y>169</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -142,7 +142,7 @@
<number>6</number> <number>6</number>
</property> </property>
<property name="leftMargin"> <property name="leftMargin">
<number>3</number> <number>8</number>
</property> </property>
<property name="topMargin"> <property name="topMargin">
<number>6</number> <number>6</number>
@ -198,13 +198,13 @@
<widget class="QSpinBox" name="vibrationSpin"> <widget class="QSpinBox" name="vibrationSpin">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>65</width> <width>68</width>
<height>21</height> <height>21</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>65</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -250,18 +250,18 @@
<widget class="QPushButton" name="motionButton"> <widget class="QPushButton" name="motionButton">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Configure</string> <string>Configure</string>
@ -468,13 +468,13 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -494,7 +494,7 @@
<enum>Qt::LeftToRight</enum> <enum>Qt::LeftToRight</enum>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Defaults</string> <string>Defaults</string>
@ -511,13 +511,13 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -537,7 +537,7 @@
<enum>Qt::LeftToRight</enum> <enum>Qt::LeftToRight</enum>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Clear</string> <string>Clear</string>

View file

@ -101,7 +101,7 @@ void ConfigureInputAdvanced::OnControllerButtonClick(int player_idx, int button_
} }
controllers_colors[player_idx][button_idx] = new_bg_color; controllers_colors[player_idx][button_idx] = new_bg_color;
controllers_color_buttons[player_idx][button_idx]->setStyleSheet( controllers_color_buttons[player_idx][button_idx]->setStyleSheet(
QStringLiteral("background-color: %1; min-width: 55px;") QStringLiteral("background-color: %1; min-width: 60px;")
.arg(controllers_colors[player_idx][button_idx].name())); .arg(controllers_colors[player_idx][button_idx].name()));
} }
@ -139,7 +139,7 @@ void ConfigureInputAdvanced::LoadConfiguration() {
for (std::size_t button_idx = 0; button_idx < colors.size(); ++button_idx) { for (std::size_t button_idx = 0; button_idx < colors.size(); ++button_idx) {
controllers_color_buttons[player_idx][button_idx]->setStyleSheet( controllers_color_buttons[player_idx][button_idx]->setStyleSheet(
QStringLiteral("background-color: %1; min-width: 55px;") QStringLiteral("background-color: %1; min-width: 60px;")
.arg(controllers_colors[player_idx][button_idx].name())); .arg(controllers_colors[player_idx][button_idx].name()));
} }
} }

View file

@ -192,18 +192,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -247,18 +247,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -323,18 +323,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -378,18 +378,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -478,18 +478,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -533,18 +533,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -609,18 +609,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -664,18 +664,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -782,18 +782,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -837,18 +837,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -913,18 +913,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -968,18 +968,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1068,18 +1068,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1123,18 +1123,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1199,18 +1199,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1254,18 +1254,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1393,18 +1393,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1448,18 +1448,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1524,18 +1524,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1579,18 +1579,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1679,18 +1679,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1734,18 +1734,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1810,18 +1810,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1865,18 +1865,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -1983,18 +1983,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2038,18 +2038,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2114,18 +2114,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2169,18 +2169,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2269,18 +2269,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2324,18 +2324,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2400,18 +2400,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -2455,18 +2455,18 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>

View file

@ -83,6 +83,12 @@
</property> </property>
<item> <item>
<widget class="QComboBox" name="comboControllerType"> <widget class="QComboBox" name="comboControllerType">
<property name="minimumSize">
<size>
<width>0</width>
<height>21</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>Pro Controller</string> <string>Pro Controller</string>
@ -136,6 +142,12 @@
</property> </property>
<item> <item>
<widget class="QComboBox" name="comboDevices"> <widget class="QComboBox" name="comboDevices">
<property name="minimumSize">
<size>
<width>0</width>
<height>21</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>Any</string> <string>Any</string>
@ -152,14 +164,14 @@
<widget class="QPushButton" name="buttonRefreshDevices"> <widget class="QPushButton" name="buttonRefreshDevices">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>24</width> <width>21</width>
<height>22</height> <height>21</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>24</width> <width>21</width>
<height>22</height> <height>21</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
@ -198,18 +210,25 @@
<number>5</number> <number>5</number>
</property> </property>
<item> <item>
<widget class="QComboBox" name="comboProfiles"/> <widget class="QComboBox" name="comboProfiles">
<property name="minimumSize">
<size>
<width>0</width>
<height>21</height>
</size>
</property>
</widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="buttonProfilesSave"> <widget class="QPushButton" name="buttonProfilesSave">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Save</string> <string>Save</string>
@ -220,12 +239,12 @@
<widget class="QPushButton" name="buttonProfilesNew"> <widget class="QPushButton" name="buttonProfilesNew">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>New</string> <string>New</string>
@ -236,12 +255,12 @@
<widget class="QPushButton" name="buttonProfilesDelete"> <widget class="QPushButton" name="buttonProfilesDelete">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Delete</string> <string>Delete</string>
@ -393,18 +412,18 @@
<widget class="QPushButton" name="buttonLStickUp"> <widget class="QPushButton" name="buttonLStickUp">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Up</string> <string>Up</string>
@ -463,18 +482,18 @@
<widget class="QPushButton" name="buttonLStickLeft"> <widget class="QPushButton" name="buttonLStickLeft">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
@ -512,18 +531,18 @@
<widget class="QPushButton" name="buttonLStickRight"> <widget class="QPushButton" name="buttonLStickRight">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Right</string> <string>Right</string>
@ -594,18 +613,18 @@
<widget class="QPushButton" name="buttonLStickDown"> <widget class="QPushButton" name="buttonLStickDown">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Down</string> <string>Down</string>
@ -664,18 +683,18 @@
<widget class="QPushButton" name="buttonLStick"> <widget class="QPushButton" name="buttonLStick">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Pressed</string> <string>Pressed</string>
@ -713,18 +732,18 @@
<widget class="QPushButton" name="buttonLStickMod"> <widget class="QPushButton" name="buttonLStickMod">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Modifier</string> <string>Modifier</string>
@ -759,13 +778,13 @@
<widget class="QSpinBox" name="spinboxLStickRange"> <widget class="QSpinBox" name="spinboxLStickRange">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>21</height> <height>21</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -966,18 +985,18 @@
<widget class="QPushButton" name="buttonDpadUp"> <widget class="QPushButton" name="buttonDpadUp">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Up</string> <string>Up</string>
@ -1036,18 +1055,18 @@
<widget class="QPushButton" name="buttonDpadLeft"> <widget class="QPushButton" name="buttonDpadLeft">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
@ -1085,18 +1104,18 @@
<widget class="QPushButton" name="buttonDpadRight"> <widget class="QPushButton" name="buttonDpadRight">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Right</string> <string>Right</string>
@ -1167,18 +1186,18 @@
<widget class="QPushButton" name="buttonDpadDown"> <widget class="QPushButton" name="buttonDpadDown">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Down</string> <string>Down</string>
@ -1292,18 +1311,18 @@
<widget class="QPushButton" name="buttonL"> <widget class="QPushButton" name="buttonL">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>L</string> <string>L</string>
@ -1341,18 +1360,18 @@
<widget class="QPushButton" name="buttonZL"> <widget class="QPushButton" name="buttonZL">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>ZL</string> <string>ZL</string>
@ -1445,18 +1464,18 @@
<widget class="QPushButton" name="buttonMinus"> <widget class="QPushButton" name="buttonMinus">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Minus</string> <string>Minus</string>
@ -1494,18 +1513,18 @@
<widget class="QPushButton" name="buttonScreenshot"> <widget class="QPushButton" name="buttonScreenshot">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Capture</string> <string>Capture</string>
@ -1564,18 +1583,18 @@
<widget class="QPushButton" name="buttonPlus"> <widget class="QPushButton" name="buttonPlus">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Plus</string> <string>Plus</string>
@ -1613,18 +1632,18 @@
<widget class="QPushButton" name="buttonHome"> <widget class="QPushButton" name="buttonHome">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Home</string> <string>Home</string>
@ -1717,18 +1736,18 @@
<widget class="QPushButton" name="buttonR"> <widget class="QPushButton" name="buttonR">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>R</string> <string>R</string>
@ -1766,18 +1785,18 @@
<widget class="QPushButton" name="buttonZR"> <widget class="QPushButton" name="buttonZR">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>ZR</string> <string>ZR</string>
@ -1870,18 +1889,18 @@
<widget class="QPushButton" name="buttonSL"> <widget class="QPushButton" name="buttonSL">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>SL</string> <string>SL</string>
@ -1919,18 +1938,18 @@
<widget class="QPushButton" name="buttonSR"> <widget class="QPushButton" name="buttonSR">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>SR</string> <string>SR</string>
@ -2027,18 +2046,18 @@
<widget class="QPushButton" name="buttonMotionLeft"> <widget class="QPushButton" name="buttonMotionLeft">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
@ -2076,18 +2095,18 @@
<widget class="QPushButton" name="buttonMotionRight"> <widget class="QPushButton" name="buttonMotionRight">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Right</string> <string>Right</string>
@ -2225,18 +2244,18 @@
<widget class="QPushButton" name="buttonX"> <widget class="QPushButton" name="buttonX">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>X</string> <string>X</string>
@ -2295,18 +2314,18 @@
<widget class="QPushButton" name="buttonY"> <widget class="QPushButton" name="buttonY">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Y</string> <string>Y</string>
@ -2344,18 +2363,18 @@
<widget class="QPushButton" name="buttonA"> <widget class="QPushButton" name="buttonA">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>A</string> <string>A</string>
@ -2426,18 +2445,18 @@
<widget class="QPushButton" name="buttonB"> <widget class="QPushButton" name="buttonB">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>B</string> <string>B</string>
@ -2580,18 +2599,18 @@
<widget class="QPushButton" name="buttonRStickUp"> <widget class="QPushButton" name="buttonRStickUp">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Up</string> <string>Up</string>
@ -2650,18 +2669,18 @@
<widget class="QPushButton" name="buttonRStickLeft"> <widget class="QPushButton" name="buttonRStickLeft">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Left</string> <string>Left</string>
@ -2699,18 +2718,18 @@
<widget class="QPushButton" name="buttonRStickRight"> <widget class="QPushButton" name="buttonRStickRight">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Right</string> <string>Right</string>
@ -2781,18 +2800,18 @@
<widget class="QPushButton" name="buttonRStickDown"> <widget class="QPushButton" name="buttonRStickDown">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Down</string> <string>Down</string>
@ -2851,18 +2870,18 @@
<widget class="QPushButton" name="buttonRStick"> <widget class="QPushButton" name="buttonRStick">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Pressed</string> <string>Pressed</string>
@ -2900,18 +2919,18 @@
<widget class="QPushButton" name="buttonRStickMod"> <widget class="QPushButton" name="buttonRStickMod">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">min-width: 55px;</string> <string notr="true">min-width: 68px;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Modifier</string> <string>Modifier</string>
@ -2946,13 +2965,13 @@
<widget class="QSpinBox" name="spinboxRStickRange"> <widget class="QSpinBox" name="spinboxRStickRange">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>21</height> <height>21</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>55</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>

View file

@ -312,16 +312,6 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigureMotionTouch</receiver> <receiver>ConfigureMotionTouch</receiver>
<slot>ApplyConfiguration()</slot> <slot>ApplyConfiguration()</slot>
<hints>
<hint type="sourcelabel">
<x>220</x>
<y>380</y>
</hint>
<hint type="destinationlabel">
<x>220</x>
<y>200</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -15,7 +15,7 @@
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QPushButton { <string notr="true">QPushButton {
min-width: 55px; min-width: 60px;
}</string> }</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@ -42,13 +42,13 @@
<widget class="QPushButton" name="forward_button"> <widget class="QPushButton" name="forward_button">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -82,7 +82,7 @@
<widget class="QPushButton" name="back_button"> <widget class="QPushButton" name="back_button">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -110,7 +110,7 @@
<widget class="QPushButton" name="left_button"> <widget class="QPushButton" name="left_button">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -138,13 +138,13 @@
<widget class="QPushButton" name="middle_button"> <widget class="QPushButton" name="middle_button">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -204,13 +204,13 @@
<widget class="QPushButton" name="right_button"> <widget class="QPushButton" name="right_button">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -256,13 +256,13 @@
<widget class="QPushButton" name="buttonClearAll"> <widget class="QPushButton" name="buttonClearAll">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -275,13 +275,13 @@
<widget class="QPushButton" name="buttonRestoreDefaults"> <widget class="QPushButton" name="buttonRestoreDefaults">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>57</width> <width>68</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>68</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -324,32 +324,12 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigureMouseAdvanced</receiver> <receiver>ConfigureMouseAdvanced</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>124</x>
<y>266</y>
</hint>
<hint type="destinationlabel">
<x>124</x>
<y>143</y>
</hint>
</hints>
</connection> </connection>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>ConfigureMouseAdvanced</receiver> <receiver>ConfigureMouseAdvanced</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>124</x>
<y>266</y>
</hint>
<hint type="destinationlabel">
<x>124</x>
<y>143</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -319,32 +319,12 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigurePerGame</receiver> <receiver>ConfigurePerGame</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection> </connection>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>ConfigurePerGame</receiver> <receiver>ConfigurePerGame</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -216,16 +216,6 @@ Drag points to change position, or double-click table cells to edit values.</str
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>ConfigureTouchFromButton</receiver> <receiver>ConfigureTouchFromButton</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>249</x>
<y>428</y>
</hint>
<hint type="destinationlabel">
<x>249</x>
<y>224</y>
</hint>
</hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>

View file

@ -168,32 +168,12 @@
<signal>accepted()</signal> <signal>accepted()</signal>
<receiver>ConfigureTouchscreenAdvanced</receiver> <receiver>ConfigureTouchscreenAdvanced</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>140</x>
<y>318</y>
</hint>
<hint type="destinationlabel">
<x>140</x>
<y>169</y>
</hint>
</hints>
</connection> </connection>
<connection> <connection>
<sender>buttonBox</sender> <sender>buttonBox</sender>
<signal>rejected()</signal> <signal>rejected()</signal>
<receiver>ConfigureTouchscreenAdvanced</receiver> <receiver>ConfigureTouchscreenAdvanced</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints> </connection>
<hint type="sourcelabel">
<x>140</x>
<y>318</y>
</hint>
<hint type="destinationlabel">
<x>140</x>
<y>169</y>
</hint>
</hints>
</connection>
</connections> </connections>
</ui> </ui>