changeset 162:faafebcf67a2

new colors
author benoitrigolleau
date Thu, 15 Nov 2007 16:48:50 +0000
parents a4e88449268b
children 77f4ef621c54
files widgets/RadialLNFButton.h widgets/SearchWidget.cpp
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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;
+
+
 
 };
 
--- 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 <QGroupBox>
 #include <QLabel>
 #include <QLineEdit>
@@ -189,6 +190,8 @@
 	case PropertyContainer::ValueProperty:
 	{
 		QComboBox* box = new QComboBox();
+		box->setStyleSheet("background-color:white;");
+
 
 		box->addItems(curTheme->getPropertyRange(name));