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
14
class
QHyoda
:
public
QMainWindow,
public
Ui::hyodaWindow{
15
Q_OBJECT
16
public
:
17
QHyoda
(
int
,
char
**);
18
~QHyoda
();
19
public
:
20
void
quit();
21
void
hyodaUi();
22
void
setHandlerException();
23
public
slots:
24
//void detach();
25
void
restart();
26
public
:
27
void
toys();
28
public
:
29
bool
hyodaQuitRequest;
30
public
:
31
QSplitter *mainSplitter;
32
QTabWidget *QTabLeft;
33
QWidget *QJob;
34
QTabWidget *QTabRight;
35
};
36
37
#endif
// Q_HYODA_H
QHyoda
Definition
QHyoda.h:14
arcane
hyoda
gui
QHyoda.h
Généré le Lundi 18 Novembre 2024 03:01:30 pour Arcane par
1.9.8