From 13efc07f7a9646177b60fbfa1fd87170d9083f69 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Tue, 4 Oct 2016 15:06:49 +0200 Subject: [PATCH] entete --- InterfaceQT4/monWidgetCommande.py | 5 ++++- UiQT4/desWidgetCommande.ui | 32 ++++++++++++++++++------------- UiQT5/desWidgetCommande.ui | 32 ++++++++++++++++++------------- 3 files changed, 42 insertions(+), 27 deletions(-) diff --git a/InterfaceQT4/monWidgetCommande.py b/InterfaceQT4/monWidgetCommande.py index 32da3c15..706e23f2 100644 --- a/InterfaceQT4/monWidgetCommande.py +++ b/InterfaceQT4/monWidgetCommande.py @@ -52,8 +52,11 @@ class MonWidgetCommande(Ui_WidgetCommande,Groupe): Groupe.__init__(self,node,editor,None,etape.definition,etape,1,self) editor.inhibeSplitter=0 + self.frameAffichage.setMinimumHeight(20) if node.item.get_fr() != "" : self.labelDoc.setText(node.item.get_fr()) - else : self.labelDoc.close() + else : + self.labelDoc.close() + self.frameAffichage.resize(self.frameAffichage.width(),50) if (etape.get_type_produit()==None): self.LENom.close() elif (hasattr(etape, 'sdnom')) and etape.sdnom != "sansnom" and etape.sdnom != None: self.LENom.setText(etape.sdnom) diff --git a/UiQT4/desWidgetCommande.ui b/UiQT4/desWidgetCommande.ui index 0a1d990f..577965c1 100644 --- a/UiQT4/desWidgetCommande.ui +++ b/UiQT4/desWidgetCommande.ui @@ -40,7 +40,7 @@ font : 'times' 9px 0 - + 0 @@ -62,13 +62,16 @@ font : 'times' 9px background-color:rgb(224,223,222) - - QFrame::NoFrame - - - QFrame::Raised - + + 2 + + + 3 + + + 2 + @@ -131,7 +134,7 @@ font : 'times' 9px - ../Editeur/icons/ast-green-ball.png../Editeur/icons/ast-green-ball.png + ../../../.designer/Editeur/icons/ast-green-ball.png../../../.designer/Editeur/icons/ast-green-ball.png @@ -294,7 +297,7 @@ QLineEdit:disabled - ../Editeur/icons/roue.png../Editeur/icons/roue.png + ../../../.designer/Editeur/icons/roue.png../../../.designer/Editeur/icons/roue.png @@ -351,7 +354,7 @@ QLineEdit:disabled - ../Editeur/icons/point-interrogation.png../Editeur/icons/point-interrogation.png + ../../../.designer/Editeur/icons/point-interrogation.png../../../.designer/Editeur/icons/point-interrogation.png @@ -389,7 +392,7 @@ QLineEdit:disabled - ../Editeur/icons/lettreRblanc30.png../Editeur/icons/lettreRblanc30.png + ../../../.designer/Editeur/icons/lettreRblanc30.png../../../.designer/Editeur/icons/lettreRblanc30.png @@ -445,7 +448,7 @@ QLineEdit:disabled - ../Editeur/icons/deleteRond.png../Editeur/icons/deleteRond.png + ../../../.designer/Editeur/icons/deleteRond.png../../../.designer/Editeur/icons/deleteRond.png @@ -515,6 +518,9 @@ border-radius : 12px + + 0 + @@ -615,7 +621,7 @@ border-radius : 12px 20 - 18 + 0 diff --git a/UiQT5/desWidgetCommande.ui b/UiQT5/desWidgetCommande.ui index 0a1d990f..577965c1 100644 --- a/UiQT5/desWidgetCommande.ui +++ b/UiQT5/desWidgetCommande.ui @@ -40,7 +40,7 @@ font : 'times' 9px 0 - + 0 @@ -62,13 +62,16 @@ font : 'times' 9px background-color:rgb(224,223,222) - - QFrame::NoFrame - - - QFrame::Raised - + + 2 + + + 3 + + + 2 + @@ -131,7 +134,7 @@ font : 'times' 9px - ../Editeur/icons/ast-green-ball.png../Editeur/icons/ast-green-ball.png + ../../../.designer/Editeur/icons/ast-green-ball.png../../../.designer/Editeur/icons/ast-green-ball.png @@ -294,7 +297,7 @@ QLineEdit:disabled - ../Editeur/icons/roue.png../Editeur/icons/roue.png + ../../../.designer/Editeur/icons/roue.png../../../.designer/Editeur/icons/roue.png @@ -351,7 +354,7 @@ QLineEdit:disabled - ../Editeur/icons/point-interrogation.png../Editeur/icons/point-interrogation.png + ../../../.designer/Editeur/icons/point-interrogation.png../../../.designer/Editeur/icons/point-interrogation.png @@ -389,7 +392,7 @@ QLineEdit:disabled - ../Editeur/icons/lettreRblanc30.png../Editeur/icons/lettreRblanc30.png + ../../../.designer/Editeur/icons/lettreRblanc30.png../../../.designer/Editeur/icons/lettreRblanc30.png @@ -445,7 +448,7 @@ QLineEdit:disabled - ../Editeur/icons/deleteRond.png../Editeur/icons/deleteRond.png + ../../../.designer/Editeur/icons/deleteRond.png../../../.designer/Editeur/icons/deleteRond.png @@ -515,6 +518,9 @@ border-radius : 12px + + 0 + @@ -615,7 +621,7 @@ border-radius : 12px 20 - 18 + 0 -- 2.39.2