#include <QApplication>
#include "us_manage_data.h"
#include "us_data_model.h"
#include "us_data_tree.h"
#include "us_data_process.h"
#include "us_settings.h"
#include "us_gui_settings.h"
#include "us_matrix.h"
#include "us_constants.h"
#include "us_license_t.h"
#include "us_license.h"
#include "us_passwd.h"
#include "us_investigator.h"
#include "us_editor.h"
#include "us_util.h"
#include "main1.inc"
Go to the source code of this file.
|
#define | timeFmt QString("hh:mm:ss") |
|
#define | nowTime() "T="+QDateTime::currentDateTime().toString(timeFmt) |
|
|
const QColor | colorRed (240, 0, 0) |
|
const QColor | colorBlue (0, 0, 255) |
|
const QColor | colorBrown (120, 60, 0) |
|
const QColor | colorGreen (0, 150, 0) |
|
const QColor | colorGray (110, 110, 110) |
|
const QColor | colorWhite (255, 255, 240) |
|
#define nowTime |
( |
| ) |
"T="+QDateTime::currentDateTime().toString(timeFmt) |
#define timeFmt QString("hh:mm:ss") |
const QColor colorBlue |
( |
0 |
, |
|
|
0 |
, |
|
|
255 |
|
|
) |
| |
const QColor colorBrown |
( |
120 |
, |
|
|
60 |
, |
|
|
0 |
|
|
) |
| |
const QColor colorGray |
( |
110 |
, |
|
|
110 |
, |
|
|
110 |
|
|
) |
| |
const QColor colorGreen |
( |
0 |
, |
|
|
150 |
, |
|
|
0 |
|
|
) |
| |
const QColor colorRed |
( |
240 |
, |
|
|
0 |
, |
|
|
0 |
|
|
) |
| |
const QColor colorWhite |
( |
255 |
, |
|
|
255 |
, |
|
|
240 |
|
|
) |
| |