Rebrand files names Spectral -> NeoChat
This commit is contained in:
12
imports/NeoChat/Dialog/OpenFileDialog.qml
Normal file
12
imports/NeoChat/Dialog/OpenFileDialog.qml
Normal file
@@ -0,0 +1,12 @@
|
||||
import QtQuick 2.12
|
||||
import Qt.labs.platform 1.1
|
||||
|
||||
FileDialog {
|
||||
signal chosen(string path)
|
||||
|
||||
id: root
|
||||
|
||||
title: "Please choose a file"
|
||||
|
||||
onAccepted: chosen(file)
|
||||
}
|
||||
Reference in New Issue
Block a user