Hi,
Still hoping to have a more complete implementation of the character sets
on SailfishOS:
1) It seems that unicodes u2190... u2193 (arrow key arrow signs) have been
implemented in SailfishOS but the codes for arrow symbols do not extend as
far as in Harmattan because some important signs are s
Hi,
I'm creating an app with Sailfish Silica. My code looks like that.
settings.h:
> class Settings : public QSettings{
> Q_OBJECT
> /**/public:
> explicit Settings() : QSettings("Marcin Mielniczuk", "BigText") {}
> ~Settings() { qDebug() << "Dying"; }
>
> /**/};
>
>
main.cpp