ACF $AcfVersion:0$
TMakeIconProviderCompWrap.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
6#include <iqtgui/iqtgui.h>
9
10
11namespace iqtgui
12{
13
14
15template <class Base>
17{
18public:
19 typedef Base BaseClass;
20
21 // reimplemented (ibase::TDesignSchemaHandlerWrap)
22 virtual void OnDesignSchemaChanged(const QByteArray& themeId) override;
23};
24
25
26// reimplemented (ibase::TDesignSchemaHandlerWrap)
27
28template <class Base>
30{
31 SetThemeId(themeId);
32}
33
34
35} // namespace iqtgui
36
37
virtual void OnDesignSchemaChanged(const QByteArray &themeId) override
Standard GUI specific interfaces and components based on Qt.