I am creating a button with an icon:

        icon = QIcon ( iconFile )
        button = QPushButton(  icon, label, parent )

The icon as saved in the file is rather large, but is always scaled down to
a tiny size when displayed in the button.   Is there any way to get the
QPushButton to display the icon at full size?    Also, is there any way to
get the QPushButton to display the label below the icon (instead of to the
right)?

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
  • [PyQt] seg... David Cortesi
    • Re: [... Hans-Peter Jansen
      • [... Maxwell, Thomas P. (GSFC-606.2)[SCIENCE APPLICATIONS INTL CORP]
        • ... Vincent Vande Vyvre

Reply via email to