Chinaunix首页 | 论坛 | 博客
  • 博客访问: 173605
  • 博文数量: 69
  • 博客积分: 2627
  • 博客等级: 少校
  • 技术积分: 715
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-24 22:37
文章分类

全部博文(69)

文章存档

2017年(3)

2014年(1)

2013年(4)

2012年(6)

2011年(21)

2010年(15)

2009年(19)

我的朋友

分类: C/C++

2009-08-31 13:22:01

第一章 Getting Started

                              Qt
                               |
                            QObject
                               |
                    |----------------------------|
              QApplication                     QWidget
                                                                |
     |-----------------|-------------------|------------|
  QButton           QFrame             QSlider     QSpinBox
     |                           |
     |                         |----------|
QPushButton      QHBox     QLabel

SIGNAL()
SLOT()

QObject::connect()
QApplication::setMainWidget(widget)
QApplication::exec()
QWidget::show()

QHBox:  setCaption("xxx"),setMargin(6),setSpacing(6)
QSpinBox: setValue(30),setRange(0,130)
QSlider:  setRange(0,130);

         

 
阅读(531) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~