swift
installxswiftbusdialog.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #include "ui_installxswiftbusdialog.h"
7 
9 {
11  : QDialog(parent), ui(new Ui::CInstallXSwiftBusDialog)
12  {
13  ui->setupUi(this);
14  }
15 
17 
18  void CInstallXSwiftBusDialog::setDefaultDownloadName(const QString &defaultName)
19  {
20  ui->comp_InstallXSwiftBus->setDefaultDownloadName(defaultName);
21  }
22 } // namespace swift::gui::components
void setDefaultDownloadName(const QString &defaultName)
Set a default name for download.
CInstallXSwiftBusDialog(QWidget *parent=nullptr)
Constructor.
High level reusable GUI components.
Definition: aboutdialog.cpp:13