summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-03-31 07:49:57 +0200
committerArno <arno@disconnect.de>2018-03-31 07:49:57 +0200
commitcb9e431e305c9417fe4efa38263871464f71d62e (patch)
tree61541e212f4138cd3e9122b7596c731aa90dee40 /helper.h
parent0b4639bd7267cc0c2641b0b75a3b72e9ae765e5f (diff)
downloadSheMov-cb9e431e305c9417fe4efa38263871464f71d62e.tar.gz
SheMov-cb9e431e305c9417fe4efa38263871464f71d62e.tar.bz2
SheMov-cb9e431e305c9417fe4efa38263871464f71d62e.zip
Make FSWidget prettier
* add programmatically rendered icons * make text Qt::black * set rootIsDecorated to false
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 747f57e..07d1e6d 100644
--- a/helper.h
+++ b/helper.h
@@ -50,6 +50,7 @@ namespace Helper {
QImage snapshot(const QString &path, int where);
QVariant picSize(const QString &path);
PicData convertArchivefileToPng(PicData data);
+ const QIcon icon(const QColor &bg, const QChar c, bool bold = true);
class Duration {
public:
Duration();