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

fix: Testing the data structure of plotting

This commit is contained in:
wyzula-jan
2023-08-07 10:50:44 +02:00
parent 075cc79d6f
commit 4fb0a3b058
2 changed files with 79 additions and 35 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<width>681</width>
<height>596</height>
</rect>
</property>
<property name="windowTitle">
@@ -20,26 +20,10 @@
<string notr="true">background-color: rgb(255, 255, 255);
border-color: rgb(166, 166, 166);</string>
</property>
<layout class="QHBoxLayout" name="layout_2">
<layout class="QHBoxLayout" name="layout_2" stretch="3,1,0">
<item>
<widget class="GraphicsLayoutWidget" name="glw"/>
</item>
<item>
<spacer name="Spacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="mouse_box_data">
<property name="sizePolicy">
@@ -53,6 +37,9 @@ border-color: rgb(166, 166, 166);</string>
</property>
</widget>
</item>
<item>
<widget class="QTableWidget" name="tableWidget"/>
</item>
</layout>
</widget>
<customwidgets>