Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 900 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 900 Bytes

ugpa.completer

2-Click-Screen-Recorder-20230414-123657 626

The Completer class provides completions based on an item model. There are two implementations: one is based on qx.ui.menu.Menu and another one on qx.ui.list.List. In the future I gonna leave qx.ui.list.List implementation because qx.ui.menu.Menu lacks some functionality which can't be added. Inspired by JQuery UI Autocomplete widget and Qt Completer widget.

See how it looks and works here.

API and Code Samples

So far there is no generated API docs but you may see code of Application Demo in source folder.

TODO

  1. Get rid of menu and list separation - make one widget class
  2. Make source as remote url and JSON string
  3. Turn on/off icons for autocomplete items