[qet] [3793] update to UTF-8 encoding characters |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3793
Author: scorpio810
Date: 2015-03-03 07:11:30 +0100 (Tue, 03 Mar 2015)
Log Message:
-----------
update to UTF-8 encoding characters
Modified Paths:
--------------
trunk/sources/exportdialog.cpp
trunk/sources/ui/elementpropertieswidget.cpp
Modified: trunk/sources/exportdialog.cpp
===================================================================
--- trunk/sources/exportdialog.cpp 2015-03-02 23:05:19 UTC (rev 3792)
+++ trunk/sources/exportdialog.cpp 2015-03-03 06:11:30 UTC (rev 3793)
@@ -1052,7 +1052,7 @@
height -> setSuffix(tr("px"));
height -> setValue(diagram_size.height());
- x_label = new QLabel("\327");
+ x_label = new QLabel("*");
keep_ratio = new QPushButton();
keep_ratio -> setCheckable(true);
Modified: trunk/sources/ui/elementpropertieswidget.cpp
===================================================================
--- trunk/sources/ui/elementpropertieswidget.cpp 2015-03-02 23:05:19 UTC (rev 3792)
+++ trunk/sources/ui/elementpropertieswidget.cpp 2015-03-03 06:11:30 UTC (rev 3793)
@@ -66,7 +66,7 @@
description_string += QString(tr("Folio : %1\n")).arg(folio_index + 1);
}
description_string += QString(tr("Position : %1\n")).arg(diagram_ -> convertPosition(element_ -> scenePos()).toString());
- description_string += QString(tr("Dimensions : %1\327%2\n")).arg(element_ -> size().width()).arg(element_ -> size().height());
+ description_string += QString(tr("Dimensions : %1*%2\n")).arg(element_ -> size().width()).arg(element_ -> size().height());
description_string += QString(tr("Bornes : %1\n")).arg(element_ -> terminals().count());
description_string += QString(tr("Champs de texte : %1\n")).arg(element_ -> texts().count());