Added settings dialog

Added platform specific settings storage/retrieval

FossilOrigin-Name: 66205d14199523228d7f6fa0241a7ef7162f6940
This commit is contained in:
kostas
2011-08-06 08:31:19 +00:00
parent 4beebf9b30
commit 064819d295
14 changed files with 287 additions and 60 deletions

View File

@ -19,17 +19,20 @@ SOURCES += main.cpp\
MainWindow.cpp \
CommitDialog.cpp \
FileActionDialog.cpp \
RepoDialog.cpp
RepoDialog.cpp \
SettingsDialog.cpp
HEADERS += MainWindow.h \
CommitDialog.h \
FileActionDialog.h \
RepoDialog.h
RepoDialog.h \
SettingsDialog.h
FORMS += MainWindow.ui \
CommitDialog.ui \
FileActionDialog.ui \
RepoDialog.ui
RepoDialog.ui \
SettingsDialog.ui
RESOURCES += \
resources.qrc
@ -43,3 +46,10 @@ RESOURCES += \