Cosmetic commit

* apply clangformat settings
* update translations
* rename settings
This commit is contained in:
2016-02-16 08:46:43 +03:00
parent 362f1fd87e
commit 95a5eec108
14 changed files with 141 additions and 34 deletions

View File

@ -447,7 +447,8 @@ int GraphicalItem::showConfiguration(const QVariant args)
setComment(ui->lineEdit_comment->text());
setApiVersion(AWGIAPI);
setCustom(ui->checkBox_custom->isChecked());
setBar(m_custom ? ui->lineEdit_customValue->text() : ui->comboBox_value->currentText());
setBar(m_custom ? ui->lineEdit_customValue->text()
: ui->comboBox_value->currentText());
setMaxValue(ui->doubleSpinBox_max->value());
setMinValue(ui->doubleSpinBox_min->value());
setActiveColor(ui->pushButton_activeColor->text().remove(QChar('&')));