b4b6091372
Customize it for the Forge one so people finally shut up about 1.7.4
6 lines
170 B
C
6 lines
170 B
C
#pragma once
|
|
#include <QStringList>
|
|
#include <QTextLayout>
|
|
|
|
QStringList viewItemTextLayout(QTextLayout &textLayout, int lineWidth, qreal &height,
|
|
qreal &widthUsed); |