mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-25 11:02:59 +03: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); |