Freeciv-3.2
|
Go to the source code of this file.
Data Structures | |
struct | option_dialog |
Functions | |
QString | split_text (QString text, bool cut) |
QString | cut_helptext (QString text) |
void | option_dialog_popup (QString name, const struct option_set *poptset, bool client) |
Remove some text from given text(help text) to show as tooltip
Definition at line 105 of file optiondlg.cpp.
Popup the option dialog for the option set.
Definition at line 776 of file optiondlg.cpp.
Splits long text to 80 characters
Definition at line 62 of file optiondlg.cpp.