1.I should be able to save these 3 tabs that are dynamically created in a dock area, and in the future, I should be able to make every tab that is created inside the Livet stack in the same shape (half of them must be the same) so that there is no problem in saving to do not exist
When I shake the second or more windows in the docking area, the photos are not displayed to fit on the screen.
Using this library, I need to be able to dynamically create tabs that have their own tabs, but I ran into a problem. The structure is like this🤔🤔
main.qml
import QtQuick 2.6 import QtQuick.Controls 2.12 import com.kdab.dockwidgets 2.0 as KDDW import QtQuick.Layouts 1.15 ApplicationWindow { visible: true width: 1000 height: 800
}
but result is
Problems are divided into several parts 🥲
1.I should be able to save these 3 tabs that are dynamically created in a dock area, and in the future, I should be able to make every tab that is created inside the Livet stack in the same shape (half of them must be the same) so that there is no problem in saving to do not exist
Thanks for the readership and support ❤️❤️❤️