博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
QT学习-核心类列表-12、QtDesigner
阅读量:5329 次
发布时间:2019-06-14

本文共 2426 字,大约阅读时间需要 8 分钟。

12    -    QtDesigner模块提供类来创建自制风格的窗口部件,还提供访问Qt Designer组件的类

    QAbstractExtensionFactory    -    Interface for extension factories in Qt Designer
    QAbstractExtensionManager    -    Interface for extension managers in Qt Designer
    QAbstractFormBuilder    -    Default implementation for classes that create user interfaces at run-time
    QDesignerActionEditorInterface    -    Allows you to change the focus of Qt Designer's action editor
    QDesignerContainerExtension    -    Allows you to add pages to a custom multi-page container in Qt Designer's workspace
    QDesignerCustomWidgetCollectionInterface    -    Allows you to include several custom widgets in one single library
    QDesignerCustomWidgetInterface    -    Enables Qt Designer to access and construct custom widgets
    QDesignerDynamicPropertySheetExtension    -    Allows you to manipulate a widget's dynamic properties in Qt Designer's property editor
    QDesignerFormEditorInterface    -    Allows you to access Qt Designer's various components
    QDesignerFormWindowCursorInterface    -    Allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets
    QDesignerFormWindowInterface    -    Allows you to query and manipulate form windows appearing in Qt Designer's workspace
    QDesignerFormWindowManagerInterface    -    Allows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions
    QDesignerMemberSheetExtension    -    Allows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slots
    QDesignerObjectInspectorInterface    -    Allows you to change the focus of Qt Designer's object inspector
    QDesignerPropertyEditorInterface    -    Allows you to query and manipulate the current state of Qt Designer's property editor
    QDesignerPropertySheetExtension    -    Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor
    QDesignerTaskMenuExtension    -    Allows you to add custom menu entries to Qt Designer's task menu
    QDesignerWidgetBoxInterface    -    Allows you to control the contents of Qt Designer's widget box
    QExtensionFactory    -    Allows you to create a factory that is able to make instances of custom extensions in Qt Designer
    QExtensionManager    -    Extension management facilities for Qt Designer
    QFormBuilder    -    Used to dynamically construct user interfaces from UI files at run-time

转载于:https://www.cnblogs.com/stycpp-2016/p/6382198.html

你可能感兴趣的文章
robotframe处理日志中文问题
查看>>
php多进程结合Linux利器split命令实现把大文件分批高效处理
查看>>
django优化--ORM优缺点
查看>>
黑马day16 jquery&属性过滤选择器
查看>>
PHP再学习5——RESTFul框架 远程控制LED
查看>>
FL2440-学习记录(三)
查看>>
Amobea读写分离
查看>>
关于密码
查看>>
oracle创建表空间
查看>>
Keycloak服务器安装和配置
查看>>
C#委托之个人理解(转)
查看>>
retrofit2 上传图片
查看>>
Linux Shell流程例子
查看>>
jQuery的三种$()
查看>>
2017.6.4 入门组 NO.4——猜数
查看>>
Eclipse 下载安装
查看>>
WebSocket 时时双向数据,前后端(聊天室)
查看>>
关于cocoa 运行时runtime
查看>>
关于python中带下划线的变量和函数 的意义
查看>>
asp.net 写入excel时,不能更新。数据库或对象为只读。
查看>>