]> git.lyx.org Git - features.git/commit
Properly extend qt standard widgets, remove the search button in PrefShortcuts.
authorBo Peng <bpeng@lyx.org>
Thu, 25 Oct 2007 03:08:22 +0000 (03:08 +0000)
committerBo Peng <bpeng@lyx.org>
Thu, 25 Oct 2007 03:08:22 +0000 (03:08 +0000)
commite52c1ed1f90126b8ff3c5d2d6e95cb446b8e3e3f
tree157266913aed03d0c79e23f0f41a896609d660f7
parentf4cc71b7dd638a7b43b5ac09e28fffe4f4693440
Properly extend qt standard widgets, remove the search button in PrefShortcuts.
*  src/frontends/qt4/ui/ShortcutUi.ui: use ShortcutLineEdit
*  src/frontends/qt4/ui/PrefShortcutsUi.ui: remove searchPB
*  src/frontends/qt4/CustomizedWidgets.h|cpp: define ShortcutLineEdit and SearchLineEdit.
*  src/frontends/qt4/GuiPrefs.h|cpp: remove ShortcutEdit
*  src/frontends/qt4/Makefile.am: build system changes
*  development/scons/scons_manifest.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21193 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/scons_manifest.py
src/frontends/qt4/CustomizedWidgets.cpp [new file with mode: 0644]
src/frontends/qt4/CustomizedWidgets.h [new file with mode: 0644]
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiPrefs.h
src/frontends/qt4/Makefile.am
src/frontends/qt4/ui/PrefShortcutsUi.ui
src/frontends/qt4/ui/ShortcutUi.ui