swift
copymodelsfromotherswiftversionsdialog.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #include "ui_copymodelsfromotherswiftversionsdialog.h"
7 
9 {
11  : QDialog(parent), ui(new Ui::CCopyModelsFromOtherSwiftVersionsDialog)
12  {
13  ui->setupUi(this);
14  this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
15  }
16 
18 } // namespace swift::gui::components
High level reusable GUI components.
Definition: aboutdialog.cpp:13