Minor changes

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3096 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-06-02 01:38:02 +00:00
parent 20214f22d6
commit 441eef4a6d
2 changed files with 3 additions and 3 deletions

View File

@@ -234,12 +234,12 @@ void QetShapeItem::editProperty()
cb.setVisible(false);
//GroupBox for Scaling
QGroupBox scale_groupe(QObject::tr("Scale", "shape scale"));
QGroupBox scale_groupe(QObject::tr("\311chelle", "shape scale"));
dialog_layout.addWidget(&scale_groupe);
QHBoxLayout scale_layout(&scale_groupe);
QLabel scale_label(&property_dialog);
scale_label.setText(tr("Scale Factor"));
scale_label.setText(tr("Facteur d'\351chelle"));
QLineEdit scale_lineedit(&property_dialog);
QDoubleValidator scale_val(0.0,1000,3, &property_dialog);