Changeset 186 for smplayer/vendor/current/src/assstyles.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/assstyles.h
r175 r186 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 21 21 22 22 #include <QString> 23 #include <QColor> 23 24 24 25 class QSettings; … … 35 36 QString fontname; 36 37 int fontsize; 37 unsigned intprimarycolor;38 unsigned intbackcolor;39 unsigned intoutlinecolor;38 QColor primarycolor; 39 QColor backcolor; 40 QColor outlinecolor; 40 41 bool bold; 41 42 bool italic;
Note:
See TracChangeset
for help on using the changeset viewer.