small change

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5167 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-08-29 08:43:06 +00:00
parent 7fa849657e
commit 1197c48ed3
3 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,9 @@
2002-08-29 John Levon <levon@movementarian.org>
* QtView.C: add back in allow/prohibitInput (for now)
* TODO: update
2002-08-29 John Levon <levon@movementarian.org>
* Toolbar_pimpl.C: mathed math-insert - skip

View File

@ -141,15 +141,16 @@ void QtView::show(int x, int y, string const & title)
}
// it's not at all clear that these are actually
// needed anywhere in the source. Something to
// check on a rainy day.
void QtView::prohibitInput() const
{
// FIXME
//setFocusPolicy(QWidget::NoFocus);
setFocusPolicy(QWidget::NoFocus);
}
void QtView::allowInput() const
{
// FIXME
//setFocusPolicy(QWidget::strongFocus);
setFocusPolicy(QWidget::strongFocus);
}

View File

@ -57,6 +57,11 @@ QLyXKeySym
- getISOEncoded - get this to work (*)
QMathsPanel
- implement me (*)
QPreferences
- implement me (*)
@ -65,14 +70,6 @@ QSendTo
- implement me
QShowInfo
- dunno about this one
QTabular
- implement me (need MVC) (*)
QtView
- decide what to do about prohibit/allowInput