mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +00:00
6 lines
188 B
C
6 lines
188 B
C
#pragma once
|
|
#include <QStringList>
|
|
#include <QTextLayout>
|
|
|
|
QStringList viewItemTextLayout(QTextLayout &textLayout, int lineWidth, qreal &height,
|
|
qreal &widthUsed); |