I'm doing everything in the SDK within a VM. Mine looks fine in the Xephyr mockup N900 that it runs. I would be more than willing to take a look at what you got and see if I notice anything. One thing I made sure when designing my QT interface was to group all the different buttons and interfaces in separate "align vertically/horizontally" as they were supposed to look, and then did an align to grid against the background. That way when the window is resized, it either expands/retracts/keeps the items according to their properties and in their respective places. Also, I used quite a few spacers too. ETA: The *only* thing mine doesn't have right now is the username/password part. Everything else is working. Once I figure out how to popup a box for username/password I should be pretty good. (and capture the "username:" output from pianobar.. since it's not a newline.)