Qt 的QcomboBox中有可以根据下拉选项上的text找到其对应的index的函数吗
答案:2 悬赏:80 手机版
解决时间 2021-11-24 11:27
- 提问者网友:相思似海深
- 2021-11-23 15:47
Qt 的QcomboBox中有可以根据下拉选项上的text找到其对应的index的函数吗
最佳答案
- 五星知识达人网友:深街酒徒
- 2021-11-23 17:12
int QComboBox::findText ( const QString & text, Qt::MatchFlags flags = static_cast ( 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.
全部回答
- 1楼网友:一秋
- 2021-11-23 17:40
可以的,首先获得到text的集合,int a;与显示的QComboBox进行比较,a++;最终就可以获得到index
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯