IOT dashboard: Use SVGs instead of PNGs (#191)

Resolves #129
This commit is contained in:
Peter Hartmann 2022-05-18 13:45:09 +02:00 committed by GitHub
parent 10050af5b9
commit 3491c6735d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 14 deletions

View File

@ -1,20 +1,20 @@
<RCC>
<qresource prefix="/">
<file>images/main-icon.png</file>
<file>images/dashboard.png</file>
<file>images/rooms.png</file>
<file>images/devices.png</file>
<file>images/statistics.png</file>
<file>images/storage.png</file>
<file>images/members.png</file>
<file>images/logout.png</file>
<file>images/indoor-temperature.png</file>
<file>images/humidity.png</file>
<file>images/main-icon.svg</file>
<file>images/dashboard.svg</file>
<file>images/rooms.svg</file>
<file>images/devices.svg</file>
<file>images/statistics.svg</file>
<file>images/storage.svg</file>
<file>images/members.svg</file>
<file>images/logout.svg</file>
<file>images/indoor-temperature.svg</file>
<file>images/humidity.svg</file>
<file>images/up.svg</file>
<file>images/down.svg</file>
<file>images/lamps.png</file>
<file>images/music-system.png</file>
<file>images/ac.png</file>
<file>images/router.png</file>
<file>images/lamps.svg</file>
<file>images/music-system.svg</file>
<file>images/ac.svg</file>
<file>images/router.svg</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

View File

@ -60,6 +60,8 @@ int main( int argc, char* argv[] )
QGuiApplication app( argc, argv );
qskSetup->setItemUpdateFlag( QskQuickItem::PreferRasterForTextures, true );
Qsk::addGraphicProvider( QString(), new GraphicProvider() );
// disable default skins