]> SALOME platform Git repositories - tools/eficas.git/blob - Ui/desVisu.py
Salome HOME
CCAR: merge de la version 1.14 dans la branche principale
[tools/eficas.git] / Ui / desVisu.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'desVisu.ui'
4 #
5 # Created: mar mar 25 10:05:09 2008
6 #      by: The PyQt User Interface Compiler (pyuic) 3.13
7 #
8 # WARNING! All changes made in this file will be lost!
9
10
11 from qt import *
12
13
14 class DVisu(QWidget):
15     def __init__(self,parent = None,name = None,fl = 0):
16         QWidget.__init__(self,parent,name,fl)
17
18         if not name:
19             self.setName("DVisu")
20
21
22         DVisuLayout = QGridLayout(self,1,1,11,6,"DVisuLayout")
23
24         self.TB = QTextBrowser(self,"TB")
25
26         DVisuLayout.addWidget(self.TB,0,0)
27
28         self.languageChange()
29
30         self.resize(QSize(501,394).expandedTo(self.minimumSizeHint()))
31         self.clearWState(Qt.WState_Polished)
32
33
34     def languageChange(self):
35         self.setCaption(self.__tr("Visualisation Include Materiau"))
36
37
38     def __tr(self,s,c = None):
39         return qApp.translate("DVisu",s,c)