Post
Topic
Board Announcements (Altcoins)
Re: [BTB] The BitBar Information Thread
by
Spidersbox
on 04/05/2016, 17:10:38 UTC
I still think there is a wallet out there that has actual skins. Maybe I am mistaken and confused, Netcoin has "themes" which is pretty much a skin. I'll keep looking though but it might be the wallet I was talking about.
So far so good with my skins experiment. It's not as bad as I thought it would be.
QT uses CSS - kind of like web pages.
The problem is some of the styles is in each individual page, like address book has it's own, transaction view has it's own, overview page ....  it's in the forms, then there are styles in the code (.cpp files)
I just have to combine what I can.
- It's do-able.