mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
[Verima] Small fixes
This commit is contained in:
parent
2436f2d2f3
commit
91dcb47973
@ -34,4 +34,4 @@ SET(plugin_HTML_FILES
|
||||
|
||||
# --- rules ---
|
||||
|
||||
SALOME_INSTALL_SCRIPTS("${plugin_HTML_FILES}" ${SALOME_SMESH_INSTALL_PLUGINS}/CreeDocuments/templatesHtml)
|
||||
SALOME_INSTALL_SCRIPTS("${plugin_HTML_FILES}" ${SALOME_SMESH_INSTALL_PLUGINS}/Verima/CreeDocuments/templatesHtml)
|
||||
|
@ -1,4 +1,4 @@
|
||||
from desFenetreChoix import Ui_Choix
|
||||
from desFenetreChoix_ui import Ui_Choix
|
||||
from PyQt4 import *
|
||||
from PyQt4.QtCore import *
|
||||
from PyQt4.QtGui import *
|
||||
|
@ -1,7 +1,7 @@
|
||||
from PyQt4.QtCore import *
|
||||
from PyQt4.QtGui import *
|
||||
from PyQt4.QtSql import *
|
||||
from nomBase import Ui_LEDataBaseName
|
||||
from nomBase_ui import Ui_LEDataBaseName
|
||||
|
||||
|
||||
class DataBaseName(Ui_LEDataBaseName,QDialog):
|
||||
|
@ -6,7 +6,7 @@ installDir=os.path.join(rep,'..')
|
||||
sys.path.insert(0,installDir)
|
||||
|
||||
from PyQt4 import QtGui,QtCore
|
||||
from Gui.maFenetreChoix import MaFenetreChoix
|
||||
from Gui.maFenetreChoix_ui import MaFenetreChoix
|
||||
from Base.dataBase import Base
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
from PyQt4 import *
|
||||
from PyQt4.QtCore import *
|
||||
from PyQt4.QtGui import *
|
||||
from Gui.myMain import Ui_Gestion
|
||||
from Gui.myMain_ui import Ui_Gestion
|
||||
import sys
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user