summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherconfig.cpp
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weatherconfig.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherconfig.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/todayplugins/weather/weatherconfig.cpp b/noncore/todayplugins/weather/weatherconfig.cpp
index fe10883..99ee2a0 100644
--- a/noncore/todayplugins/weather/weatherconfig.cpp
+++ b/noncore/todayplugins/weather/weatherconfig.cpp
@@ -64,2 +64,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
layout->addMultiCellWidget( label, 0, 0, 0, 1 );
+ QWhatsThis::add( label, tr( "Enter the 4 letter code for the desired location here. See http://www.nws.noaa.gov/tg/siteloc.shtml to find a location near you." ) );
@@ -69,2 +70,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
layout->addMultiCellWidget( locationEdit, 1, 1, 0, 1 );
+ QWhatsThis::add( locationEdit, tr( "Enter the 4 letter code for the desired location here. See http://www.nws.noaa.gov/tg/siteloc.shtml to find a location near you." ) );
@@ -85,2 +87,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
layout->addMultiCellWidget( metricCB, 3, 3, 0, 1 );
+ QWhatsThis::add( metricCB, tr( "Click here to select type of units displayed." ) );
@@ -89,2 +92,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
layout->addWidget( label, 4, 0 );
+ QWhatsThis::add( label, tr( "Select how often (in minutes) you want the weather to be updated." ) );
@@ -94,2 +98,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
layout->addWidget( timerDelaySB, 4, 1 );
+ QWhatsThis::add( timerDelaySB, tr( "Select how often (in minutes) you want the weather to be updated." ) );
}
@@ -126,2 +131,2 @@ void WeatherPluginConfig::slotCopyLink()
}
-*/ \ No newline at end of file
+*/