Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
QHyodaToolMesh.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* QHyodaToolMesh.h (C) 2000-2022 */
9/*---------------------------------------------------------------------------*/
10/*---------------------------------------------------------------------------*/
11
12#ifndef Q_HYODA_JOB_TOOL_MESH_H
13#define Q_HYODA_JOB_TOOL_MESH_H
14
15#include <QtWidgets>
16#include "QHyodaIceT.h"
17#include "ui_hyodaMesh.h"
18
19class QHyodaToolMesh: public QWidget, public Ui::toolMeshWidget{
20 Q_OBJECT
21public:
22 QHyodaToolMesh(QTabWidget*);
24};
25#endif // Q_HYODA_JOB_TOOL_MESH_H