]> git.lyx.org Git - features.git/commit
* simplified layout list a lot by subclassing QItemDelegate instead of
authorStefan Schimanski <sts@lyx.org>
Mon, 10 Mar 2008 23:00:53 +0000 (23:00 +0000)
committerStefan Schimanski <sts@lyx.org>
Mon, 10 Mar 2008 23:00:53 +0000 (23:00 +0000)
commit361d4d9a169091705a95d9b787345a5ed028761a
treecf188f5ce36b6dce74b8532aae94b7d9c48c01ad
parent46c83df1cd76910b176a1d5e6dc0ae597c59fb4d
* simplified layout list a lot by subclassing QItemDelegate instead of
trying to simulate a menu with a QListView (that's what QComboBox does
on some platforms, but not on all).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23654 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiToolbar.cpp