QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1056|回复: 1

Qt问题

[复制链接]
发表于 2006-3-20 23:56:50 | 显示全部楼层 |阅读模式
我刚学,下面小程序的目的是为了把两个按钮装在一个窗口里,但是不对主,求肋。
#include <qapplication.h>
#include <qpushbutton.h>


int main( int argc, char **argv )
{
QApplication a( argc, argv );

QPushButton hello( "Hello world!", 0 );
QPushButton quit("Quit!",0);

hello.resize( 100, 30 );
quit.resize(100,30);
a.setMainWideget(&hello);
a.setMainWideget(&quit);
hello.show();
quit.show();
return a.exec();

}
发表于 2006-3-23 08:56:50 | 显示全部楼层
你可以用个QVBox 或是QHBox类两放置两个或两个以上的widget类
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 20:19 , Processed in 0.034938 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表