Skip to content

Commit

Permalink
Commit Viking project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Polkovnikov committed Jun 19, 2013
1 parent cccfcf5 commit c7bda23
Show file tree
Hide file tree
Showing 15 changed files with 3,507 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Viking.pro
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
7 changes: 7 additions & 0 deletions Viking.qrc
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 added Viking_ru.qm
Binary file not shown.
Loading

0 comments on commit c7bda23

Please sign in to comment.