Cleanups in ui, part II

This commit is contained in:
2025-12-29 23:47:31 +01:00
parent 679bff5e26
commit 7fd91d2099

View File

@@ -154,7 +154,7 @@
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: hotpink;</string>
<string notr="true"/>
</property>
<property name="lineWidth">
<number>0</number>
@@ -162,10 +162,50 @@
<property name="currentIndex">
<number>3</number>
</property>
<widget class="BCDeviceView" name="_consolePanel"/>
<widget class="BCDeviceView" name="_motorPanel"/>
<widget class="BCDeviceView" name="_batteryPanel"/>
<widget class="BCDeviceView" name="_pimpPanel"/>
<widget class="BCDeviceView" name="_consolePanel">
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::PenStyle::NoPen</enum>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
<widget class="BCDeviceView" name="_motorPanel">
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::PenStyle::NoPen</enum>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
<widget class="BCDeviceView" name="_batteryPanel">
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::PenStyle::NoPen</enum>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
<widget class="BCDeviceView" name="_pimpPanel">
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::PenStyle::NoPen</enum>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
</widget>
</widget>
</item>
</layout>