21 {
"macosx",
false,
true,
true},
22 {
"windows",
true,
false,
false},
24 {
"other",
true,
true,
false}
32 img =
img.convertToFormat(QImage::Format_ARGB32);
33 for (
int x =
img.width(); x--; )
35 for (
int y =
img.height(); y--; )
80 return QApplication::palette().color(QPalette::WindowText);
88 const QColor colorText(QApplication::palette().color(QPalette::WindowText));
108 return QIcon(filename);
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.