Rename some properties in GI.

Actually properties height and width are QDialog ones, just rename them
to ones with `item` prefix. No configuration keys were changed.

Update translations as well.
This commit is contained in:
2016-05-17 14:22:12 +03:00
parent 301a908aed
commit 906ad56c46
15 changed files with 510 additions and 159 deletions

View File

@ -30,8 +30,8 @@ public:
explicit AWAbstractFormatter(QWidget *parent = nullptr,
const QString filePath = QString());
virtual ~AWAbstractFormatter();
void copyDefaults(AbstractExtItem *_other) const;
virtual QString convert(const QVariant &_value) const = 0;
void copyDefaults(AbstractExtItem *_other) const;
QString uniq() const;
// properties
QString type() const;