Quote Originally Posted by janton View Post
I read about Photoshop to QML but i already have a interface else i think i need to rewrite everything... So i think best option would be qss
Seems like a reasonable approach.


What if i use buttons with text inside it (because special effect and font etc.) And i want to make the program multilaguage, is it possible to have different buttons for other languages? (because of the text that's in the image)
Yes, it's possible. If you use the resource system for storing images, you can store multiple images for diferent languages with the same alias and decide during run time which one to choose.