Debug file dialog in storybook

This commit is contained in:
Stefan 2023-11-02 22:39:29 +02:00
parent 99c113c829
commit ea859fdae6
2 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@ ApplicationWindow {
height: 840
visible: true
property string currentPage
property string currentPage: "StatusImageCropPanel"
title: "%1 %2".arg(currentPage).arg(Qt.application.displayName)
@ -354,7 +354,7 @@ Tips:
Settings {
id: settings
property alias currentPage: root.currentPage
//property alias currentPage: root.currentPage
property alias loadAsynchronously: settingsLayout.loadAsynchronously
property alias runTestsAutomatically: settingsLayout.runTestsAutomatically
property alias darkMode: darkModeCheckBox.checked

View File

@ -28,6 +28,10 @@ SplitView {
implicitWidth: mainLayout.implicitWidth
implicitHeight: mainLayout.implicitHeight
Component.onCompleted: {
workflowLoader.active = true
}
Logs { id: logs }
SplitView {