Bug 115536

Summary: Quick search dialog box: wrong attached tips.
Product: [Applications] digikam Reporter: Tung NGUYEN <ntung>
Component: Searches-AdvancedAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.8.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.0.0
Sentry Crash Report:

Description Tung NGUYEN 2005-11-02 14:32:38 UTC
Version:           0.8.0-beta2 (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
OS:                Linux

- the tip "<p>Enter here your search arguments in albums library" is not attached to the top Search edittext widget.

- the tip "<p>You can see here the items found in albums library using the current search arguments" is attached to the top Search edittext widget instead of to the items found widget.
Comment 1 caulier.gilles 2005-11-02 14:42:37 UTC
SVN commit 476949 by cgilles:

Fixed widget tip 

CCBUGS: 115536


 M  +1 -1      searchquickdialog.cpp  


--- trunk/extragear/graphics/digikam/digikam/searchquickdialog.cpp #476948:476949
@@ -54,7 +54,7 @@
     QWhatsThis::add( m_searchEdit, i18n("<p>Enter here your search arguments in albums library"));
     
     m_resultsView = new SearchResultsView(vbox);
-    QWhatsThis::add( m_searchEdit, i18n("<p>You can see here the items found in albums library using the current search arguments"));
+    QWhatsThis::add( m_resultsView, i18n("<p>You can see here the items found in albums library using the current search arguments"));
     
     hbox = new QHBox(vbox);
     hbox->setSpacing(spacingHint());
Comment 2 Tung NGUYEN 2005-11-02 21:35:52 UTC
Gilles,

I have tested your lastest SVN and now the tips are attached correctly. You can close this bug report.

---
Tung.
Comment 3 caulier.gilles 2005-11-02 22:02:52 UTC
*** Bug has been marked as fixed ***.
Comment 4 caulier.gilles 2019-12-28 06:20:18 UTC
Not reproducible with 7.0.0-beta1