6 #include <QDesktopServices>
9 #include "ui_setuploadingdialog.h"
17 using namespace swift::misc::network;
23 CSetupLoadingDialog::CSetupLoadingDialog(QWidget *parent) : QDialog(parent), ui(new Ui::CSetupLoadingDialog)
25 Q_ASSERT_X(
sApp, Q_FUNC_INFO,
"Need sApp");
29 const QString bootstrapPath = CSwiftDirectories::bootstrapResourceFilePath();
30 ui->lbl_ownBootstrap->setText(
"Your boostrap.json file is available at <a href=" + bootstrapPath +
">" +
31 bootstrapPath +
"</>");
34 ui->comp_Messages->hideFilterBar();
35 ui->comp_Messages->showDetails(
false);
40 ui->comp_Messages->appendStatusMessagesToList(msgs);
SWIFT_CORE_EXPORT swift::core::CApplication * sApp
Single instance of application object.
Setup dialog, if loading the boostrap file fails.
virtual ~CSetupLoadingDialog()
Dtor.
Status messages, e.g. from Core -> GUI.
Core data traits (aka cached values) and classes.
Backend services of the swift project, like dealing with the network or the simulators.
High level reusable GUI components.
Free functions in swift::misc.