第一章 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);
阅读(545) | 评论(0) | 转发(0) |