/
viktor-zin
/
afce
Обзор
Документация
Войти
/
viktor-zin
/
afce
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
qflowchartstyle.cpp
24 строки
1 KB
viktor-zin
Qt 4 not supported since now
10 мар 2015, 18:25
10 мар 2015, 18:25
aef6ea2
Код
Авторство
О чём код?
/**************************************************************************** ** ** ** Copyright (C) 2009-2014 Victor Zinkevich. All rights reserved. ** ** Contact: vicking@yandex.ru ** ** ** ** This file is part of the Algorithm Flowchart Editor project. ** ** ** ** This file may be used under the terms of the GNU ** ** General Public License versions 2.0 or 3.0 as published by the Free ** ** Software Foundation and appearing in the file LICENSE included in ** ** the packaging of this file. ** ** You can find license at http://www.gnu.org/licenses/gpl.html ** ** ** ****************************************************************************/ #include "qflowchartstyle.h" #include <QtGui> QFlowChartStyle::QFlowChartStyle() { fLineWidth = 2; fFontSize = 14; }