LED framebuffer connected to GUI

This commit is contained in:
Ollo
2023-08-15 00:09:29 +02:00
parent 488a8ed5dd
commit 980ef0812f
3 changed files with 66 additions and 2 deletions

View File

@@ -13,8 +13,34 @@
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar"/>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QVBoxLayout" name="ledPanel">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>781</width>
<height>441</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>