Hello,

I have a small issue. I'm building a cross-platform GUI application. I'm finished on Windows XP, but when porting to Linux (Ubuntu), the GUI is kind of being broken for default style. Anyone has a tip for making them the same (or more exactly, Ubuntu GUI is the same to XP GUI)?

I only know this way:
Qt Code:
  1. QApplication::setStyle(stylename);
To copy to clipboard, switch view to plain text mode 
But the style is limited in about 7 types: windows, cleanlooks, cde, motif, plastique, windowsxp, macintosh

Thanks in advance.