Subversion Repositories svn1-original

Rev

Rev 125 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 125 Rev 147
Line -... Line 1...
-
 
1
/*============================================================================
-
 
2
**
-
 
3
**  Project/Product : 
-
 
4
**  Filename        : qmlegtimes.h
-
 
5
**  Author(s)       : DDP
-
 
6
**
-
 
7
**  Description     : Display and edit leg time information
-
 
8
**
-
 
9
**
-
 
10
**  Information     :
-
 
11
**   Compiler       : ANSI C++
-
 
12
**   Target         : 
-
 
13
**
-
 
14
***==========================================================================*/
-
 
15
 
1
#ifndef QMLEGTIMES_H
16
#ifndef QMLEGTIMES_H
2
#define QMLEGTIMES_H
17
#define QMLEGTIMES_H
3
 
18
 
4
#include <QWidget>
19
#include    <QWidget>
5
#include    "consts.h"
20
#include    "consts.h"
6
#include    "structs.h"
21
#include    "structs.h"
7
#include    "proto.h"
22
#include    "proto.h"
8
 
23
 
9
namespace Ui {
24
namespace Ui {