zoukankan      html  css  js  c++  java
  • Qt初级-Qt继承表

    QObject--QCoreApplication---QApplication

                   --QWidget------------QAbstractButton---- QPushButton
                                                                                    ------QCheckBox
                                      ------------QAbstractSpinBox---QSpinBox
                                      ------------QAbstractSlider------QSlider
                                      ------------QFrame---------------QLabel
                                                                        --------------QAbstractItemView----QTableView
                                                                                                                                          ----QTableWiget
                                                                                                                                 --QHeaderView  
                                         ---QComboBox
                                        --QLineEdit
                                        --QMainWindow
                                        --QGroupBox
                                        --QDialogButtonBox
                                        --QMenu
                                        --QMenuBar
                                        --QStatusBar
                                        --QTabBar
                                        --QToolBar
                                        --QDialog--QMessageBox 
                                                                                                                                                                                                               
                    -QLayout-- -QBoxLayout----------QHBoxLayout
                                                             -----------QVBoxLayout
                                    - ---QGridLayout
                    --QAction
                    --QClipboard
                    --QSetings
                    --QShortCut
                    --QIODevice--QFile
    QString
    QVariant
    QList---QStringList
  • 相关阅读:
    JS基本语法---while循环---练习
    JS基本语法---while循环
    JS基础语法---分支语句总结
    Python开发坦克大战
    基于Python的face_recognition库实现人脸识别
    10个Python 初学者必知编码小技巧
    论如何用python发qq消息轰炸虐狗好友
    Python + Selenium +Chrome 批量下载网页代码修改【新手必学】
    Python爬取mc皮肤【爬虫项目】
    Python 分发包中添加额外文件【新手必学】
  • 原文地址:https://www.cnblogs.com/SoulReaper/p/3309740.html
Copyright © 2011-2022 走看看