Add FileDialog

This commit is contained in:
Fabien Freling 2019-05-14 13:54:41 +02:00
parent c4960d87f8
commit 2f31756be8
3 changed files with 27 additions and 13 deletions

View file

@ -3,21 +3,14 @@ import QtQuick.Controls 1.4
import QtQuick.Layouts 1.2
Item {
property alias button1: button1
property alias button2: button2
property alias openButton: openButton
RowLayout {
anchors.centerIn: parent
Button {
id: button1
id: openButton
text: qsTr("Open ROM...")
}
Button {
id: button2
text: qsTr("Press Me 2")
}
}
}