1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-09 18:27:52 +01:00

feat: changed from PlotItem to GraphicsLayoutWidget, added LabelItem

This commit is contained in:
wyzula-jan
2023-08-04 16:32:50 +02:00
parent 2abbc2e408
commit 075cc79d6f
2 changed files with 18 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ border-color: rgb(166, 166, 166);</string>
</property>
<layout class="QHBoxLayout" name="layout_2">
<item>
<widget class="PlotWidget" name="plot_window" native="true"/>
<widget class="GraphicsLayoutWidget" name="glw"/>
</item>
<item>
<spacer name="Spacer">
@@ -57,10 +57,9 @@ border-color: rgb(166, 166, 166);</string>
</widget>
<customwidgets>
<customwidget>
<class>PlotWidget</class>
<extends>QWidget</extends>
<header>pyqtgraph</header>
<container>1</container>
<class>GraphicsLayoutWidget</class>
<extends>QGraphicsView</extends>
<header>pyqtgraph.h</header>
</customwidget>
</customwidgets>
<resources/>