Added Commit and FileAction dialogs

Skeleton code for Commit, Add, Delete, Revert actions

FossilOrigin-Name: 9e35495cc3f4e18f458cf02f83d1d8075c0a85b9
This commit is contained in:
kostas
2011-08-03 15:30:09 +00:00
parent 8b3ba82e50
commit dd9e18f113
12 changed files with 547 additions and 79 deletions

View File

@@ -11,12 +11,24 @@ TEMPLATE = app
SOURCES += main.cpp\
MainWindow.cpp
MainWindow.cpp \
CommitDialog.cpp \
FileActionDialog.cpp
HEADERS += MainWindow.h
HEADERS += MainWindow.h \
CommitDialog.h \
FileActionDialog.h
FORMS += MainWindow.ui
FORMS += MainWindow.ui \
CommitDialog.ui \
FileActionDialog.ui
RESOURCES += \
resources.qrc