Chinaunix首页 | 论坛 | 博客
  • 博客访问: 313188
  • 博文数量: 51
  • 博客积分: 1975
  • 博客等级: 上尉
  • 技术积分: 645
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-17 19:07
文章分类

全部博文(51)

文章存档

2011年(8)

2010年(43)

分类: LINUX

2010-03-02 11:20:23

QLISTBOX
 
int QListBox::currentItem () const
Returns the current highlighted item. See the "currentItem" property for details.
 
void QListBox::setCurrentItem ( int index ) [virtual]
Sets the current highlighted item to index. See the "currentItem" property for details.

QString QListBox::currentText () const
Returns the text of the current item. See the "currentText" property for details.
 
QString QListBox::text ( int index ) const
Returns the text at position index, or QString::null if there is no text at that position.
阅读(2886) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~