mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
added 'add new label' support
This commit is contained in:
@ -112,9 +112,25 @@ namespace YACReader
|
||||
ByAuthor
|
||||
};
|
||||
|
||||
enum LabelColors{
|
||||
YRed = 0,
|
||||
YOrange,
|
||||
YYellow,
|
||||
YGreen,
|
||||
YCyan,
|
||||
YBlue,
|
||||
YViolet,
|
||||
YPurple,
|
||||
YPink,
|
||||
YWhite,
|
||||
YLight,
|
||||
YDark
|
||||
};
|
||||
|
||||
QString getSettingsPath();
|
||||
void addSperator(QWidget * w);
|
||||
QAction * createSeparator();
|
||||
QString colorToName(LabelColors colors);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user