git-svn-id: svn://db.shs.com.ru/libs@118 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-08-16 15:37:42 +00:00
parent 39d406d6aa
commit 62cb367f78
61 changed files with 83 additions and 79 deletions

View File

@@ -1,10 +1,7 @@
#include "cdutils_k.h" #include "cdutils_k.h"
#include "cdutils_core.h" #include "cdutils_core.h"
#include "piethernet.h"
#include "piiostring.h"
#include "pifile.h"
#include "pievaluator.h"
#include "cdtest.h" #include "cdtest.h"
#include "pip.h"
using namespace CDUtils; using namespace CDUtils;
@@ -63,22 +60,26 @@ private:
#include "piscreentiles.h" #include "piscreentiles.h"
//PIScreen screen; //PIScreen screen;
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
PIString s; // PIString s;
s = "df a)))(a(ttt){a(b(c)})d)e( d dws ) sds(()fads(fdas()))fda))))fdasf((((jhvw"; // s = "df a)))(a(ttt){a(b(c)})d)e( d dws ) sds(()fads(fdas()))fda))))fdasf((((jhvw";
piCout << s; // piCout << s;
piCout << s.inBrackets('(', ')'); // piCout << s.inBrackets('(', ')');
piCout << s.cutLeft(s.find('(')).takeRange('(', ')'); // piCout << s.cutLeft(s.find('(')).takeRange('(', ')');
piCout << s; // piCout << s;
piCout << "exit"; // piCout << "exit";
s = "test"; // s = "test";
PIByteArray ba = s.toByteArray(); // PIByteArray ba = s.toByteArray();
piCout << PIString(ba); // piCout << PIString(ba);
piCout << PIString(ba.convertToBase64()); // piCout << PIString(ba.toHex());
piCout << PIString(ba.convertFromBase64()); // piCout << PIString(ba.fromHex(PIString(ba.toHex())));
s = "dGVzdA=="; // PIByteArray ba = s.toByteArray();
ba = s.toByteArray(); // piCout << PIString(ba);
piCout << PIString(ba); // piCout << PIString(ba.convertToBase64());
piCout << PIString(ba.convertFromBase64()); // piCout << PIString(ba.convertFromBase64());
// s = "dGVzdA==";
// ba = s.toByteArray();
// piCout << PIString(ba);
// piCout << PIString(ba.convertFromBase64());
return 0; return 0;
// int i = 0; // int i = 0;
// piCout << i++ << "!" << s << "!"; // piCout << i++ << "!" << s << "!";

View File

@@ -4,6 +4,7 @@
#include "cd_pult.h" #include "cd_pult.h"
#include "ui_cd_pult.h" #include "ui_cd_pult.h"
#include "piqt.h" #include "piqt.h"
#include "pifile.h"
#include "qpiconfig.h" #include "qpiconfig.h"
using namespace CDUtils; using namespace CDUtils;

View File

@@ -1,7 +1,7 @@
#ifndef KX_COEFFS_H #ifndef KX_COEFFS_H
#define KX_COEFFS_H #define KX_COEFFS_H
#include <pip.h> #include "piprotocol.h"
#define __BYTES_IN_PACKET 4000 #define __BYTES_IN_PACKET 4000

View File

@@ -1,7 +1,9 @@
#ifndef PIQT_H #ifndef PIQT_H
#define PIQT_H #define PIQT_H
#include "pip.h" #include "pistring.h"
#include "pimathmatrix.h"
#include "pitime.h"
#include <QString> #include <QString>
#include <QByteArray> #include <QByteArray>
#include <QPointF> #include <QPointF>

View File

@@ -1,6 +1,6 @@
/* /*
Peri4 Paint Peri4 Paint
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Peri4 Paint Peri4 Paint
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Peri4 Paint Peri4 Paint
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Peri4 Paint Peri4 Paint
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Peri4 Paint Peri4 Paint
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
GLObjectBase & Light GLObjectBase & Light
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
GLObjectBase & Light GLObjectBase & Light
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Stanley Designer Stanley Designer
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -344,7 +344,7 @@ void PropertyEditor::rebuild() {
int ps, pe; int ps, pe;
QTreeWidgetItem * ti, * tli, * tfi; QTreeWidgetItem * ti, * tli, * tfi;
QVariant value; QVariant value;
QWidget * pw = 0; // QWidget * pw = 0;
int chue = 0; int chue = 0;
QColor bc; QColor bc;
font_b = font(); font_b = font();

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Stanley Designer Stanley Designer
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Stanley Designer Stanley Designer
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Water system Water system
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
QGLView QGLView
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
Water system Water system
Copyright (C) 2012 Ivan Pelipenko peri4ko@gmail.com Copyright (C) 2016 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by