__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*
SPDX-FileCopyrightText: 2014 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
SPDX-License-Identifier: LGPL-2.1-or-later
*/
import QtQuick.Layouts 1.1
import QtQuick.Controls 2.15
import QtQuick.Dialogs 1.0
import QtQuick 2.0
ColumnLayout
{
id: root
property alias destinationPath: destination.text
property variant urls
Label {
text: i18n("Save directory:")
}
Button {
id: destination
Layout.fillWidth: true
icon.name: "document-open-folder"
onClicked: {
dirSelector.visible = true
}
FileDialog {
id: dirSelector
title: i18n("Select a directory where to save your pictures and videos")
selectMultiple: false
selectExisting: true
selectFolder: true
onFileUrlChanged: {
destination.text = dirSelector.fileUrl
}
}
}
Item {
Layout.fillHeight: true
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| barcodeplugin_config.qml | File | 2.93 KB | 0644 |
|
| bluetoothplugin_config.qml | File | 1.69 KB | 0644 |
|
| kdeconnectplugin_config.qml | File | 1.83 KB | 0644 |
|
| nextcloudplugin_config.qml | File | 2.19 KB | 0644 |
|
| phabricatorplugin_config.qml | File | 3.88 KB | 0644 |
|
| reviewboardplugin_config.qml | File | 2.63 KB | 0644 |
|
| saveasplugin_config.qml | File | 985 B | 0644 |
|
| youtubeplugin_config.qml | File | 1.92 KB | 0644 |
|