mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 11:21:52 +02:00
[ui] Replacement of Controls1 SplitView to Controls2 SplitView
This commit is contained in:
parent
34e3847cea
commit
ccd88c4646
8 changed files with 190 additions and 196 deletions
|
@ -1,6 +1,5 @@
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
import QtQuick.Controls 1.4 as Controls1 // SplitView
|
||||
import QtQuick.Layouts 1.11
|
||||
import MaterialIcons 2.2
|
||||
import Controls 1.0
|
||||
|
@ -254,7 +253,7 @@ Panel {
|
|||
Component {
|
||||
id: editor_component
|
||||
|
||||
Controls1.SplitView {
|
||||
SplitView {
|
||||
anchors.fill: parent
|
||||
|
||||
// The list of chunks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue