first ui dev, open profiles in PictureDialog
This commit is contained in:
parent
d78ede95da
commit
d28bf999ae
12 changed files with 517 additions and 8 deletions
14
gta5sync.pro
14
gta5sync.pro
|
@ -32,7 +32,10 @@ SOURCES += main.cpp\
|
|||
DatabaseThread.cpp \
|
||||
CrewDatabase.cpp \
|
||||
SavegameData.cpp \
|
||||
SavegameDialog.cpp
|
||||
SavegameDialog.cpp \
|
||||
SyncFramework.cpp \
|
||||
UserInterface.cpp \
|
||||
ProfileInterface.cpp
|
||||
|
||||
HEADERS += \
|
||||
SnapmaticPicture.h \
|
||||
|
@ -41,11 +44,16 @@ HEADERS += \
|
|||
DatabaseThread.h \
|
||||
CrewDatabase.h \
|
||||
SavegameData.h \
|
||||
SavegameDialog.h
|
||||
SavegameDialog.h \
|
||||
SyncFramework.h \
|
||||
UserInterface.h \
|
||||
ProfileInterface.h
|
||||
|
||||
FORMS += \
|
||||
PictureDialog.ui \
|
||||
SavegameDialog.ui
|
||||
SavegameDialog.ui \
|
||||
UserInterface.ui \
|
||||
ProfileInterface.ui
|
||||
|
||||
RESOURCES +=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue