swift
src
gui
components
infobarwebreadersstatussmallcomponent.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_COMPONENTS_INFOBARWEBREADERSSTATUSSMALLCOMPONENT_H
7
#define SWIFT_GUI_COMPONENTS_INFOBARWEBREADERSSTATUSSMALLCOMPONENT_H
8
9
#include <QScopedPointer>
10
11
#include "
gui/components/infobarwebreadersstatuscomponent.h
"
12
13
namespace
Ui
14
{
15
class
CInfoBarWebReadersStatusSmallComponent;
16
}
17
namespace
swift::gui::components
18
{
22
class
SWIFT_GUI_EXPORT
CInfoBarWebReadersStatusSmallComponent
:
public
CInfoBarWebReadersStatusBase
23
{
24
Q_OBJECT
25
26
public
:
28
explicit
CInfoBarWebReadersStatusSmallComponent
(
QWidget
*parent =
nullptr
);
29
31
virtual
~
CInfoBarWebReadersStatusSmallComponent
()
override
;
32
33
private
:
34
QScopedPointer<Ui::CInfoBarWebReadersStatusSmallComponent>
ui;
35
};
36
}
// namespace swift::gui::components
37
#endif
// SWIFT_GUI_COMPONENTS_INFOBARWEBREADERSSTATUSSMALLCOMPONENT_H
swift::gui::components::CInfoBarWebReadersStatusBase
Info bar displaying status of web readers(swift DB, ...)
Definition:
infobarwebreadersstatuscomponent.h:31
swift::gui::components::CInfoBarWebReadersStatusSmallComponent
Smaller version of CInfoBarWebReadersStatusComponent.
Definition:
infobarwebreadersstatussmallcomponent.h:23
infobarwebreadersstatuscomponent.h
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
QScopedPointer< Ui::CInfoBarWebReadersStatusSmallComponent >
QWidget
SWIFT_GUI_EXPORT
#define SWIFT_GUI_EXPORT
Export a class or function from the library.
Definition:
swiftguiexport.h:19
Generated on Sun Oct 12 2025 20:05:10 for swift by
1.9.1