Hello,

look at the pictures here:
http://ubuntuone.com/6rpPTkQeIauvyZQhMoUh0p
http://ubuntuone.com/47k64UGZRjpzVL0aEkADay

as you can see i have some buttons and i want to reduce the space between them, in the second picture you can see that the button get the most space...
i have created the button with this code (example for play button) :
Qt Code:
  1. mplay_pauseButton.setIcon(mplayIcon);
  2. mplay_pauseButton.setIconSize(mplayPixmap.rect().size());
  3. mplay_pauseButton.setFlat(true);
To copy to clipboard, switch view to plain text mode 
were mplayPixmap is the pixmap with the icon

any idea how to reduce the space?