Qt 的QcomboBox中有可以根据下拉选项上的text找到其对应的index的函数吗
2012-10-15
展开全部
可以的,首先获得到text的集合,int a;与显示的QComboBox进行比较,a++;最终就可以获得到index
展开全部
int QComboBox::findText ( const QString & text, Qt::MatchFlags flags = static_cast<Qt::MatchFlags> ( Qt::MatchExactly | Qt::MatchCaseSensitive ) ) const
Returns the index of the item containing the given text; otherwise returns -1.
The flags specify how the items in the combobox are searched.
Returns the index of the item containing the given text; otherwise returns -1.
The flags specify how the items in the combobox are searched.
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询