mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
more frontend cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20172 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
13c0796b8f
commit
2ec54cfde7
@ -190,12 +190,6 @@ ControlExternal & GuiExternalDialog::controller() const
|
||||
}
|
||||
|
||||
|
||||
void GuiExternalDialog::showView()
|
||||
{
|
||||
QDialog::show();
|
||||
}
|
||||
|
||||
|
||||
bool GuiExternalDialog::activateAspectratio() const
|
||||
{
|
||||
if (widthUnitCO->currentIndex() == 0)
|
||||
|
@ -42,7 +42,6 @@ private Q_SLOTS:
|
||||
|
||||
private:
|
||||
public:
|
||||
void showView();
|
||||
void closeEvent(QCloseEvent * e);
|
||||
//
|
||||
bool activateAspectratio() const;
|
||||
|
@ -217,12 +217,6 @@ ControlGraphics & GuiGraphicsDialog::controller() const
|
||||
}
|
||||
|
||||
|
||||
void GuiGraphicsDialog::showView()
|
||||
{
|
||||
QDialog::show();
|
||||
}
|
||||
|
||||
|
||||
void GuiGraphicsDialog::change_adaptor()
|
||||
{
|
||||
changed();
|
||||
|
@ -30,7 +30,6 @@ class GuiGraphicsDialog : public GuiDialog, public Ui::GraphicsUi
|
||||
public:
|
||||
GuiGraphicsDialog(LyXView & lv);
|
||||
void setAutoText();
|
||||
void showView();
|
||||
private Q_SLOTS:
|
||||
void change_adaptor();
|
||||
void change_bb();
|
||||
|
@ -84,12 +84,6 @@ ControlInclude & GuiIncludeDialog::controller() const
|
||||
}
|
||||
|
||||
|
||||
void GuiIncludeDialog::showView()
|
||||
{
|
||||
QDialog::show();
|
||||
}
|
||||
|
||||
|
||||
void GuiIncludeDialog::change_adaptor()
|
||||
{
|
||||
changed();
|
||||
|
@ -43,8 +43,6 @@ private:
|
||||
ControlInclude & controller() const;
|
||||
///
|
||||
void updateLists();
|
||||
///
|
||||
void showView();
|
||||
/// validate listings parameters and return an error message, if any
|
||||
docstring validate_listings_params();
|
||||
|
||||
|
@ -59,12 +59,6 @@ ControlCommand & GuiNomenclDialog::controller() const
|
||||
}
|
||||
|
||||
|
||||
void GuiNomenclDialog::showView()
|
||||
{
|
||||
QDialog::show();
|
||||
}
|
||||
|
||||
|
||||
void GuiNomenclDialog::change_adaptor()
|
||||
{
|
||||
changed();
|
||||
|
@ -33,8 +33,6 @@ private Q_SLOTS:
|
||||
void reject();
|
||||
|
||||
private:
|
||||
///
|
||||
void showView();
|
||||
///
|
||||
void closeEvent(QCloseEvent * e);
|
||||
/// parent controller
|
||||
|
@ -94,12 +94,6 @@ ControlRef & GuiRefDialog::controller() const
|
||||
}
|
||||
|
||||
|
||||
void GuiRefDialog::showView()
|
||||
{
|
||||
QDialog::show();
|
||||
}
|
||||
|
||||
|
||||
void GuiRefDialog::changed_adaptor()
|
||||
{
|
||||
changed();
|
||||
|
@ -41,8 +41,6 @@ private Q_SLOTS:
|
||||
void reset_dialog();
|
||||
|
||||
private:
|
||||
///
|
||||
void showView();
|
||||
///
|
||||
void closeEvent(QCloseEvent * e);
|
||||
/// parent controller
|
||||
|
@ -71,8 +71,8 @@ ControlSearch & GuiSearchDialog::controller() const
|
||||
|
||||
void GuiSearchDialog::showView()
|
||||
{
|
||||
QDialog::show();
|
||||
findCO->lineEdit()->setSelection(0, findCO->lineEdit()->text().length());
|
||||
GuiDialog::showView();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user