# HG changeset patch # User benoitrigolleau # Date 1195145330 0 # Node ID faafebcf67a2bab596f6929c385ce7fc502c198a # Parent a4e88449268b72e2980b309dd796f8f7a413b04e new colors diff -r a4e88449268b -r faafebcf67a2 widgets/RadialLNFButton.h --- a/widgets/RadialLNFButton.h Thu Nov 15 15:04:49 2007 +0000 +++ b/widgets/RadialLNFButton.h Thu Nov 15 16:48:50 2007 +0000 @@ -25,17 +25,13 @@ public: RadialLNFButton(QWidget *parent=0); RadialLNFButton ( const QIcon & icon, const QString & text, QWidget * parent = 0 ); -/*public slots: - void setAnimation(bool animate);*/ protected: void paintEvent(QPaintEvent *event); void draw(QPainter *painter); -// void timerEvent(QTimerEvent *e); -private: -// int m_ind; -// QBasicTimer timer; + + }; diff -r a4e88449268b -r faafebcf67a2 widgets/SearchWidget.cpp --- a/widgets/SearchWidget.cpp Thu Nov 15 15:04:49 2007 +0000 +++ b/widgets/SearchWidget.cpp Thu Nov 15 16:48:50 2007 +0000 @@ -13,6 +13,7 @@ #include "SearchWidget.h" + #include #include #include @@ -189,6 +190,8 @@ case PropertyContainer::ValueProperty: { QComboBox* box = new QComboBox(); + box->setStyleSheet("background-color:white;"); + box->addItems(curTheme->getPropertyRange(name));