Add FileDialog
This commit is contained in:
parent
c4960d87f8
commit
2f31756be8
3 changed files with 27 additions and 13 deletions
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue