Neue Menü mit eingerichteten Projekten

This commit is contained in:
2025-06-22 11:58:57 +02:00
parent ea9324637f
commit 51e3453f92
3 changed files with 95 additions and 8 deletions
+25 -3
View File
@@ -159,7 +159,7 @@
<item>
<widget class="QFrame" name="frame_3">
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
@@ -174,6 +174,18 @@
<enum>QFrame::Shadow::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
@@ -276,8 +288,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>792</width>
<height>781</height>
<width>794</width>
<height>801</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
@@ -320,6 +332,8 @@
<addaction name="actionNeu"/>
<addaction name="action_ffnen"/>
<addaction name="separator"/>
<addaction name="actionVorhandene_Projekte"/>
<addaction name="separator"/>
<addaction name="actionEinstellungen"/>
<addaction name="separator"/>
<addaction name="actionBeenden"/>
@@ -374,6 +388,14 @@
<string>Ctrl+S</string>
</property>
</action>
<action name="actionVorhandene_Projekte">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Vorhandene Projekte</string>
</property>
</action>
</widget>
<resources/>
<connections>