Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
QHyoda.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#ifndef Q_HYODA_H
8#define Q_HYODA_H
9
10#include <ui_hyoda.h>
11#include <QFileInfo>
12#include <QSplitter>
13
14class QHyoda: public QMainWindow, public Ui::hyodaWindow{
15 Q_OBJECT
16public:
17 QHyoda(int,char**);
18 ~QHyoda();
19public:
20 void quit();
21 void hyodaUi();
22 void setHandlerException();
23public slots:
24 //void detach();
25 void restart();
26public:
27 void toys();
28public:
29 bool hyodaQuitRequest;
30public:
31 QSplitter *mainSplitter;
32 QTabWidget *QTabLeft;
33 QWidget *QJob;
34 QTabWidget *QTabRight;
35};
36
37#endif // Q_HYODA_H