[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/libs/popupdropper/popupdropper
From:       Jeff Mitchell <kde-dev () emailgoeshere ! com>
Date:       2008-07-08 12:31:58
Message-ID: 1215520318.343678.31510.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 829416 by mitchell:

Revert Brush/Pen stuff so can debug and compile


 M  +11 -14    PopupDropperItem.h  


--- trunk/playground/libs/popupdropper/popupdropper/PopupDropperItem.h #829415:829416
@@ -53,14 +53,13 @@
     Q_PROPERTY( bool submenuTrigger READ submenuTrigger WRITE setSubmenuTrigger )
     Q_PROPERTY( QColor baseTextColor READ baseTextColor WRITE setBaseTextColor )
     Q_PROPERTY( QColor hoveredTextColor READ hoveredTextColor WRITE \
                setHoveredTextColor )
-    Q_PROPERTY( QPen hoveredBorderPen READ hoveredBorderPen WRITE \
                setHoveredBorderPen )
-    Q_PROPERTY( QBrush hoveredFillBrush READ hoveredFillBrush WRITE \
                setHoveredFillBrush )
-    Q_PROPERTY( QPen hoverIndicatorPen READ hoverIndicatorPen WRITE \
                setHoverIndicatorPen )
-    Q_PROPERTY( QBrush hoverIndicatorFillBrush READ hoverIndicatorFillBrush WRITE \
setHoverIndicatorFillBrush ) +    Q_PROPERTY( QColor hoveredBorderColor READ \
hoveredBorderColor WRITE setHoveredBorderColor ) +    Q_PROPERTY( QColor \
hoveredFillColor READ hoveredFillColor WRITE setHoveredFillColor ) +    Q_PROPERTY( \
QColor hoverIndicatorFillColor READ hoverIndicatorFillColor WRITE \
setHoverIndicatorFillColor )  Q_PROPERTY( bool customBaseTextColor READ \
customBaseTextColor )  Q_PROPERTY( bool customHoveredTextColor READ \
                customHoveredTextColor )
-    Q_PROPERTY( bool customHoveredBorderPen READ customHoveredBorderPen )
-    Q_PROPERTY( bool customHoveredFillBrush READ customHoveredFillBrush )
+    Q_PROPERTY( bool customHoveredBorderColor READ customHoveredBorderColor )
+    Q_PROPERTY( bool customHoveredFillColor READ customHoveredFillColor )
     Q_PROPERTY( PopupDropper* popupDropper WRITE setPopupDropper )
 
 public:
@@ -81,14 +80,12 @@
     void setBaseTextColor( const QColor &color );
     QColor hoveredTextColor() const;
     void setHoveredTextColor( const QColor &color );
-    QPen hoveredBorderPen() const;
-    void setHoveredBorderPen( const QPen &pen );
-    QBrush hoveredFillBrush() const;
-    void setHoveredFillBrush( const QBrush &brush );
-    QPen hoverIndicatorPen() const;
-    void setHoverIndicatorPen( const QPen &pen );
-    QBrush hoverIndicatorFillBrush() const;
-    void setHoverIndicatorFillBrush( const QBrush &brush );
+    QColor hoveredBorderColor() const;
+    void setHoveredBorderColor( const QColor &color );
+    QColor hoveredFillColor() const;
+    void setHoveredFillColor( const QColor &color );
+    QColor hoverIndicatorFillColor() const;
+    void setHoverIndicatorFillColor( const QColor &color );
     bool customBaseTextColor() const;
     bool customHoveredTextColor() const;
     bool customHoveredBorderColor() const;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic