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>
* qt2/QGraphics.C
* qt2/QGraphics.h
* qt2/QGraphicsDialog.C

View File

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

View File

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

View File

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

View File

@ -13,7 +13,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>299</width>
<width>295</width>
<height>290</height>
</rect>
</property>
@ -212,21 +212,6 @@
<name>spacing</name>
<number>6</number>
</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>
<property>
<name>name</name>
@ -274,12 +259,6 @@
<receiver>QTexinfoDialogBase</receiver>
<slot>viewClicked()</slot>
</connection>
<connection>
<sender>helpPB</sender>
<signal>clicked()</signal>
<receiver>QTexinfoDialogBase</receiver>
<slot>helpClicked()</slot>
</connection>
<connection>
<sender>rescanPB</sender>
<signal>clicked()</signal>
@ -308,7 +287,6 @@
<tabstop>path</tabstop>
<tabstop>viewPB</tabstop>
<tabstop>rescanPB</tabstop>
<tabstop>helpPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
</UI>