20 #ifndef _gfontchooser_h 21 #define _gfontchooser_h 49 static string
showDialog(
const string& title =
"",
const string& initialFont =
"");
58 static string
showDialog(
GWindow* parent,
const string& title =
"",
const string& initialFont =
"");
67 static string
showDialog(QWidget* parent,
const string& title =
"",
const string& initialFont =
"");
75 #endif // _gfontchooser_h This class represents a graphics window that supports simple graphics.
Definition: gwindow.h:102
The GFontChooser class contains static methods for popping up font-choosing dialog boxes that allow t...
Definition: gfontchooser.h:41
static string showDialog(string title="", string initialFont="")
Pops up a font chooser dialog with the given top title text and the given initially selected font...
Definition: gfontchooser.cpp:29