Debug file dialog in storybook
This commit is contained in:
parent
99c113c829
commit
ea859fdae6
|
@ -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
|
||||
|
|
|
@ -28,6 +28,10 @@ SplitView {
|
|||
implicitWidth: mainLayout.implicitWidth
|
||||
implicitHeight: mainLayout.implicitHeight
|
||||
|
||||
Component.onCompleted: {
|
||||
workflowLoader.active = true
|
||||
}
|
||||
|
||||
Logs { id: logs }
|
||||
|
||||
SplitView {
|
||||
|
|
Loading…
Reference in New Issue