mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutilqt: Added a fullsize preview for the Theme installation. It pops up when you hover over the normal preview.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14409 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f01cbee1b9
commit
0ef0d6730a
6 changed files with 255 additions and 12 deletions
|
|
@ -33,7 +33,8 @@ SOURCES += rbutilqt.cpp \
|
|||
installthemes.cpp \
|
||||
uninstall.cpp \
|
||||
uninstallwindow.cpp \
|
||||
browseof.cpp
|
||||
browseof.cpp \
|
||||
preview.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
install.h \
|
||||
|
|
@ -67,7 +68,8 @@ HEADERS += rbutilqt.h \
|
|||
installthemes.h \
|
||||
uninstall.h \
|
||||
uninstallwindow.h \
|
||||
browseof.h
|
||||
browseof.h \
|
||||
preview.h
|
||||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
|
||||
|
|
@ -88,7 +90,8 @@ FORMS += rbutilqtfrm.ui \
|
|||
installtalkfrm.ui \
|
||||
installthemesfrm.ui \
|
||||
uninstallfrm.ui \
|
||||
browseoffrm.ui
|
||||
browseoffrm.ui \
|
||||
previewfrm.ui
|
||||
|
||||
RESOURCES += rbutilqt.qrc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue