Added atomtypewindow

This commit is contained in:
arcan1s
2013-08-08 18:12:28 +04:00
parent 020d912704
commit f7bdd89940
13 changed files with 651 additions and 26 deletions

View File

@ -12,11 +12,14 @@ HEADERS += mainwindow.h \
errorwindow.h \
clear_items.h \
start_events.h \
update_fields.h
update_fields.h \
atomtypeswindow.h
FORMS += mainwindow.ui \
errorwindow.ui
errorwindow.ui \
atomtypeswindow.ui
SOURCES += main.cpp mainwindow.cpp \
errorwindow.cpp \
clear_items.cpp \
start_events.cpp \
update_fields.cpp
update_fields.cpp \
atomtypeswindow.cpp