如何只为某些字符串制作 qlineedit?
How to make qlineedit only for some string?
我是 qt 新手。我想做一个 lineedit 只卖一些字符串的信号,比如 apple,banana,melon
。如何使用正则表达式或其他方法获取它?
只需使用 QComboBox
并检查它的 editable
标志
我是 qt 新手。我想做一个 lineedit 只卖一些字符串的信号,比如 apple,banana,melon
。如何使用正则表达式或其他方法获取它?
只需使用 QComboBox
并检查它的 editable
标志