DtkWidget
5.6.0.2
DTK Widget module
include
dtkwidget
util
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
10
DWIDGET_BEGIN_NAMESPACE
11
12
class
DHiDPIHelper
13
{
14
public
:
15
static
QPixmap loadNxPixmap(
const
QString
&fileName);
16
};
17
18
DWIDGET_END_NAMESPACE
19
20
#endif
// DHIDPIHELPER_H
Dtk::Widget::DHiDPIHelper
The DHiDPIHelper class provides helper to help applications support hiDPI.
Definition:
dhidpihelper.h:13
QString
制作者
1.9.3