DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
dhidpihelper.h
1// SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
2//
3// SPDX-License-Identifier: LGPL-3.0-or-later
4
5#ifndef DHIDPIHELPER_H
6#define DHIDPIHELPER_H
7
8#include <dtkwidget_global.h>
9
10DWIDGET_BEGIN_NAMESPACE
11
12class Q_DECL_DEPRECATED DHiDPIHelper
13{
14public:
15 Q_DECL_DEPRECATED_X("Use Dtk::Gui::DIcon::loadNxPixmap") static QPixmap loadNxPixmap(const QString &fileName);
16};
17
18DWIDGET_END_NAMESPACE
19
20#endif // DHIDPIHELPER_H
The DHiDPIHelper class provides helper to help applications support hiDPI.
Definition dhidpihelper.h:13