-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mikhail Polkovnikov
committed
Jun 19, 2013
1 parent
cccfcf5
commit c7bda23
Showing
15 changed files
with
3,507 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#------------------------------------------------- | ||
# | ||
# Project created by QtCreator 2013-02-22T19:07:57 | ||
# | ||
#------------------------------------------------- | ||
|
||
QT += core gui | ||
|
||
greaterThan( QT_MAJOR_VERSION, 4) : QT += widgets | ||
|
||
TARGET = Viking | ||
TEMPLATE = app | ||
|
||
SOURCES += main.cpp \ | ||
mainwindow.cpp \ | ||
plotter.cpp \ | ||
signals.cpp | ||
|
||
HEADERS += mainwindow.h \ | ||
plotter.h \ | ||
signals.h \ | ||
signal_parameters.h | ||
|
||
FORMS += mainwindow.ui | ||
|
||
RESOURCES += Viking.qrc | ||
|
||
TRANSLATIONS = Viking_ru.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file>images/zoomin.png</file> | ||
<file>images/zoomout.png</file> | ||
<file>Viking_ru.qm</file> | ||
</qresource> | ||
</RCC> |
Binary file not shown.
Oops, something went wrong.