Eine erste Verbindung zwischen der designten UI

und dem Hauptprogramm.
This commit is contained in:
2023-10-31 17:58:54 +01:00
parent 836224717b
commit 5df0d82203
3 changed files with 105 additions and 60 deletions

View File

@@ -6,15 +6,15 @@
<rect>
<x>0</x>
<y>0</y>
<width>366</width>
<height>232</height>
<width>489</width>
<height>299</height>
</rect>
</property>
<property name="windowTitle">
<string>TestApp</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="">
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>0</x>
@@ -29,6 +29,16 @@
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="lbl_eins">
<property name="text">
<string>Das Label</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pBtn_laden">
<property name="text">
@@ -67,7 +77,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>366</width>
<width>489</width>
<height>22</height>
</rect>
</property>