La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 6 7 8 9 10 11 # -*- coding: utf-8 -*- from PyQt5.QtCore import QCoreApplication _translate = QCoreApplication.translate table_headers = { "name": _translate("SedimentLayers", "Name"), "type": _translate("SedimentLayers", "Type"), "height": _translate("Sedimentlayers", "Height"), }
# -*- coding: utf-8 -*- from PyQt5.QtCore import QCoreApplication _translate = QCoreApplication.translate table_headers = { "name": _translate("SedimentLayers", "Name"), "type": _translate("SedimentLayers", "Type"), "height": _translate("Sedimentlayers", "Height"), }