diff options
author | Arno <arno@disconnect.de> | 2018-03-31 07:49:57 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 07:49:57 +0200 |
commit | cb9e431e305c9417fe4efa38263871464f71d62e (patch) | |
tree | 61541e212f4138cd3e9122b7596c731aa90dee40 /helper.h | |
parent | 0b4639bd7267cc0c2641b0b75a3b72e9ae765e5f (diff) | |
download | SheMov-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |