Qt 6.11 is out! See what's new in the release
blog
[Solved] reduce space-size of buttons
General and Desktop
5
Posts
3
Posters
3.0k
Views
1
Watching
-
Hello,
look at the pictures here:
[url]http://ubuntuone.com/6rpPTkQeIauvyZQhMoUh0p[/url]
[url]http://ubuntuone.com/47k64UGZRjpzVL0aEkADay[/url]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) :
@mplay_pauseButton.setIcon(mplayIcon);
mplay_pauseButton.setIconSize(mplayPixmap.rect().size());
mplay_pauseButton.setFlat(true);@ were mplayPixmap is the pixmap with the iconany idea how to reduce the space?