Change qrenderdoc icons to Farm-Fresh, to add high-DPI versions.

This commit is contained in:
baldurk
2017-06-19 15:29:26 +01:00
parent ac885b1882
commit d44528794a
139 changed files with 282 additions and 142 deletions
@@ -48,12 +48,12 @@ public:
FileNameRole,
};
RemoteFileModel(IReplayManager &r, QObject *parent = NULL)
RemoteFileModel(IReplayManager &r, QWidget *parent = NULL)
: Renderer(r), QAbstractItemModel(parent)
{
makeIconStates(fileIcon, Pixmaps::page_white_database());
makeIconStates(exeIcon, Pixmaps::page_white_code());
makeIconStates(dirIcon, Pixmaps::folder_page());
makeIconStates(fileIcon, Pixmaps::page_white_database(parent));
makeIconStates(exeIcon, Pixmaps::page_white_code(parent));
makeIconStates(dirIcon, Pixmaps::folder(parent));
Renderer.GetHomeFolder(true, [this](const char *path, const rdctype::array<PathEntry> &files) {
QString homeDir = QString::fromUtf8(path);