码迷,mamicode.com
首页 > 其他好文 > 详细

QComboBox:类似于的百度的搜索提示

时间:2015-09-23 19:26:37      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:

参考:

http://blog.csdn.net/lingchen214/article/details/17960789

http://blog.sina.com.cn/s/blog_a6fb6cc90101ed6n.html

http://blog.sina.com.cn/s/blog_a6fb6cc90101en3a.html

http://blog.csdn.net/sbisyju/article/details/8697081

http://bbs.csdn.net/topics/390290700

http://blog.sina.com.cn/s/blog_56e295440100qklh.html

 

        # 是否可以编辑
        QComboBox.setEditable(True)

        # 在输入的时候给予提示 
        wordList =["alpha" ,  "omega" ,  "omicron" ,  "zeta"] 
        completer  =QCompleter (wordList)   
        combox.setCompleter (completer)

 

效果图:

技术分享

QComboBox:类似于的百度的搜索提示

标签:

原文地址:http://www.cnblogs.com/ribavnu/p/4832844.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!