File opening is now really working.

(Shows a tab menu with the opened files.)
This commit is contained in:
The Wobbler 2024-11-18 17:20:49 +01:00
parent 2797c3ca44
commit 8f8c11772e
4 changed files with 26 additions and 7 deletions

View file

@ -6,20 +6,30 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<width>861</width>
<height>548</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Bread Editor</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="openFileTabs">
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<width>861</width>
<height>20</height>
</rect>
</property>