]> git.lyx.org Git - features.git/commit
Add new CategorizedCombo widget
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Oct 2012 05:19:55 +0000 (07:19 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Oct 2012 05:19:55 +0000 (07:19 +0200)
commit32fde61c8f17d52429196e432f061d7fe67c0598
treea9e4e72771f8e58855da11d0241be8b829a29ee0
parentf18af303fe2f9dca05beae7852f3904ac4bfddba
Add new CategorizedCombo widget

This is a combo box that provides categorization and on-the fly filtering.

Heavily derived from LayoutBox (same look and feel).
src/frontends/qt4/CategorizedCombo.cpp [new file with mode: 0644]
src/frontends/qt4/CategorizedCombo.h [new file with mode: 0644]
src/frontends/qt4/Makefile.am