class KSwitchLanguageDialog |
|
|
Standard "switch application language" dialog box. This class provides "switch application language" dialog box that is used in KHelpMenu Author Krzysztof Lichota (lichota@mimuw.edu.pl) |
|
Constructor. Creates a fully featured "Switch application language" dialog box. Note that this dialog is made modeless in the KHelpMenu class so the users may expect a modeless dialog.
parent - The parent of the dialog box. You should use the toplevel window so that the dialog becomes centered. name - Internal name of the widget. This name in not used in the caption. modal - If false, this widget will be modeless and must be made visible using QWidget.show(). Otherwise it will be modal and must be made visible using QWidget.exec() |
|
Called when one of language buttons changes state. |
|
Called when "Remove" language button is clicked. |
|
Called to add one language button to dialog. |
|
Activated when the Ok button has been clicked. |