Rework itemdelegate, part I.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item alignment="Qt::AlignmentFlag::AlignHCenter">
|
||||
<widget class="BCToolButton" name="_motorButton">
|
||||
<widget class="QToolButton" name="_motorButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
@@ -41,7 +41,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignmentFlag::AlignHCenter">
|
||||
<widget class="BCToolButton" name="_batteryButton">
|
||||
<widget class="QToolButton" name="_batteryButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
@@ -60,7 +60,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignmentFlag::AlignHCenter">
|
||||
<widget class="BCToolButton" name="_consoleButton">
|
||||
<widget class="QToolButton" name="_consoleButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
@@ -79,7 +79,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignmentFlag::AlignHCenter">
|
||||
<widget class="BCToolButton" name="_pimpButton">
|
||||
<widget class="QToolButton" name="_pimpButton">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>64</width>
|
||||
@@ -111,14 +111,14 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item alignment="Qt::AlignmentFlag::AlignHCenter">
|
||||
<widget class="QPushButton" name="_syncButton">
|
||||
<widget class="QToolButton" name="_syncButton">
|
||||
<property name="text">
|
||||
<string>Sync</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignmentFlag::AlignHCenter">
|
||||
<widget class="QPushButton" name="_connectButton">
|
||||
<item>
|
||||
<widget class="QToolButton" name="_connectButton">
|
||||
<property name="text">
|
||||
<string>Connect</string>
|
||||
</property>
|
||||
@@ -242,11 +242,6 @@
|
||||
<header location="global">bcdevicepanel.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BCToolButton</class>
|
||||
<extends>QToolButton</extends>
|
||||
<header location="global">bctoolbutton.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="bionxcontrol.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user