Skip to content

Commit 56dab5a

Browse files
cosmetic changes
removing unnecessary qcustomplot sources into sub folder
1 parent 53395c3 commit 56dab5a

19 files changed

+904
-720
lines changed

connectionsettings.cpp

+32-31
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
1-
/*******************************************************************************
2-
* *File: connectionsettings.cpp *
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.cpp *
3+
* *Date: 2013-09-04 *
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+
******************************************************************************/
3233

3334
#include "connectionsettings.h"
3435
#include <iostream>

connectionsettings.h

+34-33
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
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+
******************************************************************************/
3233

3334
#ifndef CONNECTIONSETTINGS_H
3435
#define CONNECTIONSETTINGS_H
@@ -74,7 +75,7 @@ private slots:
7475
QStringList comboItemsArea;
7576
QStringList comboItemsFormat;
7677
QStringList comboItemsLength;
77-
QList<int> comboValuesArea;
78+
QList<int> comboValuesArea;
7879
QList<int> comboValuesFormat;
7980
QList<int> comboValuesLength;
8081
QList<QComboBox*> comboBoxesArea;
@@ -94,7 +95,7 @@ private slots:
9495

9596
//Graph colors as a "resorted" int-vector of Qt::GlobalColors
9697
QVector<QColor> graphColors;
97-
// Qt::GlobalColor /*graphColors[8]*/;
98+
// Qt::GlobalColor /*graphColors[8]*/;
9899
//Modulo value for dynamic graphColor generation
99100
int moduloValue;
100101
QIntValidator* myBitValidator;

0 commit comments

Comments
 (0)