#include <OptGeneralDlgImpl.h>
Inheritance diagram for OptGeneralDlgImpl::
Public Methods | |
OptGeneralDlgImpl (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
Constructs a OptGeneralDlgImpl which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
~OptGeneralDlgImpl () | |
Destroys the object and frees any allocated resources. | |
void | init () |
Initialises the dialog with the current language. | |
QString | getLanguage () |
Returns the language set in the combo box. | |
void | setLanguage (QString s) |
Sets the language s in the combo box. |
|
Constructs a OptGeneralDlgImpl 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. |