qt2 frontend compilation fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3492 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2002-02-06 10:58:08 +00:00
parent 25e82b0745
commit 86cf393198
5 changed files with 10 additions and 33 deletions

View File

@ -1,5 +1,11 @@
2002-02-06 Edwin Leuven <leuven@fee.uva.nl>
* QGraphics.C: compilation fix
* QTexinfoDialog.C:
* QTexinfoDialog.h:
* ui/QTexinfoDialog.ui: remove help button
2002-01-31 Edwin Leuven <leuven@fee.uva.nl> 2002-01-31 Edwin Leuven <leuven@fee.uva.nl>
* qt2/QGraphics.C * qt2/QGraphics.C
* qt2/QGraphics.h * qt2/QGraphics.h
* qt2/QGraphicsDialog.C * qt2/QGraphicsDialog.C

View File

@ -179,8 +179,8 @@ void QGraphics::apply()
igp.filename = dialog_->filename->text(); igp.filename = dialog_->filename->text();
if (!controller().bbChanged) // different to the original one? if (!controller().bbChanged) // different to the original one?
igp.bb = string(); // don't write anything igp.bb = string(); // don't write anything
else { else {
string bb; string bb;
string lbX(dialog_->lbX->text()); string lbX(dialog_->lbX->text());
@ -264,7 +264,6 @@ void QGraphics::apply()
igp.special = dialog_->latexoptions->text(); igp.special = dialog_->latexoptions->text();
igp.testInvariant();
} }

View File

@ -41,11 +41,6 @@ void QTexinfoDialog::closeEvent(QCloseEvent * e)
e->accept(); e->accept();
} }
void QTexinfoDialog::helpClicked()
{
form_->controller().help();
}
void QTexinfoDialog::rescanClicked() void QTexinfoDialog::rescanClicked()
{ {
// build new *Files.lst // build new *Files.lst

View File

@ -23,7 +23,6 @@ public:
protected slots: protected slots:
virtual void change_adaptor(); virtual void change_adaptor();
virtual void helpClicked();
virtual void rescanClicked(); virtual void rescanClicked();
virtual void viewClicked(); virtual void viewClicked();
virtual void update(); virtual void update();

View File

@ -13,7 +13,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>299</width> <width>295</width>
<height>290</height> <height>290</height>
</rect> </rect>
</property> </property>
@ -212,21 +212,6 @@
<name>spacing</name> <name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget>
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>helpPB</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Help</string>
</property>
<property>
<name>toolTip</name>
<string>Bring up help file</string>
</property>
</widget>
<spacer> <spacer>
<property> <property>
<name>name</name> <name>name</name>
@ -274,12 +259,6 @@
<receiver>QTexinfoDialogBase</receiver> <receiver>QTexinfoDialogBase</receiver>
<slot>viewClicked()</slot> <slot>viewClicked()</slot>
</connection> </connection>
<connection>
<sender>helpPB</sender>
<signal>clicked()</signal>
<receiver>QTexinfoDialogBase</receiver>
<slot>helpClicked()</slot>
</connection>
<connection> <connection>
<sender>rescanPB</sender> <sender>rescanPB</sender>
<signal>clicked()</signal> <signal>clicked()</signal>
@ -308,7 +287,6 @@
<tabstop>path</tabstop> <tabstop>path</tabstop>
<tabstop>viewPB</tabstop> <tabstop>viewPB</tabstop>
<tabstop>rescanPB</tabstop> <tabstop>rescanPB</tabstop>
<tabstop>helpPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
</UI> </UI>