Definition at line 36 of file krecentfilesaction.cpp.
◆ KRecentFilesIconProxyStyle()
| KRecentFilesIconProxyStyle::KRecentFilesIconProxyStyle |
( |
QStyle * | style = nullptr | ) |
|
|
inline |
◆ pixelMetric()
| int KRecentFilesIconProxyStyle::pixelMetric |
( |
PixelMetric | metric, |
|
|
const QStyleOption * | option = nullptr, |
|
|
const QWidget * | widget = nullptr ) const |
|
inlineoverride |
Definition at line 44 of file krecentfilesaction.cpp.
45 {
46 if (metric == QStyle::PM_SmallIconSize) {
47 return 48;
48 }
49 return QProxyStyle::pixelMetric(metric, option, widget);
50 }
The documentation for this class was generated from the following file: