Fix Tab navigation order in the GUI
This commit is contained in:
parent
bc7ab5170a
commit
3f66f0d67a
4 changed files with 47 additions and 0 deletions
|
|
@ -70,6 +70,12 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>ClientIPValue</tabstop>
|
||||
<tabstop>ClientPortValue</tabstop>
|
||||
<tabstop>ClientConnectButton</tabstop>
|
||||
<tabstop>ClientTree</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
|
|
@ -287,6 +287,33 @@
|
|||
</slots>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>ZoneBox</tabstop>
|
||||
<tabstop>ResizeButton</tabstop>
|
||||
<tabstop>LEDBox</tabstop>
|
||||
<tabstop>SetDeviceButton</tabstop>
|
||||
<tabstop>SetZoneButton</tabstop>
|
||||
<tabstop>SetLEDButton</tabstop>
|
||||
<tabstop>SetAllButton</tabstop>
|
||||
<tabstop>ModeBox</tabstop>
|
||||
<tabstop>PerLEDCheck</tabstop>
|
||||
<tabstop>ModeSpecificCheck</tabstop>
|
||||
<tabstop>RandomCheck</tabstop>
|
||||
<tabstop>SpeedSlider</tabstop>
|
||||
<tabstop>DirectionBox</tabstop>
|
||||
<tabstop>RedSpinBox</tabstop>
|
||||
<tabstop>GreenSpinBox</tabstop>
|
||||
<tabstop>BlueSpinBox</tabstop>
|
||||
<tabstop>HueSpinBox</tabstop>
|
||||
<tabstop>SatSpinBox</tabstop>
|
||||
<tabstop>ValSpinBox</tabstop>
|
||||
<tabstop>ButtonRed</tabstop>
|
||||
<tabstop>ButtonYellow</tabstop>
|
||||
<tabstop>ButtonGreen</tabstop>
|
||||
<tabstop>ButtonCyan</tabstop>
|
||||
<tabstop>ButtonBlue</tabstop>
|
||||
<tabstop>ButtonMagenta</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
|
|
@ -88,6 +88,12 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>ServerPortValue</tabstop>
|
||||
<tabstop>ServerStartButton</tabstop>
|
||||
<tabstop>ServerStopButton</tabstop>
|
||||
<tabstop>ServerClientTree</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
|
|
@ -90,6 +90,14 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>SMBusAdaptersBox</tabstop>
|
||||
<tabstop>SMBusDetectionModeBox</tabstop>
|
||||
<tabstop>DetectButton</tabstop>
|
||||
<tabstop>DumpAddressBox</tabstop>
|
||||
<tabstop>DumpButton</tabstop>
|
||||
<tabstop>SMBusDataText</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue