mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
Corrects the display of translated text for table widget.
This commit is contained in:
parent
59f2b5a0d3
commit
f5bc28c12f
@ -41,6 +41,8 @@ public:
|
||||
|
||||
class CurveCreator_TableView : public QTableWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CurveCreator_TableView( CurveCreator_ICurve* theCurve, QWidget* theParent = 0,
|
||||
const QStringList& theCoordTitles = QStringList() );
|
||||
|
@ -5343,22 +5343,6 @@ shells and solids on the other hand.</translation>
|
||||
<source>TOOL_IMPORTEXPORT</source>
|
||||
<translation>Import / Export XAO</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_SECTION</source>
|
||||
<translation>Section</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_INDEX</source>
|
||||
<translation>Index</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_X</source>
|
||||
<translation>X</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_Y</source>
|
||||
<translation>Y</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicGUI_CurveDlg</name>
|
||||
@ -5654,6 +5638,25 @@ shells and solids on the other hand.</translation>
|
||||
<translation>X=%1, Y=%2, Z=%3</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CurveCreator_TableView</name>
|
||||
<message>
|
||||
<source>TABLE_SECTION</source>
|
||||
<translation>Section</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_INDEX</source>
|
||||
<translation>Index</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_X</source>
|
||||
<translation>X</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TABLE_Y</source>
|
||||
<translation>Y</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>CurveCreator_Widget</name>
|
||||
<message>
|
||||
|
Loading…
Reference in New Issue
Block a user