#include "TextFormatButtons.h"#include "SymbolDialog.h"#include "pixmaps.h"#include <QTextEdit>#include <QPushButton>#include <QHBoxLayout>#include <QString>Variables | |
| static const char * | fraction_xpm [] |
| static const char * | lineSymbol_xpm [] |
| static const char * | square_root_xpm [] |
const char* fraction_xpm[] [static] |
{
"18 21 5 1",
" c None",
". c #000000",
"+ c #121212",
"@ c #090909",
"# c #FC0F0F",
" .. .. ",
" + .@@... ",
" @ @. . ",
" .. ",
" .. ",
" @ @@ . ",
" @.@@.. . ",
" @. .. ",
" ",
"##################",
" ",
" .@@ .@ ",
" . .@ .@ ",
" . .@ ",
" .. .@ ",
" . .@ ",
" .@ .. ",
" .... ",
" @ @ ",
" .. .. ",
" ..@ "}
Referenced by TextFormatButtons::init().
const char* lineSymbol_xpm[] [static] |
{
"16 16 4 1",
" c None",
". c #8C2727",
"+ c #272787",
"@ c #FFFFFF",
" ",
" ",
" ",
" ... ",
" ............ ",
" ... ",
" ",
" ",
" ",
" +++ ",
" +++++@++++++ ",
" +++ ",
" ",
" ",
" ",
" "}
Referenced by TextFormatButtons::init().
const char* square_root_xpm[] [static] |
{
"22 19 8 1",
" c None",
". c #FC0F0F",
"+ c #000000",
"@ c #1A1A1A",
"# c #060606",
"$ c #010101",
"% c #070707",
"& c #090909",
" .............",
" .. .",
" . .",
" .. ",
" .. ",
" .. +@++ +++ ",
" . +# ++++ $+ ",
" . .. + ++ ++ ",
" .. .. +# ",
".... .. + ",
". .. . #+ ",
" . .. ++ %+ + ",
" .. .. ++ ++++ ++ ",
" .. .. +++ +++& ",
" . . ",
" ... ",
" ... ",
" . ",
" . "}
Referenced by TextFormatButtons::init().
1.6.2