当前位置: 首页 > article >正文

QFontComboBox Class

Header:#include < QFontComboBox >
qmake:QT += widgets
Since:Qt 4.2
Inherits:QComboBox

This class was introduced in Qt 4.2.

Public Types

enum FontFilter {
    AllFonts, ScalableFonts, NonScalableFonts, MonospacedFonts, ProportionalFonts }
flags FontFilters

Properties

currentFont : QFont
fontFilters : FontFilters
writingSystem : QFontDatabase::WritingSystem 

Public Functions

QFontComboBox(QWidget *parent = nullptr)
virtual ~QFontComboBox()
QFont currentFont() const
QFontComboBox::FontFilters fontFilters() const
void setFontFilters(QFontComboBox::FontFilters filters)
void setWritingSystem(

http://www.kler.cn/news/342421.html

相关文章:

  • 初识Linux操作系统与Shell命令
  • ARM base instruction -- umull
  • [vscode]格式化C#代码
  • 鸿蒙开发(NEXT/API 12)【HTTP数据请求】网络篇
  • oracle set命令
  • 澳鹏干货 | 大语言模型的上下文窗口 (Context Windows)
  • 使用 Go 语言与 Redis 构建高效缓存与消息队列系统
  • 六西格玛设计DFSS方法论在消费级无人机设计中的应用——张驰咨询
  • LangChain从模型中提取json输出
  • [含文档+PPT+源码等]精品基于Python实现的Django高校职业通的设计与实现
  • python sqlite3 工具函数
  • 【OpenCV】基础操作学习--实现原理理解
  • 论文阅读:OpenSTL: A Comprehensive Benchmark of Spatio-Temporal Predictive Learning
  • 如何提高LabVIEW编程效率
  • GitHub Copilot 使用手册(一)--配置
  • 雨晨 24H2 正式版 Windows 11 iot ltsc 2024 适度 26100.2033 VIP2IN1
  • Leetcode 135-分发糖果
  • 软件工程pipeline梳理
  • C++之LIST模拟实现(代码纯享版)
  • 使用pycharm 开发streamlit的项目,怎么启动项目,进行debug调试