swift
identifierview.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_IDENTIFIERVIEW_H
7 #define SWIFT_GUI_IDENTIFIERVIEW_H
8 
10 #include "gui/swiftguiexport.h"
11 #include "gui/views/viewbase.h"
12 
13 namespace swift::misc
14 {
15  class CIdentifier;
16 }
17 namespace swift::gui::views
18 {
20  class SWIFT_GUI_EXPORT CIdentifierView : public CViewBase<models::CIdentifierListModel>
21  {
22  Q_OBJECT
23 
24  public:
26  explicit CIdentifierView(QWidget *parent = nullptr);
27  };
28 } // namespace swift::gui::views
29 #endif // SWIFT_GUI_IDENTIFIERVIEW_H
Base class for views.
Definition: viewbase.h:648
Views, mainly QTableView.
Free functions in swift::misc.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.