Qt-Secret/Qt-Secret-GUI/EncryptDecryptPage.qml

24 lines
318 B
QML
Raw Normal View History

2019-07-21 13:34:42 +03:00
import QtQuick 2.0
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12
import "modules/"
2019-07-21 13:34:42 +03:00
Item {
id: parentItem
ColumnLayout {
id: column
spacing: 10
anchors.fill: parent
anchors.leftMargin: 20
anchors.rightMargin: 20
}
LoadPopup { id: loadPopup }
2019-07-21 13:34:42 +03:00
}