Home
last modified time | relevance | path

Searched refs:plotAxesFont (Results 1 – 6 of 6) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DConfigDialog.cpp73 axesFont = app->plotAxesFont; in ConfigDialog()
1116 app->plotAxesFont = axesFont; in apply()
H A DApplicationWindow.h1018 QFont tableTextFont, tableHeaderFont, plotAxesFont, plotLegendFont, plotNumbersFont, variable
H A DApplicationWindow.cpp380 plotAxesFont = QFont(family, pointSize, QFont::Bold, false); in initFonts()
2402 g->initFonts(plotAxesFont, plotNumbersFont); in setPreferences()
4290 plotAxesFont = QFont(graphFonts[0], graphFonts[1].toInt(), graphFonts[2].toInt(), in readSettings()
4529 graphFonts << plotAxesFont.family(); in saveSettings()
4530 graphFonts << QString::number(plotAxesFont.pointSize()); in saveSettings()
4531 graphFonts << QString::number(plotAxesFont.weight()); in saveSettings()
4532 graphFonts << QString::number(plotAxesFont.italic()); in saveSettings()
5807 pd->initFonts(plotTitleFont, plotAxesFont, plotNumbersFont, plotLegendFont); in showPlotDialog()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/core/
H A DConfigDialog.cpp90 axesFont = app->plotAxesFont; in test_tag_class_native_labels()
2465 app->plotAxesFont=axesFont;
3567 axesFont = app->plotAxesFont;
H A DApplicationWindow.h1378 QFont tableTextFont, tableHeaderFont, plotAxesFont, plotLegendFont, plotNumbersFont, plotTitleFont;
H A DApplicationWindow.cpp583 plotAxesFont = QFont(family, pointSize, QFont::Bold, false);
2958 g->initFonts(plotAxesFont, plotNumbersFont);
5520plotAxesFont=QFont (graphFonts[0],graphFonts[1].toInt(),graphFonts[2].toInt(),graphFonts[3].toInt(…
5999 graphFonts<<plotAxesFont.family();
6000 graphFonts<<QString::number(plotAxesFont.pointSize());
6001 graphFonts<<QString::number(plotAxesFont.weight());
6002 graphFonts<<QString::number(plotAxesFont.italic());
8175 pd->initFonts(plotTitleFont, plotAxesFont, plotNumbersFont, plotLegendFont);