This class implements the dialog for downloading the online documentation. More...
#include <DlgOnlineHelpImp.h>
Public Member Functions | |
DlgOnlineHelpImp (QWidget *parent=nullptr) | |
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... | |
Public Member Functions inherited from Gui::Dialog::PreferencePage | |
PreferencePage (QWidget *parent=nullptr) | |
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 &) |
virtual void | changeEvent (QEvent *e)=0 |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage | |
virtual void | loadSettings ()=0 |
virtual void | saveSettings ()=0 |
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.
DlgOnlineHelpImp::DlgOnlineHelpImp | ( | QWidget * | parent = nullptr | ) |
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 | ( | ) |
Destroys the object and frees any allocated resources.
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
|
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.
References App::Application::getHelpDir().
Referenced by DlgOnlineHelpImp().
|
virtual |
Implements Gui::Dialog::PreferencePage.
|
protected |
|
virtual |
Implements Gui::Dialog::PreferencePage.