diff options
author | Arno <am@disconnect.de> | 2012-03-03 09:57:26 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-03 09:57:26 +0100 |
commit | 42890664aef1588a92fe9cf816766aae06e3aedb (patch) | |
tree | 59472c13a1fbe55816ac6c198a7c876f8bee9a88 /smglobals.cpp | |
parent | 969d923fa3cb5197b6cda9b60fc4abf8552e24f6 (diff) | |
download | SheMov-42890664aef1588a92fe9cf816766aae06e3aedb.tar.gz SheMov-42890664aef1588a92fe9cf816766aae06e3aedb.tar.bz2 SheMov-42890664aef1588a92fe9cf816766aae06e3aedb.zip |
Customize menus and toolbar for PictureView
* Added 4 new icons for PictureView-actions.
* simplified SheMov::tabChanged(int)
* fix long standing bug with QActionGroups in SheMov. Enable and disable
all actions according to the active tab
Diffstat (limited to 'smglobals.cpp')
-rw-r--r-- | smglobals.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smglobals.cpp b/smglobals.cpp index 0cd0714..72c1148 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -145,6 +145,10 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){ mIcons.insert("Leather dog hood", ":/dog_hood.png"); mIcons.insert("Male chastity belt", ":/male_chastity_belt.png"); mIcons.insert("Anal stretcher", ":/analstretcher.png"); + mIcons.insert("Big balls", ":/big_balls.png"); + mIcons.insert("Big pierced balls", ":/huge_balls_pierced.png"); + mIcons.insert("Huge bra", ":/huge_bra.png"); + mIcons.insert("Squirting nipple", ":/squirting_nipple.png"); mDvdSize = Q_INT64_C(4707319808) - 20 * 1024 *1024; } |