#include <QtGui/qtextformat.h>
#ifndef QTEXTFORMAT_H
class QTextFormat{
   /* Some contents are skipped to improve readability */
   public: void setProperty(int propertyId, class QVector < class QTextLength > const & lengths);
   /* ... */
};
#endif // QTEXTFORMAT_H