mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
DolphinQt: Add utility function for creating label text with a standard icon.
This commit is contained in:
@ -3,11 +3,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QStyle>
|
||||
|
||||
class QDateTimeEdit;
|
||||
class QLabel;
|
||||
class QWidget;
|
||||
|
||||
namespace QtUtils
|
||||
{
|
||||
|
||||
void ShowFourDigitYear(QDateTimeEdit* widget);
|
||||
|
||||
}
|
||||
QWidget* CreateIconWarning(QWidget* parent, QStyle::StandardPixmap standard_pixmap, QLabel* label);
|
||||
|
||||
} // namespace QtUtils
|
||||
|
Reference in New Issue
Block a user