adding some more library system changes
This commit is contained in:
parent
e6db4cd395
commit
6aab0acd27
12 changed files with 380 additions and 380 deletions
18
src/qml/presenter/SlideEditor.qml
Normal file
18
src/qml/presenter/SlideEditor.qml
Normal file
|
@ -0,0 +1,18 @@
|
|||
import QtQuick 2.13
|
||||
import QtQuick.Dialogs 1.0
|
||||
import QtQuick.Controls 2.15 as Controls
|
||||
import QtQuick.Window 2.13
|
||||
import QtQuick.Layouts 1.2
|
||||
import QtMultimedia 5.15
|
||||
import QtAudioEngine 1.15
|
||||
import org.kde.kirigami 2.13 as Kirigami
|
||||
import "./" as Presenter
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
||||
Presenter.Slide {
|
||||
id: representation
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue