Mercurial > minori
view rc/icons.qrc @ 65:26721c28bf22
*: avoid usage of (to|from)StdString
in Qt5 (and probably Qt6 as well) these functions are only
available (or even usable) if Qt and Minori were built with the
*same standard headers*, which may not be the case in some
circumstances. hence, we'll use our own conversion functions,
which we probably should use anyway.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 23:26:35 -0400 |
parents | 1d82f6e04d7d |
children | 27a19dd6cba1 |
line wrap: on
line source
<!DOCTYPE rcc><RCC version="1.0"> <qresource> <file>icons/16x16/calendar.png</file> <file>icons/16x16/chart.png</file> <file>icons/16x16/clock-history-frame.png</file> <file>icons/16x16/document-list.png</file> <file>icons/16x16/feed.png</file> <file>icons/16x16/film.png</file> <file>icons/16x16/magnifier.png</file> <file>icons/24x24/application-sidebar-list.png</file> <file>icons/24x24/arrow-circle-double-135.png</file> <file>icons/24x24/feed.png</file> <file>icons/24x24/folder-open.png</file> <file>icons/24x24/gear.png</file> <file>icons/24x24/globe.png</file> <file>icons/24x24/inbox-film.png</file> <file>icons/24x24/megaphone.png</file> <file>icons/24x24/question.png</file> </qresource> </RCC>