Working Correlation Plot prototype

This commit is contained in:
Gaute Lindkvist
2020-04-17 09:31:42 +02:00
parent 82ed7bbc81
commit 60419f0985
24 changed files with 1125 additions and 13 deletions

View File

@@ -889,6 +889,14 @@ const QString& RiaPreferences::timeFormat() const
return m_timeFormat();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaPreferences::dateTimeFormat() const
{
return QString( "%1 %2" ).arg( m_dateFormat() ).arg( m_timeFormat() );
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------