Added settings dialog
Added platform specific settings storage/retrieval FossilOrigin-Name: 66205d14199523228d7f6fa0241a7ef7162f6940
This commit is contained in:
16
fuel.pro
16
fuel.pro
@ -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 += \
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user