mark change for show preview checkbox

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-07 20:33:49 +00:00
parent 0003b5e76c
commit 9f633e1967
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: make "Show preview"
call change_adaptor()
2003-04-07 John Levon <levon@movementarian.org>
* QtView.h:

View File

@ -13,8 +13,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>287</width>
<height>185</height>
<width>353</width>
<height>266</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>