]> git.lyx.org Git - features.git/commit
Improve read-only mode of InsetParams derived dialogs
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 30 Mar 2015 12:44:11 +0000 (14:44 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 30 Mar 2015 12:44:11 +0000 (14:44 +0200)
commit99f7b916e6b9c3eb3e9d69e7d996ed590248ee53
tree8d40f2282c9c82cfbf6e4fe62f3d03dba113768e
parent7b72010408142d605799c3b4245cfc3052eb3c1f
Improve read-only mode of InsetParams derived dialogs

* Disable "New Inset" button
* Do not disable line edits, but use setReadOnly instead (this allows copying contents)

Fixes: #9408
Note that some dialogs still need some care.
17 files changed:
src/frontends/qt4/GuiBibitem.cpp
src/frontends/qt4/GuiBibitem.h
src/frontends/qt4/GuiHSpace.cpp
src/frontends/qt4/GuiHSpace.h
src/frontends/qt4/GuiHyperlink.cpp
src/frontends/qt4/GuiHyperlink.h
src/frontends/qt4/GuiLabel.cpp
src/frontends/qt4/GuiLabel.h
src/frontends/qt4/GuiLine.cpp
src/frontends/qt4/GuiLine.h
src/frontends/qt4/GuiNomenclature.cpp
src/frontends/qt4/GuiNomenclature.h
src/frontends/qt4/GuiPrintNomencl.cpp
src/frontends/qt4/GuiPrintNomencl.h
src/frontends/qt4/InsetParamsDialog.cpp
src/frontends/qt4/InsetParamsWidget.cpp
src/frontends/qt4/InsetParamsWidget.h