settings gui added

This commit is contained in:
doitux
2007-01-17 01:22:55 +00:00
parent 46888b1277
commit 997af59e67
7 changed files with 375 additions and 1 deletions
+4 -1
View File
@@ -8,10 +8,12 @@ TARGET.files += bin/*
TARGET.path = /usr/bin/
FORMS += mainwindow.ui \
aboutpokerth.ui \
newgamedialog.ui
newgamedialog.ui \
settingsdialog.ui
HEADERS += mainwindowimpl.h \
newgamedialogimpl.h \
aboutpokerthimpl.h \
settingsdialogimpl.h \
log.h \
guiinterface.h \
guiwrapper.h \
@@ -40,6 +42,7 @@ SOURCES += pokerth.cpp \
mainwindowimpl.cpp \
newgamedialogimpl.cpp \
aboutpokerthimpl.cpp \
settingsdialogimpl.cpp \
log.cpp \
guiinterface.cpp \
guiwrapper.cpp \