swift
src
gui
views
interpolationsetupview.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
4
#include "
interpolationsetupview.h
"
5
6
using namespace
swift::gui::models
;
7
8
namespace
swift::gui::views
9
{
10
CInterpolationSetupView::CInterpolationSetupView(QWidget *parent) :
CViewWithCallsignObjects
(parent)
11
{
12
this->
standardInit
(
new
CInterpolationSetupListModel
(
this
));
13
// this->setMenu(MenuDefaultDbViews);
14
}
15
}
// namespace swift::gui::views
swift::gui::models::CInterpolationSetupListModel
Country list model.
Definition:
interpolationsetupmodel.h:20
swift::gui::views::CViewBase::standardInit
void standardInit(ModelClass *model=nullptr)
Standard initialization.
Definition:
viewbase.cpp:572
swift::gui::views::CViewWithCallsignObjects
Base class for views with DB objects.
Definition:
viewcallsignobjects.h:27
interpolationsetupview.h
swift::gui::models
Models to be used with views, mainly QTableView.
Definition:
dbmodelworkbenchcomponent.h:32
swift::gui::views
Views, mainly QTableView.
Definition:
dbaircrafticaocomponent.h:29
Generated on Mon Mar 24 2025 16:42:21 for swift by
1.9.1