Bug 115536 - Quick search dialog box: wrong attached tips.
Summary: Quick search dialog box: wrong attached tips.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Searches-Advanced (show other bugs)
Version: 0.8.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-02 14:32 UTC by Tung NGUYEN
Modified: 2019-12-28 06:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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