qt 窗口布局程序

时间:2015-02-23 03:53:06
【文件属性】:

文件名称:qt 窗口布局程序

文件大小:163KB

文件格式:RAR

更新时间:2015-02-23 03:53:06

layout

QObject::connect(spinBox, SIGNAL(valueChanged(int)), slider, SLOT(setValue(int))); QObject::connect(slider, SIGNAL(valueChanged(int)), spinBox, SLOT(setValue(int))); spinBox->setValue(35); QHBoxLayout *layout = new QHBoxLayout; layout->addWidget(spinBox); layout->addWidget(slider);


【文件预览】:
Age
----age.cpp(770B)
----Makefile.Debug(5KB)
----Age.pro(306B)
----Makefile.Release(5KB)
----debug()
--------age.exe(461KB)
--------age.o(123KB)
----Makefile(6KB)
----release()

网友评论

  • 东西不够全