Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/skingui/qpropertysetter.h

    r142 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33    umplayer, Copyright (C) 2010 Ori Rejwan
    44
     
    4747Q_PROPERTY(QPixmap repeat READ repeatIcon WRITE setRepeatIcon )
    4848
    49 Q_PROPERTY(QPixmap logoBg READ logoBgIcon WRITE setLogoBgIcon )
    50 Q_PROPERTY(QPixmap logoSplash READ logoSplashIcon WRITE setLogoSplashIcon )
    51 Q_PROPERTY(QPixmap logo READ logoIcon WRITE setLogoIcon )
    52 
    5349public:
    5450
     
    9086    QPixmap repeatIcon() { return mediaPanel->repeatButton->myIcon().pixmap(MyIcon::Normal, MyIcon::Off); }
    9187
    92     QPixmap logoBgIcon() { return logoBgPix; }
    93     QPixmap logoSplashIcon() { return logoSplashPix; }
    94     QPixmap logoIcon() { return logoPix; }
    95 
    96     void setLogoBgIcon(QPixmap icon) { logoBgPix = icon; }
    97     void setLogoSplashIcon(QPixmap icon) { logoSplashPix = icon; }
    98     void setLogoIcon(QPixmap icon) { logoPix = icon; }
    99 
    10088        void setToolbarActions(QList<QAction *>actions) { toolbar_actions = actions; }
    10189        QList<QAction *> toolbarActions() { return toolbar_actions; }
     
    11098    void mediaPanelButtonIcon( int n, QPixmap pix);
    11199
    112     QPixmap logoPix;
    113     QPixmap logoSplashPix;
    114     QPixmap logoBgPix;
    115100        QList<QAction *> toolbar_actions;
    116101};
Note: See TracChangeset for help on using the changeset viewer.