File indexing completed on 2024-04-28 05:48:40

0001 /*
0002    SPDX-FileCopyrightText: 2010 Marco Mentasti <marcomentasti@gmail.com>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-only
0005 */
0006 
0007 #pragma once
0008 
0009 #include <QBrush>
0010 #include <QFont>
0011 #include <QMetaType>
0012 
0013 struct OutputStyle {
0014     QFont font;
0015     QBrush background;
0016     QBrush foreground;
0017 };
0018 
0019 // Q_DECLARE_METATYPE(OutputStyle)