Module implementing a dialog to configure the preferred languages.
| None | 
| HelpLanguagesDialog | Class implementing a dialog to configure the preferred languages. | 
| None | 
Class implementing a dialog to configure the preferred languages.
| None | 
| defaultAcceptLanguages | Class method to get the list of default accept languages. | 
| expand | Class method to expand a language enum to a readable languages list. | 
| httpString | Class method to convert a list of acceptable languages into a byte array. | 
| HelpLanguagesDialog | Constructor | 
| __currentChanged | Private slot to handle a change of the current selection. | 
| accept | Public method to accept the data entered. | 
| on_addButton_clicked | Private slot to add a language to the list of acceptable languages. | 
| on_downButton_clicked | Private slot to move a language down. | 
| on_removeButton_clicked | Private slot to remove a language from the list of acceptable languages. | 
| on_upButton_clicked | Private slot to move a language up. | 
| None | 
Class method to get the list of default accept languages.
Class method to expand a language enum to a readable languages list.
Class method to convert a list of acceptable languages into a byte array.
The byte array can be sent along with the Accept-Language http header (see RFC 2616).
Constructor
Private slot to handle a change of the current selection.
Public method to accept the data entered.
Private slot to add a language to the list of acceptable languages.
Private slot to move a language down.
Private slot to remove a language from the list of acceptable languages.
Private slot to move a language up.