IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

No button icons and text in "menu bar" #383

Closed annejan closed 6 years ago

annejan commented 6 years ago

Looks pretty weird . .

screen shot 2018-05-03 at 23 17 35

Might be since I'm running macOS 10.13.5 Beta (17F59b) currently . . will check out more

FiloSpaTeam commented 6 years ago

Yep probably. I have seen that some icon sets doesn't follow FreeDesktop Standards xD

FiloSpaTeam commented 6 years ago

We can import directly icons from :icons resources or load icon with cpp in MainWindow init and check is theme is available

annejan commented 6 years ago

Might be possible, but these fallback icons used to work, will check further tomorrow . .

FiloSpaTeam commented 6 years ago

https://stackoverflow.com/questions/12299626/use-of-qt-standard-icons-from-within-qt-creator

I'll try to solve :+1:

annejan commented 6 years ago

Can confirm . .