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