I am trying to build UIs in QT Creator that look like my UIs in MEL but I am having a hard time since I don't know C++ and I am very new to QT Creator. I read something about changing style sheets but I never got the resource root to work. I looked at the help section in Creator but for some reason I don't have the "Edit Resources" button. I want to do something like this http://www.youtube.com/watch?v=JhDZbzA2ObM. Thank you very much for any help.
Use QtDesigner to draw your gui and you can set the stylesheet of every widget. The resources are manipolated from QtDesigner, not QtCreator. Eventually you can run the designer from inside Qt creator.