mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
DolphinQt: Add utility function for creating label text with a standard icon.
This commit is contained in:
parent
059282df6f
commit
a45d00d84d
6 changed files with 46 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue