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
  • 相关阅读:
    洛谷P1056_排座椅 贪心+桶排思想
    NOIP普及组相关
    洛谷P1464_Function 记忆化搜索
    Xcode的使用技巧
    MAC_XCODE清理
    输入框跟随键盘移动效果的实现
    #pragma的进阶用法
    iOS 逆向
    警告框
    UIImageView设置圆角的方式
  • 原文地址:https://www.cnblogs.com/SoulReaper/p/3309740.html
Copyright © 2011-2022 走看看