src/linetypes/comment.cpp

Mon, 24 Aug 2020 22:55:37 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Mon, 24 Aug 2020 22:55:37 +0300
changeset 91
9eb5e06f34c3
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

add comments

#include <QFont>
#include "comment.h"

QFont ldraw::Comment::textRepresentationFont() const
{
	QFont font;
	font.setItalic(true);
	return font;
}

mercurial