zhonghua

C++博客 首页 新随笔 联系 聚合 管理
  72 Posts :: 1 Stories :: 4 Comments :: 0 Trackbacks
其实很简单,代码如下:

            QComboBox *combobox = new QComboBox(this);
            QStringList strings;
            strings << tr("自由") << tr("典型") << tr("默认") ;
            combobox->addItems(strings);

posted on 2012-03-29 15:49 米米 阅读(2784) 评论(0)  编辑 收藏 引用 所属分类: qt

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理