This class implements the dialog for downloading the online documentation. More...
#include <DlgOnlineHelpImp.h>
Public Member Functions | |
DlgOnlineHelpImp (QWidget *parent=0) | |
Constructs a DlgOnlineHelpImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
void loadSettings () | |
void saveSettings () | |
~DlgOnlineHelpImp () | |
Destroys the object and frees any allocated resources. More... | |
![]() | |
PreferencePage (QWidget *parent=0) | |
Construction. More... | |
virtual ~PreferencePage () | |
Destruction. More... | |
Static Public Member Functions | |
static QString getStartpage () | |
Returns the start page for the HelpView. More... | |
Protected Member Functions | |
void changeEvent (QEvent *e) | |
Sets the strings of the subwidgets using the current language. More... | |
void on_lineEditDownload_fileNameSelected (const QString &) | |
Additional Inherited Members | |
![]() |
Detailed Description
This class implements the dialog for downloading the online documentation.
Moreover it allows to specify location of the start page an an external browser. Here you can specify to use a proxy if necessary and some more stuff.
Constructor & Destructor Documentation
◆ DlgOnlineHelpImp()
DlgOnlineHelpImp::DlgOnlineHelpImp | ( | QWidget * | parent = 0 | ) |
Constructs a DlgOnlineHelpImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
The dialog will by default be modeless, unless you set 'modal' to true to construct a modal dialog.
References getStartpage().
◆ ~DlgOnlineHelpImp()
DlgOnlineHelpImp::~DlgOnlineHelpImp | ( | ) |
Destroys the object and frees any allocated resources.
Member Function Documentation
◆ changeEvent()
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
◆ getStartpage()
|
static |
Returns the start page for the HelpView.
If none is defined the default start page "<FreeCADHome>/doc/free-cad.sourceforge.net/wiki/index.php.html" is returned.
- Remarks
- It is not checked if the returned page really exists.
References App::Application::getHelpDir().
Referenced by DlgOnlineHelpImp().
◆ loadSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
◆ on_lineEditDownload_fileNameSelected()
|
protected |
◆ saveSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
The documentation for this class was generated from the following files:
- src/Gui/DlgOnlineHelpImp.h
- src/Gui/DlgOnlineHelpImp.cpp