mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-15 01:23:42 +00:00
split data engine matchers to classes
This commit is contained in:
@ -18,7 +18,8 @@
|
||||
#include "awpluginformatterintegerwide.h"
|
||||
|
||||
|
||||
QString AWPluginFormatterIntegerWide::format(const QVariant &_value, const QString &, const AWPluginFormatSettings &) const
|
||||
QString AWPluginFormatterIntegerWide::format(const QVariant &_value, const QString &,
|
||||
const AWPluginFormatSettings &) const
|
||||
{
|
||||
return QString("%1").arg(_value.toDouble(), 5, 'f', 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user