1
- /* ******************************************************************************
2
- * *File: connectionsettings.h *
3
- * *Date: 2013-09-04 *
4
- * *Author(s): Jochen Bauer <[email protected] > *
5
- * Lukas Kern <[email protected] > *
6
- * Carsten Klein <[email protected] > *
7
- * *
8
- * *License information: *
9
- * *
10
- * Copyright (C) [2013] [Jochen Bauer, Lukas Kern, Carsten Klein] *
11
- * *
12
- * This file is part of PLCANALYZER. PLCANALYZER is free software; you can *
13
- * redistribute it and/or modify it under the terms of the GNU General *
14
- * Public License as published by the Free Software Foundation; either *
15
- * version 2 of the License, or (at your option) any later version. *
16
- * *
17
- * This program is distributed in the hope that it will be useful, but *
18
- * WITHOUT ANY WARRANTY; without even the implied warranty of *
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
20
- * GNU General Public License for more details. *
21
- * You should have received a copy of the GNU General Public License *
22
- * along with this program; if not, write to the Free Software *
23
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA *
24
- * 02110-1301, USA. *
25
- * *
26
- * *Program name: PLCANALYZER *
27
- * *What this program does: Connects to most SIMATIC S7/S5 Controllers *
28
- * * Reads memory areas *
29
- * * Draws a graph over time for operands *
30
- * *Have fun! *
31
- ******************************************************************************/
1
+ /* *****************************************************************************
2
+ * *File: connectionsettings.h *
3
+ * *Date: 2013-09-23 *
4
+ * *Version: 1.0 *
5
+ * *Author(s): Jochen Bauer <[email protected] > *
6
+ * Lukas Kern <[email protected] > *
7
+ * Carsten Klein <[email protected] > *
8
+ * *
9
+ * *License information: *
10
+ * *
11
+ * Copyright (C) [2013] [Jochen Bauer, Lukas Kern, Carsten Klein] *
12
+ * *
13
+ * This file is part of PLCANALYZER. PLCANALYZER is free software; you can *
14
+ * redistribute it and/or modify it under the terms of the GNU General *
15
+ * Public License as published by the Free Software Foundation; either *
16
+ * version 2 of the License, or (at your option) any later version. *
17
+ * *
18
+ * This program is distributed in the hope that it will be useful, but *
19
+ * WITHOUT ANY WARRANTY; without even the implied warranty of *
20
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
21
+ * GNU General Public License for more details. *
22
+ * You should have received a copy of the GNU General Public License *
23
+ * along with this program; if not, write to the Free Software *
24
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA *
25
+ * 02110-1301, USA. *
26
+ * *
27
+ * *Program name: PLCANALYZER *
28
+ * *What this program does: Connects to most SIMATIC S7/S5 Controllers *
29
+ * * Reads memory areas *
30
+ * * Draws a graph over time for operands *
31
+ * *Have fun! *
32
+ ******************************************************************************/
32
33
33
34
#ifndef CONNECTIONSETTINGS_H
34
35
#define CONNECTIONSETTINGS_H
@@ -74,7 +75,7 @@ private slots:
74
75
QStringList comboItemsArea;
75
76
QStringList comboItemsFormat;
76
77
QStringList comboItemsLength;
77
- QList<int > comboValuesArea;
78
+ QList<int > comboValuesArea;
78
79
QList<int > comboValuesFormat;
79
80
QList<int > comboValuesLength;
80
81
QList<QComboBox*> comboBoxesArea;
@@ -94,7 +95,7 @@ private slots:
94
95
95
96
// Graph colors as a "resorted" int-vector of Qt::GlobalColors
96
97
QVector<QColor> graphColors;
97
- // Qt::GlobalColor /*graphColors[8]*/;
98
+ // Qt::GlobalColor /*graphColors[8]*/;
98
99
// Modulo value for dynamic graphColor generation
99
100
int moduloValue;
100
101
QIntValidator* myBitValidator;
0 commit comments