Browse Source

Initial assets update

dev
fekt 2 months ago
parent
commit
fd4510a2b8
  1. 2
      application.qrc
  2. BIN
      res/SilentDragonXLite.png
  3. BIN
      res/dark-01.png
  4. BIN
      res/drgxlogo.png
  5. BIN
      res/hushdlogo.png
  6. BIN
      res/icon.ico
  7. BIN
      res/loading.gif
  8. BIN
      res/logobig.gif
  9. BIN
      res/paymentreq.gif
  10. BIN
      res/silentdragonxlite-animated-dark.gif
  11. BIN
      res/silentdragonxlite-animated-startup-dark.gif
  12. BIN
      res/silentdragonxlite-animated.gif
  13. 2
      src/mainwindow.cpp
  14. 2
      src/mainwindow.ui

2
application.qrc

@ -50,7 +50,7 @@
<file>res/tx_mined.png</file>
</qresource>
<qresource prefix="/img">
<file>res/hushdlogo.png</file>
<file>res/drgxlogo.png</file>
<file>res/silentdragonxlite-animated.gif</file>
<file>res/silentdragonxlite-animated-dark.gif</file>
<file>res/silentdragonxlite-animated-startup-dark.gif</file>

BIN
res/SilentDragonXLite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
res/dark-01.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
res/drgxlogo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
res/hushdlogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

BIN
res/icon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
res/loading.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 802 B

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
res/logobig.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
res/paymentreq.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
res/silentdragonxlite-animated-dark.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
res/silentdragonxlite-animated-startup-dark.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
res/silentdragonxlite-animated.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 1.3 MiB

2
src/mainwindow.cpp

@ -1360,7 +1360,7 @@ void MainWindow::setupBalancesTab() {
}
void MainWindow::setuphushdTab() {
ui->hushdlogo->setBasePixmap(QPixmap(":/img/res/hushdlogo.png"));
ui->drgxlogo->setBasePixmap(QPixmap(":/img/res/drgxlogo.png"));
}
void MainWindow::setupTransactionsTab() {

2
src/mainwindow.ui

@ -1527,7 +1527,7 @@
<attribute name="title">
<string>Information about DragonX</string>
</attribute>
<widget class="FilledIconLabel" name="hushdlogo">
<widget class="FilledIconLabel" name="drgxlogo">
<property name="enabled">
<bool>true</bool>
</property>

Loading…
Cancel
Save