updates to fix qml
This commit is contained in:
parent
7b82202c51
commit
66f313675b
21 changed files with 211 additions and 229 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Dialogs 1.0
|
||||
import QtQuick.Controls 2.15 as Controls
|
||||
import QtQuick.Window 2.15
|
||||
import QtQuick.Layouts 1.15
|
||||
|
|
@ -176,13 +175,13 @@ Controls.Page {
|
|||
/* id: pWindow */
|
||||
/* } */
|
||||
|
||||
SongProxyModel { id: songProxyModel }
|
||||
ImageProxyModel { id: imageProxyModel }
|
||||
PresentationProxyModel { id: presProxyModel }
|
||||
VideoProxyModel { id: videoProxyModel }
|
||||
/* ServiceThing { id: serviceThing } */
|
||||
/* SongProxyModel { id: songProxyModel } */
|
||||
/* ImageProxyModel { id: imageProxyModel } */
|
||||
/* PresentationProxyModel { id: presProxyModel } */
|
||||
/* VideoProxyModel { id: videoProxyModel } */
|
||||
ServiceThing { id: serviceThing }
|
||||
FileHelper { id: fileHelper }
|
||||
SlideHelper { id: slideHelper }
|
||||
/* SlideHelper { id: slideHelper } */
|
||||
SongEditor {
|
||||
id: songEditorModel
|
||||
/* songModel: songProxyModel.songModel() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue