Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiprogram committed May 15, 2016
1 parent db15231 commit 4458338
Show file tree
Hide file tree
Showing 28 changed files with 2,683 additions and 2,670 deletions.
94 changes: 47 additions & 47 deletions ParserZP.pro
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
#-------------------------------------------------
#
# Project created by QtCreator 2015-04-08T15:22:10
#
#-------------------------------------------------

QT += core gui sql

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = ParserZP
TEMPLATE = app


SOURCES += main.cpp\
mainform.cpp \
parser.cpp \
bankform.cpp \
personform.cpp \
selectimportform.cpp \
aboutform.cpp \
insertactiveform.cpp \
minimalzpform.cpp

HEADERS += mainform.h \
parser.h \
bankform.h \
personform.h \
selectimportform.h \
aboutform.h \
insertactiveform.h \
minimalzpform.h

FORMS += mainform.ui \
bankform.ui \
personform.ui \
selectimportform.ui \
aboutform.ui \
insertactiveform.ui \
insertactiveform.ui \
minimalzpform.ui

RESOURCES += \
resources.qrc

OTHER_FILES += \
version.txt
#-------------------------------------------------
#
# Project created by QtCreator 2015-04-08T15:22:10
#
#-------------------------------------------------

QT += core gui sql

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = ParserZP
TEMPLATE = app


SOURCES += main.cpp\
mainform.cpp \
parser.cpp \
bankform.cpp \
personform.cpp \
selectimportform.cpp \
aboutform.cpp \
insertactiveform.cpp \
minimalzpform.cpp

HEADERS += mainform.h \
parser.h \
bankform.h \
personform.h \
selectimportform.h \
aboutform.h \
insertactiveform.h \
minimalzpform.h

FORMS += mainform.ui \
bankform.ui \
personform.ui \
selectimportform.ui \
aboutform.ui \
insertactiveform.ui \
insertactiveform.ui \
minimalzpform.ui

RESOURCES += \
resources.qrc

OTHER_FILES += \
version.txt
18 changes: 9 additions & 9 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
����������� ����� �������� ��������� Alias("ParserZP") ��� ���� ������ (db\database.mdb).

���������� �������� Alias:
����->������ ����������->�����������������->��������� ������ (ODBC);
���
� ��������� ������ "odbcad32";
���������������� DSN->��������;
������� ������� "Driver do Microsoft Access (*.mdb)";
��� ��������� ������ "ParserZP";
����������� ����� �������� ��������� Alias("ParserZP") ��� ���� ������ (db\database.mdb).
���������� �������� Alias:
����->������ ����������->�����������������->��������� ������ (ODBC);
���
� ��������� ������ "odbcad32";
���������������� DSN->��������;
������� ������� "Driver do Microsoft Access (*.mdb)";
��� ��������� ������ "ParserZP";
���� ������->�������, ������� ������ ���� � ���� ������ (db\database.mdb).
38 changes: 19 additions & 19 deletions aboutform.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#include "aboutform.h"
#include "ui_aboutform.h"

AboutForm::AboutForm(QWidget *parent) :
QDialog(parent),
ui(new Ui::AboutForm)
{
ui->setupUi(this);
}

AboutForm::~AboutForm()
{
delete ui;
}

void AboutForm::on_pushButton_clicked()
{
close();
}
#include "aboutform.h"
#include "ui_aboutform.h"

AboutForm::AboutForm(QWidget *parent) :
QDialog(parent),
ui(new Ui::AboutForm)
{
ui->setupUi(this);
}

AboutForm::~AboutForm()
{
delete ui;
}

void AboutForm::on_pushButton_clicked()
{
close();
}
50 changes: 25 additions & 25 deletions aboutform.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#ifndef ABOUTFORM_H
#define ABOUTFORM_H

#include <QDialog>

namespace Ui {
class AboutForm;
}

class AboutForm : public QDialog
{
Q_OBJECT

public:
explicit AboutForm(QWidget *parent = 0);
~AboutForm();

private slots:
void on_pushButton_clicked();

private:
Ui::AboutForm *ui;
};

#endif // ABOUTFORM_H
#ifndef ABOUTFORM_H
#define ABOUTFORM_H

#include <QDialog>

namespace Ui {
class AboutForm;
}

class AboutForm : public QDialog
{
Q_OBJECT

public:
explicit AboutForm(QWidget *parent = 0);
~AboutForm();

private slots:
void on_pushButton_clicked();

private:
Ui::AboutForm *ui;
};

#endif // ABOUTFORM_H
Loading

0 comments on commit 4458338

Please sign in to comment.