Skip to content

The Completer class provides completions based on an item model

License

Notifications You must be signed in to change notification settings

goldim/ugpa.completer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Completer class provides completions based on an item model

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published