Hi,
I am using QT 3.3.5 ,I can't find any such property in property window where i can specify the size of icon.
What should i have to do?
Thanks and Regards
Hi,
I am using QT 3.3.5 ,I can't find any such property in property window where i can specify the size of icon.
What should i have to do?
Thanks and Regards
Hello Darpan,
My solution works for QT4. I didn't know you are on QT3.
In QT3 you could add a PushButton and choose a pixmap for it. Then you can play with the size.
Cheers
Hello Darpan,
I have another solution for Qt3 that I'm actually using. Yo can use QMainWindow::setUsesBigPixmaps() to extend size for the icons in your toolbar to 32x32 pixels.
Read all about it, in the documentation for class QToolButton.
Since I'm new to this forum, let me send my greetings from Mexico to all of you.
Good luck!
Hi,
How can i increase the size toolbar buttons so that when i taking the 48x48 icons then it shows 48x48 tool buttons.
Best Regards
Hello Darpan,
Maybe you could provide us with an ui-file to show you what you have now.
If you use a PushButton with a 48X48 pixmap the pushbuttons should be 48X48 already.
Cheers
Bookmarks