F1-F4 key indicator dynamical displayed on buttons now.

This commit is contained in:
doitux
2009-03-27 00:33:26 +00:00
parent b096149678
commit dd16cdee48
9 changed files with 202 additions and 40 deletions
+3 -1
View File
@@ -11,7 +11,7 @@ CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release
#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
#####Uncomment this for RELEASE on Linux/Unix/BSD (only for static Qt)
#QTPLUGIN += qjpeg qgif
QTPLUGIN += qjpeg qgif
UI_DIR = uics
MOC_DIR = mocs
@@ -152,6 +152,7 @@ HEADERS += \
src/gui/qt/gametable/gametableimpl.h \
src/gui/qt/gametable/mycardspixmaplabel.h \
src/gui/qt/gametable/mysetlabel.h \
src/gui/qt/gametable/myactionbutton.h \
src/gui/qt/gametable/mystatuslabel.h \
src/gui/qt/gametable/myavatarlabel.h \
src/gui/qt/gametable/myrighttabwidget.h \
@@ -215,6 +216,7 @@ SOURCES += \
src/gui/qt/gametable/gametableimpl.cpp \
src/gui/qt/gametable/mycardspixmaplabel.cpp \
src/gui/qt/gametable/mysetlabel.cpp \
src/gui/qt/gametable/myactionbutton.cpp \
src/gui/qt/gametable/mystatuslabel.cpp \
src/gui/qt/gametable/myavatarlabel.cpp \
src/gui/qt/gametable/myrighttabwidget.cpp \