mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Enable View properly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7238 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
94da156183
commit
961883ed6d
@ -1,3 +1,7 @@
|
||||
2003-07-03 John Levon <levon@movementarian.org>
|
||||
|
||||
* ui/QTexinfoDialog.ui: enable View properly
|
||||
|
||||
2003-07-01 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* introduce namespace lyx::support
|
||||
|
@ -13,7 +13,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>275</width>
|
||||
<width>267</width>
|
||||
<height>290</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -279,12 +279,6 @@
|
||||
<receiver>QTexinfoDialogBase</receiver>
|
||||
<slot>update()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>fileList</sender>
|
||||
<signal>clicked(QListBoxItem*)</signal>
|
||||
<receiver>QTexinfoDialogBase</receiver>
|
||||
<slot>enableViewPB()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>path</sender>
|
||||
<signal>stateChanged(int)</signal>
|
||||
@ -303,6 +297,12 @@
|
||||
<receiver>QTexinfoDialogBase</receiver>
|
||||
<slot>rescanClicked()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>fileList</sender>
|
||||
<signal>highlighted(QListBoxItem*)</signal>
|
||||
<receiver>QTexinfoDialogBase</receiver>
|
||||
<slot>enableViewPB()</slot>
|
||||
</connection>
|
||||
<slot access="protected">enableViewPB()</slot>
|
||||
<slot access="protected">rescanClicked()</slot>
|
||||
<slot access="protected">update()</slot>
|
||||
@ -311,8 +311,9 @@
|
||||
<tabstops>
|
||||
<tabstop>whatStyle</tabstop>
|
||||
<tabstop>path</tabstop>
|
||||
<tabstop>viewPB</tabstop>
|
||||
<tabstop>fileList</tabstop>
|
||||
<tabstop>rescanPB</tabstop>
|
||||
<tabstop>viewPB</tabstop>
|
||||
<tabstop>closePB</tabstop>
|
||||
</tabstops>
|
||||
</UI>
|
||||
|
Loading…
Reference in New Issue
Block a user