trying to make a slide editing system
This commit is contained in:
parent
df956af536
commit
defb73c0af
8 changed files with 220 additions and 128 deletions
13
src/qml/presenter/TextBox.qml
Normal file
13
src/qml/presenter/TextBox.qml
Normal file
|
@ -0,0 +1,13 @@
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15 as Controls
|
||||
import QtQuick.Layouts 1.15
|
||||
import QtGraphicalEffects 1.15
|
||||
import org.kde.kirigami 2.13 as Kirigami
|
||||
import "./" as Presenter
|
||||
import org.presenter 1.0
|
||||
|
||||
Controls.TextArea {
|
||||
id: root
|
||||
padding: 10
|
||||
textFormat: TextEdit.PlainText
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue