Changeset 2344 in vbox
- Timestamp:
- Apr 26, 2007 12:45:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r2208 r2344 35 35 #include <qeventloop.h> 36 36 #include <qregexp.h> 37 #ifdef Q_WS_MAC 38 # include <qpushbutton.h> 39 #endif 37 40 38 41 #include <iprt/err.h> … … 1615 1618 dlg.txVersions->setText (versions 1616 1619 .arg (COMVersion)); 1620 #ifdef Q_WS_MAC 1621 /* 1622 * Get rid of the exceedingly ugly pushbutton background. 1623 * (We should probably consider doing this on all platforms.) 1624 */ 1625 dlg.buttonOK->setBackgroundOrigin (QWidget::ParentOrigin); 1626 dlg.buttonOK->setPaletteBackgroundPixmap (*dlg.paletteBackgroundPixmap()); 1627 #endif 1628 1617 1629 dlg.exec(); 1618 1630 }
Note:
See TracChangeset
for help on using the changeset viewer.