Make "Show preview" activate the OK button

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6731 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-07 22:05:49 +00:00
parent 057df0be75
commit 479d1b5b09
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-04-07 John Levon <levon@movementarian.org>
* ui/QIncludeDialogBase.ui: attach Show preview to change
adaptor
2003-04-03 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* QBrowseBox.C: fix drawing with Qt 3.1.1 and remove bloat

View File

@ -13,8 +13,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>287</width>
<height>185</height>
<width>305</width>
<height>224</height>
</rect>
</property>
<property stdset="1">
@ -412,6 +412,12 @@
<receiver>QIncludeDialogBase</receiver>
<slot>typeChanged(int)</slot>
</connection>
<connection>
<sender>previewCB</sender>
<signal>toggled(bool)</signal>
<receiver>QIncludeDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<slot access="public">browseClicked()</slot>
<slot access="public">change_adaptor()</slot>
<slot access="public">loadClicked()</slot>
@ -421,8 +427,9 @@
<tabstop>filenameED</tabstop>
<tabstop>browsePB</tabstop>
<tabstop>typeCO</tabstop>
<tabstop>visiblespaceCB</tabstop>
<tabstop>loadPB</tabstop>
<tabstop>visiblespaceCB</tabstop>
<tabstop>previewCB</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>