Added agglwindow

This commit is contained in:
arcan1s
2013-08-09 19:45:42 +04:00
parent f7bdd89940
commit abf7bce7df
22 changed files with 4158 additions and 18 deletions

View File

@ -13,13 +13,16 @@ HEADERS += mainwindow.h \
clear_items.h \
start_events.h \
update_fields.h \
atomtypeswindow.h
atomtypeswindow.h \
agglwindow.h
FORMS += mainwindow.ui \
errorwindow.ui \
atomtypeswindow.ui
atomtypeswindow.ui \
agglwindow.ui
SOURCES += main.cpp mainwindow.cpp \
errorwindow.cpp \
clear_items.cpp \
start_events.cpp \
update_fields.cpp \
atomtypeswindow.cpp
atomtypeswindow.cpp \
agglwindow.cpp