mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
0003b5e76c
commit
9f633e1967
@ -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:
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user