ACF $AcfVersion:0$
CCalendarGuiComp.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
7
8#include <GeneratedFiles/iqtgui/ui_CCalendarGuiComp.h>
9
10
11namespace iqtgui
12{
13
14
18class CCalendarGuiComp: public iqtgui::TDesignerGuiCompBase<Ui::CCalendarGuiComp>
19{
20 Q_OBJECT
21public:
23
24 I_BEGIN_COMPONENT(CCalendarGuiComp);
25 I_END_COMPONENT;
26
27protected:
28 // reimplemented (iqtgui::CGuiComponentBase)
29 virtual void OnGuiCreated() override;
30 virtual void OnGuiRetranslate() override;
31};
32
33
34} // namespace iqtgui
35
36
37
38
Component for displaying a calendar.
virtual void OnGuiRetranslate() override
Called from widget event filter when GUI should be retranslated.
iqtgui::TDesignerGuiCompBase< Ui::CCalendarGuiComp > BaseClass
virtual void OnGuiCreated() override
Called just after GUI is initialized.
Base class for all Qt GUI components, which use the Qt designer's UI.
Standard GUI specific interfaces and components based on Qt.