desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Query lookup server

Open tobiasKaminsky opened this issue 4 years ago • 2 comments

Query lookup search needs to be opt-in as it is now, but we should enhance the way:

Desktop it is not clearly visible how to do it image

Discussed with @jancborchardt @nimisha-vijay image

  • show "search globally" as last search "result"
  • after click on it
    • change "search globally" to "global search results"
    • append search results from lookup server
      • if none are found, show "no results found"

tobiasKaminsky avatar Sep 30 '21 06:09 tobiasKaminsky

@tobiasKaminsky So, do we need to have "Search globally" with a magnifying glass inside a background as the last completer list entry on the desktop, according to the second picture?

Note: QItemDelegate can be used to achieve that

allexzander avatar Jun 07 '22 15:06 allexzander

Likely, this needs inheriting the QCompleter and overriding some of its public methods (e.g. setPopup()).

allexzander avatar Aug 08 '22 08:08 allexzander