Freeciv21
Develop your civilization from humble roots to a global empire
optiondlg.h File Reference
#include <QDialog>
#include <QMap>
#include "optiondlg_g.h"
#include "dialogs.h"
+ Include dependency graph for optiondlg.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  option_dialog
 

Functions

QString split_text (const QString &text, bool cut)
 Splits long text to 80 characters. More...
 
QString cut_helptext (const QString &text)
 Remove some text from given text(help text) to show as tooltip. More...
 

Function Documentation

◆ cut_helptext()

QString cut_helptext ( const QString &  text)

Remove some text from given text(help text) to show as tooltip.

Definition at line 87 of file optiondlg.cpp.

◆ split_text()

QString split_text ( const QString &  text,
bool  cut 
)

Splits long text to 80 characters.

Definition at line 45 of file optiondlg.cpp.