From 1e05d03d31f7b18e703f6298c1fcbd69abe0f53d Mon Sep 17 00:00:00 2001
From: "pascale.noyret"
Date: Thu, 10 Dec 2015 18:28:13 +0100
Subject: [PATCH] bug 53033
---
Ihm/I_MCSIMP.py | 7 +-
InterfaceQT4/feuille.py | 25 +
InterfaceQT4/monWidgetPlusieursBase.py | 22 +-
InterfaceQT4/monWidgetPlusieursInto.py | 22 +-
InterfaceQT4/monWidgetPlusieursIntoOrdonne.py | 28 +-
InterfaceQT4/monWidgetPlusieursTuple.py | 12 +-
UiQT4/desWidgetPlusieursTuple.ui | 140 +++-
UiQT4/eficas_en.ts | 736 ++++++------------
8 files changed, 378 insertions(+), 614 deletions(-)
diff --git a/Ihm/I_MCSIMP.py b/Ihm/I_MCSIMP.py
index d610ae06..18ed98ff 100644
--- a/Ihm/I_MCSIMP.py
+++ b/Ihm/I_MCSIMP.py
@@ -113,9 +113,12 @@ class MCSIMP(I_OBJECT.OBJECT):
if isinstance(val,types.TupleType):
texteVal='('
for i in val :
- texteVal = texteVal + str(i)+','
+ if isinstance(i, types.StringType) : texteVal = texteVal +"'"+str(i)+"',"
+ else : texteVal = texteVal + str(i)+','
texteVal=texteVal[:-1]+')'
- else : texteVal=str(val)
+ else :
+ if isinstance(val,types.StringType): texteVal="'"+str(val)+"'"
+ else :texteVal=str(val)
txt = txt + sep+ texteVal
## if len(txt) > 200:
diff --git a/InterfaceQT4/feuille.py b/InterfaceQT4/feuille.py
index 9f7f4889..53e928e1 100644
--- a/InterfaceQT4/feuille.py
+++ b/InterfaceQT4/feuille.py
@@ -103,6 +103,31 @@ class Feuille(QWidget,ContientIcones,SaisieValeur,FacultatifOuOptionnel):
def finCommentaire(self):
return ""
+
+ def finCommentaireListe(self):
+ commentaire=""
+ mc = self.node.item.get_definition()
+ d_aides = { 'TXM' : 'chaines de caracteres',
+ 'R' : 'reels',
+ 'I' : 'entiers',
+ 'C' : 'complexes'}
+ type = mc.type[0]
+ if not d_aides.has_key(type) :
+ if mc.min == mc.max:
+ commentaire=tr("Entrez ")+str(mc.min)+tr(" valeurs ")+'\n'
+ else :
+ commentaire=tr("Entrez entre ")+str(mc.min)+tr(" et ")+str(mc.max)+tr(" valeurs ")+'\n'
+ else :
+ if mc.min == mc.max:
+ commentaire=tr("Entrez ")+str(mc.min)+" "+tr(d_aides[type])+'\n'
+ else :
+ commentaire=tr("Entrez entre ")+str(mc.min)+(" et ")+str(mc.max) +" " +tr(d_aides[type])+'\n'
+ aideval=self.node.item.aide()
+ commentaire=commentaire + QString.toUtf8(QString(aideval))
+ self.monCommentaireLabel.setText(str(commentaire))
+ return str(commentaire)
+
+
def setSuggestion(self):
if self.monSimpDef.get_sug() != None and self.monSimpDef.get_sug() != "":
suggere=str('
suggestion : ')+str(self.monSimpDef.get_sug())+"
"
diff --git a/InterfaceQT4/monWidgetPlusieursBase.py b/InterfaceQT4/monWidgetPlusieursBase.py
index 9ed59013..e396d7f0 100644
--- a/InterfaceQT4/monWidgetPlusieursBase.py
+++ b/InterfaceQT4/monWidgetPlusieursBase.py
@@ -73,6 +73,7 @@ class MonWidgetPlusieursBase (Ui_WidgetPlusieursBase,Feuille,GereListe,GerePlie)
else :
self.resize(self.width(),hauteurMax)
self.setMinimumHeight(hauteurMax)
+ self.finCommentaireListe()
self.parentQt.commandesLayout.insertWidget(-1,self)
self.maCommande.listeAffichageWidget.append(self.lineEditVal1)
self.AAfficher=self.lineEditVal1
@@ -144,26 +145,7 @@ class MonWidgetPlusieursBase (Ui_WidgetPlusieursBase,Feuille,GereListe,GerePlie)
def finCommentaire(self):
- commentaire=""
- mc = self.node.item.get_definition()
- d_aides = { 'TXM' : 'chaines de caracteres',
- 'R' : 'reels',
- 'I' : 'entiers',
- 'C' : 'complexes'}
- type = mc.type[0]
- if not d_aides.has_key(type) :
- if mc.min == mc.max:
- commentaire=tr("Entrez ")+str(mc.min)+tr(" valeurs ")+'\n'
- else :
- commentaire=tr("Entrez entre ")+str(mc.min)+tr(" et ")+str(mc.max)+tr(" valeurs ")+'\n'
- else :
- if mc.min == mc.max:
- commentaire=tr("Entrez ")+str(mc.min)+" "+tr(d_aides[type])+'\n'
- else :
- commentaire=tr("Entrez entre ")+str(mc.min)+(" et ")+str(mc.max) +" " +tr(d_aides[type])+'\n'
- aideval=self.node.item.aide()
- commentaire=commentaire + " " + QString.toUtf8(QString(aideval))
- return str(commentaire)
+ return self.finCommentaireListe()
def ajout1Valeur(self,valeur=None):
if valeur == None : return
diff --git a/InterfaceQT4/monWidgetPlusieursInto.py b/InterfaceQT4/monWidgetPlusieursInto.py
index d12cbdbd..12c5f702 100644
--- a/InterfaceQT4/monWidgetPlusieursInto.py
+++ b/InterfaceQT4/monWidgetPlusieursInto.py
@@ -44,6 +44,7 @@ class MonWidgetPlusieursInto (Ui_WidgetPlusieursInto,Feuille,GerePlie):
self.connect(self.CBCheck, SIGNAL('stateChanged(int)'),self.change)
self.gereIconePlier()
self.inhibe=False
+ self.finCommentaireListe()
# try except si la liste des possibles est vide
# prevoir qqchose
try :
@@ -127,26 +128,7 @@ class MonWidgetPlusieursInto (Ui_WidgetPlusieursInto,Feuille,GerePlie):
def finCommentaire(self):
- commentaire=""
- mc = self.node.item.get_definition()
- d_aides = { 'TXM' : 'chaines de caracteres',
- 'R' : 'reels',
- 'I' : 'entiers',
- 'C' : 'complexes'}
- type = mc.type[0]
- if not d_aides.has_key(type) :
- if mc.min == mc.max:
- commentaire=tr("Entrez ")+str(mc.min)+tr(" valeurs ")+'\n'
- else :
- commentaire=tr("Entrez entre ")+str(mc.min)+tr(" et ")+str(mc.max)+tr(" valeurs ")+'\n'
- else :
- if mc.min == mc.max:
- commentaire=tr("Entrez ")+str(mc.min)+" "+tr(d_aides[type])+'\n'
- else :
- commentaire=tr("Entrez entre ")+str(mc.min)+(" et ")+str(mc.max) +" " +tr(d_aides[type])+'\n'
- aideval=self.node.item.aide()
- commentaire=commentaire + " " + QString.toUtf8(QString(aideval))
- return str(commentaire)
+ return self.finCommentaireListe()
def ajout1Valeur(self,valeur=None):
#print "________________"
diff --git a/InterfaceQT4/monWidgetPlusieursIntoOrdonne.py b/InterfaceQT4/monWidgetPlusieursIntoOrdonne.py
index 6d43dcec..7bd475a6 100644
--- a/InterfaceQT4/monWidgetPlusieursIntoOrdonne.py
+++ b/InterfaceQT4/monWidgetPlusieursIntoOrdonne.py
@@ -46,7 +46,7 @@ class MonWidgetPlusieursIntoOrdonne (Ui_WidgetPlusieursIntoOrdonne, Feuille,Gere
self.NumLineEditEnCours=0
Feuille.__init__(self,node,monSimpDef,nom,objSimp,parentQt,commande)
GereListe.__init__(self)
- self.initCommentaire()
+ self.finCommentaireListe()
self.gereIconePlier()
try :
self.maCommande.listeAffichageWidget.append(self.lineEditVal1)
@@ -230,31 +230,5 @@ class MonWidgetPlusieursIntoOrdonne (Ui_WidgetPlusieursIntoOrdonne, Feuille,Gere
self.estVisibleRE.setFocus()
self.scrollArea.ensureWidgetVisible(self.estVisibleRE,0,0)
#
- def initCommentaire(self):
- commentaire=""
- mc = self.node.item.get_definition()
- d_aides = { 'TXM' : 'chaînes\n',
- 'R' : 'réels\n',
- 'I' : 'entiers\n',
- 'C' : 'complexes\n'}
- type = mc.type[0]
- if not d_aides.has_key(type) :
- if mc.min == mc.max:
- commentaire=tr("Entrez ")+str(mc.min)+(" valeurs \n ")
- else :
- commentaire=tr("Entrez entre ")+str(mc.min)+tr(" et ")+str(mc.max)+tr(" valeurs ")
- else :
- # Pour la traduction
- if type == 'TXM' : aide=tr('chaines \n')
- if type == 'R' : aide=tr('reels\n')
- if type == 'I' : aide=tr('entiers\n')
- if type == 'C' : aide=tr('complexes\n')
- if mc.min == mc.max:
- commentaire=tr("Entrez ")+str(mc.min)+" "+ aide
- else :
- commentaire=tr("Entrez entre ")+str(mc.min)+tr(" et ")+str(mc.max)+" "+aide
- aideval=self.node.item.aide()
- commentaire=commentaire + (aideval)
- self.monCommentaireLabel.setText(commentaire)
diff --git a/InterfaceQT4/monWidgetPlusieursTuple.py b/InterfaceQT4/monWidgetPlusieursTuple.py
index d0bad71f..184c160a 100644
--- a/InterfaceQT4/monWidgetPlusieursTuple.py
+++ b/InterfaceQT4/monWidgetPlusieursTuple.py
@@ -86,8 +86,11 @@ class TupleCustom :
if str(value[i]) != "" : valeurNulle=False
except :
pass
-
- courant.setText(str(value[i]))
+
+ try :
+ courant.setText(str(value[i]))
+ except :
+ courant.setText("")
val=str(courant.text())
try :
valeur=eval(val,{})
@@ -117,6 +120,10 @@ class TupleCustom :
courant=getattr(self,nomLE)
courant.setText("")
+ def finCommentaire(self):
+ return self.finCommentaireListe()
+
+
class TupleCustom2(QWidget,Ui_Tuple2,TupleCustom):
def __init__(self,tailleTuple,parent,parentQt,index):
TupleCustom.__init__(self,tailleTuple,parent,parentQt,index)
@@ -136,6 +143,7 @@ class MonWidgetPlusieursTuple(Feuille,GereListe):
self.listeAffichageWidget=[]
Feuille.__init__(self,node,monSimpDef,nom,objSimp,parentQt,commande)
GereListe.__init__(self)
+ self.finCommentaireListe()
self.politique=PolitiquePlusieurs(self.node,self.editor)
self.parentQt.commandesLayout.insertWidget(-1,self)
if sys.platform[0:5]!="linux":
diff --git a/UiQT4/desWidgetPlusieursTuple.ui b/UiQT4/desWidgetPlusieursTuple.ui
index 90247554..391a2325 100644
--- a/UiQT4/desWidgetPlusieursTuple.ui
+++ b/UiQT4/desWidgetPlusieursTuple.ui
@@ -6,8 +6,8 @@
0
0
- 966
- 281
+ 612
+ 175
@@ -19,7 +19,7 @@
0
- 230
+ 0
@@ -29,9 +29,18 @@
0
-
+
0
+
+ 2
+
+
+ 0
+
+
+ 2
+
-
-
@@ -121,38 +130,95 @@
-
-
-
-
- 0
- 0
-
-
-
-
- 300
- 25
-
-
-
-
- 178
- 16777215
-
-
-
- QFrame::NoFrame
+
+
+ 0
-
- <html><head/><body><p>aaa</p><p>dqsklmdqm</p></body></html>
-
-
- false
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
-
-
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 300
+ 25
+
+
+
+
+ 178
+ 16777215
+
+
+
+ QFrame::NoFrame
+
+
+ <html><head/><body><p>aaa</p><p>dqsklmdqm</p></body></html>
+
+
+ false
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ QFrame::NoFrame
+
+
+ QFrame::Plain
+
+
+ true
+
+
+
+
+ 0
+ 0
+ 112
+ 109
+
+
+
+
+ 0
+ 0
+
+
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+ TextLabel
+
+
+
+
+
+
+
+
-
@@ -196,8 +262,8 @@
0
0
- 553
- 220
+ 197
+ 110
diff --git a/UiQT4/eficas_en.ts b/UiQT4/eficas_en.ts
index 0a4e91d5..e514c2ef 100644
--- a/UiQT4/eficas_en.ts
+++ b/UiQT4/eficas_en.ts
@@ -1,6 +1,5 @@
-
-
+
@default
@@ -209,22 +208,17 @@ ask eficas team
unable to transfer files to : %s
-
-
- invalid commented command
-
-
-
+
error
-
+
fatale error
-
+
unable to construct command
@@ -745,57 +739,57 @@ Le fichier associe n'est pas defini
Error when reading configuration file
-
+
fatal error when loading %s
-
+
Fatal error when loading file
-
+
file updated
-
+
Warning ! this file was modified outside Eficas
-
+
unsupported file type
-
+
Eficas is not able to open this file's type : %s
-
+
Eficas is not able to open this file's type
-
+
unable to copy
-
+
you have to select an object to copy
-
+
You have to select a single object : copy will be done after the selected node
-
+
No object was cut or copied
@@ -825,17 +819,17 @@ Le fichier associe n'est pas defini
move rejected. no move between two files : only copy is available
-
+
unable to copy here
-
+
select a command; a parameter, a comment or a macro
-
+
Choice of XML file
@@ -845,67 +839,67 @@ Le fichier associe n'est pas defini
Open file
-
+
Error when generating
-
+
Eficas is unable to convert JDC
-
+
not supported format %s
-
+
Unable to execute
-
+
JDC has to be valid before run
-
+
JDC must contains a single componant
-
+
save
-
+
save file
-
+
file <b>%s</b> already exists.
-
+
&Replace
-
+
Choose file corresponding to unit
-
+
Choose poursuite file
-
+
file %s contains a POURSUITE command
@@ -943,82 +937,52 @@ Le fichier associe n'est pas defini
&Ok
-
+
enter
-
+
- values
+ values
-
+
enter between
-
+
and
-
+
selection
-
-
-
- string expected
-
-
-
-
- float expected
-
-
-
-
- integer expected.
-
-
-
-
- Matrix expected.
-
-
-
-
- file expected.
-
-
-
-
- directory expected
-
unkown type
-
+
view file
-
+
Unable to display file
-
+
save File
-
+
file selected
@@ -1139,7 +1103,7 @@ Le fichier associe n'est pas defini
&Delete
-
+
enter a complex
@@ -1387,7 +1351,7 @@ Le fichier associe n'est pas defini
-
+
is not correct - no possible "append_brother"
@@ -1402,23 +1366,23 @@ Le fichier associe n'est pas defini
unable to display law's PDF.
-
+
file contains MODEL command
-
+
-
+
Choice for unit %d
-
+
File for unit
@@ -1585,114 +1549,89 @@ Le fichier associe n'est pas defini
PARAMETER
-
+
Eficas does not know how to convert data according to the defined format
-
+
Before a run action, JDC must be valid
-
+
Save before run action
-
+
unable to save input file
-
+
file must be valid to create a .input file
-
+
You have to choose a component
-
+
file %s contains an "INCLUDE" command
-
+
Name the principal file
-
+
Med Files (*.med);;All Files(*)
-
+
Med File
-
+
Choose a Med file
-
-
- string
-
-
-
+
float
-
+
integer
-
+
complex
-
-
-
- matrix
-
-
-
-
- file
-
-
-
-
- existing file
-
-
-
-
- directory
-
Help is not available
-
+
export Med Mesh in a file
-
+
Unable to export file
@@ -1707,18 +1646,18 @@ Le fichier associe n'est pas defini
value can not be changed
-
+
Settings
-
+
minimal number of values :
-
+
Maximal number of values :
@@ -1728,20 +1667,15 @@ Le fichier associe n'est pas defini
expression must be as a+bj
-
+
Value is recorded
-
+
Value is not authorized
-
-
-
- acquier mesh groups
-
@@ -1770,7 +1704,7 @@ Le fichier associe n'est pas defini
- Center
+ Center
@@ -1863,12 +1797,12 @@ Le fichier associe n'est pas defini
-
+
data file
-
+
all files (*)
@@ -1878,37 +1812,37 @@ Le fichier associe n'est pas defini
select
-
+
minimal number of values :
-
+
maximum number of values
-
+
-
+
-
+
save file in line format
-
+
value recorded
-
+
unvalid value
@@ -1918,224 +1852,14 @@ Le fichier associe n'est pas defini
%s is not a valid file
-
-
- incorrect number of arguments
-
-
-
-
- value %s is not valid. must be in %s
-
-
-
-
- %s is not a valid string. length must be betwenn %s and %s
-
-
-
-
- string : length msut be between %s and %s
-
-
-
-
- mandatory value %s
-
-
-
-
- %s does not contain mandatory elements %s
-
-
-
-
- %s mandatory
-
-
-
-
- %s contains duplication
-
-
-
-
- string with a length between %s and %s
-
-
-
-
- incorrect length
-
-
-
-
- % is not a string
-
-
-
-
- %s has not a valid length
-
-
-
-
- list %s
-
-
-
-
- list must be ordered %s
-
-
-
-
- %s is not increasing
-
-
-
-
- %s in not decreasing
-
-
-
-
- %s has not a valid type
-
-
-
-
- value must be in [%s;%s]
-
-
-
-
- value must be [%s,%s]
-
-
-
-
- %s must be < %s
-
-
-
-
- list's length must be in [ %s, %s ]
-
-
-
-
- list's length must be in [%s, %s]
-
-
-
-
- %s must have a length < %s
-
-
-
-
- %s must have a lenght > %s
-
-
-
-
-
-
-
-
-
- %s contains unvalid values
-
-
-
-
- value %s for the sum of keys A and B
-
-
-
-
- value of %s
-
-
-
-
- value of %s
-
-
-
+
- valids type in a list
+ valids type in a tuple
-
+
- unvalid type for values
-
-
-
-
- %s should be of %s type
-
-
-
-
- %s in not in %s
-
-
-
-
- %s does not contains elements which have to be together : %s
-
-
-
-
- %s in not valide : %s
-
-
-
-
- %s have to be between %s and %s
-
-
-
-
- %s is not a valid directory
-
-
-
-
- unknown type %s
-
-
-
-
- %s (type %s) is not a valid type : %s %s
-
-
-
-
- value %s is not included in [%s, %s]
-
-
-
-
- %s together
-
-
-
-
- unknown keywords : %s
-
-
-
-
- No parameters creation
-
-
-
-
- parametres are defined for a specific JDC (context)
+ unvalid type for values
@@ -2150,7 +1874,7 @@ Le fichier associe n'est pas defini
- values
+ values
@@ -2229,32 +1953,32 @@ Le fichier associe n'est pas defini
is not correct
-
+
unable to modify
-
+
parameter is not valid
-
+
is not a correct name
-
+
incorrect value :
-
+
incorrect value
-
+
valid value
@@ -2265,14 +1989,9 @@ Le fichier associe n'est pas defini
-
+
already existing concept with name : %s !
-
-
-
- parameter have to be created inside a JDC (a context)
-
header does not match with matrix
-
+
keyword
-
+
has to be inserted before
-
+
unable to insert keyword
-
+
has to be inserted after
-
+
Maximal number of values
-
-
-
- Time Value expressed under HH:MM
-
-
-
-
- date expressed as DD/MM/YY
-
No specific rules for building this dataset
-
+
Mesh Menu
-
+
Read elements mesh
-
+
Read elements mesh
@@ -2494,6 +2203,11 @@ Le fichier associe n'est pas defini
modele_anglais
+
+
+
+
+
ChoixCode
@@ -2550,12 +2264,12 @@ Le fichier associe n'est pas defini
display commands in alphabetic order
-
+
display commands by thema
-
+
ordered by modelisation
@@ -2570,7 +2284,7 @@ Le fichier associe n'est pas defini
filters commands
-
+
display validity rules
@@ -2580,12 +2294,12 @@ Le fichier associe n'est pas defini
-
+
Building Rules
-
+
case-sensitive
@@ -2600,7 +2314,7 @@ Le fichier associe n'est pas defini
select words that CONTAINS the filter
-
+
re-display the list of commands
@@ -2640,7 +2354,7 @@ p, li { white-space: pre-wrap; }
DSelVal
-
+
Values Selections
@@ -2806,7 +2520,7 @@ p, li { white-space: pre-wrap; }
Source File
-
+
Result File
@@ -2881,7 +2595,7 @@ p, li { white-space: pre-wrap; }
&Edit
-
+
&Data
@@ -2936,12 +2650,12 @@ p, li { white-space: pre-wrap; }
-
+
Parameters
-
+
Managing parameters
@@ -2962,7 +2676,7 @@ p, li { white-space: pre-wrap; }
Save run
-
+
run
@@ -2971,7 +2685,7 @@ p, li { white-space: pre-wrap; }
-
+
Rules for dataset
@@ -2980,22 +2694,22 @@ p, li { white-space: pre-wrap; }
JDCEditor
-
+
-
+
-
+
-
+
&Cancel
@@ -3053,7 +2767,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -3094,7 +2808,7 @@ p, li { white-space: pre-wrap; }
display validation report for the keyword
-
+
Delete the keyword
@@ -3117,7 +2831,7 @@ p, li { white-space: pre-wrap; }
WidgetCommande
-
+
Display validity report for the keyword
@@ -3127,12 +2841,12 @@ p, li { white-space: pre-wrap; }
<html><head/><body><p><span style=" color:#0000ff;">command </span></p></body></html
-
+
Object Name. Only valid objects can be named
-
+
Run associated script
@@ -3142,12 +2856,12 @@ p, li { white-space: pre-wrap; }
open a browser to navigate to contextual help
-
+
display validity rules
-
+
Delete the command
@@ -3167,7 +2881,7 @@ p, li { white-space: pre-wrap; }
Shift+A, Alt+A, Alt+A, Alt+A
-
+
display previous command
@@ -3220,7 +2934,7 @@ p, li { white-space: pre-wrap; }
Shift+A, Alt+A, Alt+A, Alt+A
-
+
Delete the comment
@@ -3230,7 +2944,7 @@ p, li { white-space: pre-wrap; }
&Commands
-
+
display previous command
@@ -3268,7 +2982,7 @@ p, li { white-space: pre-wrap; }
Display validity report for keyword
-
+
Delete the keyword
@@ -3332,7 +3046,7 @@ p, li { white-space: pre-wrap; }
Display validity report for keyword
-
+
Delete the keyword
@@ -3373,21 +3087,6 @@ p, li { white-space: pre-wrap; }
<html><head/><body><p><span style=" color:#0000ff;">command </span></p></body></html
-
-
-
- Entry Validation
-
-
-
-
- &Add
-
-
-
-
- Shift+A, Alt+A, Alt+A, Alt+A
-
@@ -3396,12 +3095,12 @@ p, li { white-space: pre-wrap; }
WidgetParam
-
+
<html><head/><body><p><span style=" color:#000000;">Parameter</span></p></body></html>
-
+
Delete the comment
@@ -3421,7 +3120,7 @@ p, li { white-space: pre-wrap; }
Shift+A, Alt+A, Alt+A, Alt+A
-
+
Display previous command
@@ -3475,52 +3174,52 @@ p, li { white-space: pre-wrap; }
WidgetPlusieursBase
-
+
Display validity report for keyword
-
+
up
-
+
down
-
+
deletes a line
-
+
add a line
-
+
display all the value
-
-
+
+
from salome
-
+
Show in salome
-
-
+
+
Open a file for selection
-
-
+
+
Delete the keyword
@@ -3530,25 +3229,35 @@ p, li { white-space: pre-wrap; }
-
+
-
+
+
+
+
+ manage list
+
+
+
+
+ TextLabel
+
WidgetPlusieursInto
-
+
Display validity report for the keyword
-
-
+
+
Delete the keyword
@@ -3558,55 +3267,60 @@ p, li { white-space: pre-wrap; }
-
+
-
+
+
+
+
+ manage list
+
WidgetPlusieursIntoOrdonne
-
+
display validity report for the keyword
-
+
TextLabel
-
+
Up
-
+
Down
-
-
+
+
Delete a line
-
+
add a line
-
+
show all values
-
-
+
+
Delete the keyword
@@ -3616,15 +3330,20 @@ p, li { white-space: pre-wrap; }
-
+
-
+
+
+
+
+ manage list
+
WidgetPlusieursPlie
@@ -3633,28 +3352,28 @@ p, li { white-space: pre-wrap; }
-
-
+
+
Display validity report for the keyword
-
+
-
+
-
-
+
+
manage list
-
-
+
+
Delete the keyword
@@ -3667,55 +3386,60 @@ p, li { white-space: pre-wrap; }
-
+
Display validity report for the keyword
-
+
-
+
-
+
Up
-
+
Down
-
+
delete a line
-
+
add a line
-
+
show all values
-
-
+
+
import data from a file
-
-
+
+
Delete the keyword
+
+
+
+ TextLabel
+
WidgetRadioButton
@@ -3724,7 +3448,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -3757,7 +3481,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
<html><head/><body><p>Objects with the recquired type</p><p><br/></p></body></html>
@@ -3767,7 +3491,7 @@ p, li { white-space: pre-wrap; }
or name the object
-
+
Delete the keyword
@@ -3795,7 +3519,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -3823,7 +3547,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -3861,7 +3585,7 @@ p, li { white-space: pre-wrap; }
Complex : a+bj
-
+
Real/Imaginary
@@ -3899,7 +3623,7 @@ p, li { white-space: pre-wrap; }
WidgetSimpFichier
-
+
Display validity report for the keyword
@@ -3914,7 +3638,7 @@ p, li { white-space: pre-wrap; }
Open the file
-
+
Delete the keyword
@@ -3942,7 +3666,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -3970,7 +3694,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -4013,7 +3737,7 @@ p, li { white-space: pre-wrap; }
Display validity report for the keyword
-
+
Delete the keyword
@@ -4061,7 +3785,7 @@ p, li { white-space: pre-wrap; }
expect a CO Object
-
+
Delete the keyword
@@ -4099,7 +3823,7 @@ p, li { white-space: pre-wrap; }
-
+
object must be created
@@ -4149,9 +3873,9 @@ p, li { white-space: pre-wrap; }
-
+
desWidgetCreeParam
-
+
Parameters
@@ -4166,7 +3890,7 @@ p, li { white-space: pre-wrap; }
Value
-
+
<html><head/><body><p><span style=" text-decoration: underline;">New Parameter</span></p></body></html>
@@ -4189,7 +3913,7 @@ p, li { white-space: pre-wrap; }
-
+
@@ -4203,7 +3927,7 @@ p, li { white-space: pre-wrap; }
self.appliEficas
-
+
--
2.39.2