|
|
|
@ -21,16 +21,16 @@
|
|
|
|
|
|
|
|
|
|
#include "SettingsPaths.h"
|
|
|
|
|
|
|
|
|
|
#include <QSettings>
|
|
|
|
|
#include <QPoint>
|
|
|
|
|
#include <QSize>
|
|
|
|
|
#include <QDir>
|
|
|
|
|
#include <QDate>
|
|
|
|
|
#include <QStringList>
|
|
|
|
|
#include <QCoreApplication>
|
|
|
|
|
#include <QMetaMethod>
|
|
|
|
|
#include <QMetaProperty>
|
|
|
|
|
#include <QWidget>
|
|
|
|
|
#include <tqsettings.h>
|
|
|
|
|
#include <tqpoint.h>
|
|
|
|
|
#include <tqsize.h>
|
|
|
|
|
#include <tqdir.h>
|
|
|
|
|
#include <tqdate.h>
|
|
|
|
|
#include <tqstringlist.h>
|
|
|
|
|
#include <tqcoreapplication.h>
|
|
|
|
|
#include <tqmetamethod.h>
|
|
|
|
|
#include <tqmetaproperty.h>
|
|
|
|
|
#include <tqwidget.h>
|
|
|
|
|
|
|
|
|
|
//! \defgroup grp_Settings All concerning the settings.
|
|
|
|
|
|
|
|
|
@ -549,24 +549,24 @@ void UiGuiSettings::setValueByName(const QString &settingName, const QVariant &v
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <QBitArray>
|
|
|
|
|
#include <QBitmap>
|
|
|
|
|
#include <QBrush>
|
|
|
|
|
#include <QCursor>
|
|
|
|
|
#include <QDateTime>
|
|
|
|
|
#include <QFont>
|
|
|
|
|
#include <QIcon>
|
|
|
|
|
#include <QKeySequence>
|
|
|
|
|
#include <QLocale>
|
|
|
|
|
#include <QPalette>
|
|
|
|
|
#include <QPen>
|
|
|
|
|
#include <QSizePolicy>
|
|
|
|
|
#include <QTextFormat>
|
|
|
|
|
#include <QTextLength>
|
|
|
|
|
#include <QUrl>
|
|
|
|
|
#include <tqbitarray.h>
|
|
|
|
|
#include <tqbitmap.h>
|
|
|
|
|
#include <tqbrush.h>
|
|
|
|
|
#include <tqcursor.h>
|
|
|
|
|
#include <tqdatetime.h>
|
|
|
|
|
#include <tqfont.h>
|
|
|
|
|
#include <tqicon.h>
|
|
|
|
|
#include <tqkeysequence.h>
|
|
|
|
|
#include <tqlocale.h>
|
|
|
|
|
#include <tqpalette.h>
|
|
|
|
|
#include <tqpen.h>
|
|
|
|
|
#include <tqsizepolicy.h>
|
|
|
|
|
#include <tqtextformat.h>
|
|
|
|
|
#include <tqtextlength.h>
|
|
|
|
|
#include <tqurl.h>
|
|
|
|
|
#if QT_VERSION >= 0x040600
|
|
|
|
|
#include <QMatrix4x4>
|
|
|
|
|
#include <QVector2D>
|
|
|
|
|
#include <tqmatrix4x4.h>
|
|
|
|
|
#include <tqvector2d.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
bool UiGuiSettings::invokeMethodWithValue( QObject *obj, QMetaMethod mMethod, QVariant value )
|
|
|
|
|