swift
countryview.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_GUI_VIEWS_COUNTRYVIEW_H
7 #define SWIFT_GUI_VIEWS_COUNTRYVIEW_H
8 
10 #include "gui/swiftguiexport.h"
11 #include "gui/views/viewbase.h"
12 
13 namespace swift::gui::views
14 {
16  class SWIFT_GUI_EXPORT CCountryView : public CViewBase<models::CCountryListModel>
17  {
18  Q_OBJECT
19 
20  public:
22  explicit CCountryView(QWidget *parent = nullptr);
23  };
24 } // namespace swift::gui::views
25 #endif // SWIFT_GUI_VIEWS_COUNTRYVIEW_H
Base class for views.
Definition: viewbase.h:648
Views, mainly QTableView.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.