mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Format
This commit is contained in:
@ -2,17 +2,17 @@
|
||||
|
||||
namespace {
|
||||
const char *labelColorNames[] = {
|
||||
QT_TR_NOOP("red"),
|
||||
QT_TR_NOOP("orange"),
|
||||
QT_TR_NOOP("red"),
|
||||
QT_TR_NOOP("orange"),
|
||||
QT_TR_NOOP("yellow"),
|
||||
QT_TR_NOOP("green"),
|
||||
QT_TR_NOOP("cyan"),
|
||||
QT_TR_NOOP("green"),
|
||||
QT_TR_NOOP("cyan"),
|
||||
QT_TR_NOOP("blue"),
|
||||
QT_TR_NOOP("violet"),
|
||||
QT_TR_NOOP("purple"),
|
||||
QT_TR_NOOP("violet"),
|
||||
QT_TR_NOOP("purple"),
|
||||
QT_TR_NOOP("pink"),
|
||||
QT_TR_NOOP("white"),
|
||||
QT_TR_NOOP("light"),
|
||||
QT_TR_NOOP("white"),
|
||||
QT_TR_NOOP("light"),
|
||||
QT_TR_NOOP("dark")
|
||||
};
|
||||
}
|
||||
|
||||
@ -244,4 +244,3 @@ void InfoComicsView::applyTheme(const Theme &theme)
|
||||
|
||||
ctxt->setContextProperty("showDropShadow", QVariant(qv.showDropShadow));
|
||||
}
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ private:
|
||||
QPushButton *close;
|
||||
QPushButton *accept;
|
||||
QLabel *qrCode;
|
||||
|
||||
|
||||
// Labels for themable styling
|
||||
QLabel *titleLabel;
|
||||
QLabel *qrMessageLabel;
|
||||
|
||||
Reference in New Issue
Block a user