You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thanks for the readership and support ❤️❤️❤️
The text was updated successfully, but these errors were encountered:
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 ❤️❤️❤️
The text was updated successfully, but these errors were encountered: