Home
last modified time | relevance | path

Searched refs:systemFont (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/universal/
H A Dqquickuniversaltheme.cpp46 QFont systemFont; in initialize() local
53 systemFont.setFamily(family); in initialize()
58 systemFont.setPixelSize(15); in initialize()
59 theme->setFont(QQuickTheme::System, systemFont); in initialize()
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/material/
H A Dqquickmaterialtheme.cpp49 QFont systemFont; in initialize() local
67 systemFont.setFamily(family); in initialize()
77 systemFont.setPixelSize(dense ? 13 : 14); in initialize()
78 theme->setFont(QQuickTheme::System, systemFont); in initialize()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DBasicQuaquaLookAndFeel.java1405 systemFont = smallSystemFont; in initFontDefaults()
1414 "SystemFont", systemFont, in initFontDefaults()
1425 "Button.font", systemFont, in initFontDefaults()
1428 "CheckBox.font", systemFont, in initFontDefaults()
1433 "ComboBox.font", systemFont, in initFontDefaults()
1441 "Label.font", systemFont, in initFontDefaults()
1458 "Panel.font", systemFont, in initFontDefaults()
1465 "RootPane.font", systemFont, in initFontDefaults()
1468 "Slider.font", systemFont, in initFontDefaults()
1470 "Spinner.font", systemFont, in initFontDefaults()
[all …]
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/controls/imagine/
H A Dqquickimaginetheme.cpp45 QFont systemFont; in initialize() local
46 systemFont.setFamily(QLatin1String("Open Sans")); in initialize()
47 theme->setFont(QQuickTheme::System, systemFont); in initialize()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/platformsupport/themes/genericunix/
H A Dqgenericunixthemes.cpp141 , fixedFont(QLatin1String(defaultFixedFontNameC), systemFont.pointSize()) in QGenericUnixThemePrivate()
147 const QFont systemFont; member in QGenericUnixThemePrivate
161 return &d->systemFont; in font()
383 resources.fonts[QPlatformTheme::SystemFont] = systemFont; in refresh()
707 QGnomeThemePrivate() : systemFont(nullptr), fixedFont(nullptr) {} in QGnomeThemePrivate()
708 ~QGnomeThemePrivate() { delete systemFont; delete fixedFont; } in ~QGnomeThemePrivate()
712 Q_ASSERT(!systemFont); in configureFonts()
717 systemFont = new QFont(fontName, size); in configureFonts()
723 mutable QFont *systemFont; member in QGnomeThemePrivate
777 if (!d->systemFont) in font()
[all …]
/dports/biology/ncbi-toolkit/ncbi/biostruc/pdbeast/
H A Dinterface.c181 p = StaticPrompt(wpdb, "Pdb File", 0, dialogTextHeight, systemFont, '1'); in Main()
186 p = StaticPrompt(wpdb, "Blast Search", 0, dialogTextHeight, systemFont, '1'); in Main()
193 p = StaticPrompt(wpdb, "String Search", 0, dialogTextHeight, systemFont, '1'); in Main()
242 p = StaticPrompt(w, "Seq-entry", 0, dialogTextHeight, systemFont, '1'); in Main()
257 p = StaticPrompt(w, "Enter Entry Code", 0, dialogTextHeight, systemFont, '1'); in Main()
266 p = StaticPrompt(w, "Chain", 0, dialogTextHeight, systemFont, '1'); in Main()
269 p = StaticPrompt(w, "Pdb Source:", 0, dialogTextHeight, systemFont, '1'); in Main()
270 pdb_source = ScrollText(w, 38, 3, systemFont, TRUE, NULL); in Main()
273 p = StaticPrompt(w, "Taxonomy Data:", 0, dialogTextHeight, systemFont, '1'); in Main()
277 p = StaticPrompt(w, "Taxonomy Accept?", 0, dialogTextHeight, systemFont, '1'); in Main()
[all …]
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsmdlg1.c376 g3 = NormalGroup ( g2, 3, 1, "Show", systemFont, NULL ); in Nlm_CreateDlgCommon()
387 prompt = StaticPrompt(g3, "Space between lines : ", 0, 0, systemFont, 'l'); in Nlm_CreateDlgCommon()
392 prompt = StaticPrompt(g3, "Maximum label length : ", 0, 0, systemFont, 'l'); in Nlm_CreateDlgCommon()
397 prompt = StaticPrompt(g3, "Show ends if scale > : ", 0, 0, systemFont, 'l'); in Nlm_CreateDlgCommon()
402 prompt = StaticPrompt(g3, "Max. N-of-Alignments : ", 0, 0, systemFont, 'l'); in Nlm_CreateDlgCommon()
410 g3 = NormalGroup ( g2, 1, 4, "Alignment style", systemFont, AlignmentStyle ); in Nlm_CreateDlgCommon()
426 g4 = NormalGroup ( g2, 1, 4, "Labels on", systemFont, LablesOn ); in Nlm_CreateDlgCommon()
444 StaticPrompt ( g2, "Alignment lines: ", 0, 0, systemFont, 'l'); in Nlm_CreateDlgCommon()
500 StaticPrompt ( g2, "Cycle colors: ", 0, 0, systemFont, 'l'); in Nlm_CreateDlgCColor()
503 g1 = NormalGroup ( g, 1, 5, "Period", systemFont, OnPeriod ); in Nlm_CreateDlgCColor()

12345678910>>...38