点击lineEdit选中全部文本, 使用selectAll()无效
想点击lineEdit选中全部文本,使用selectAll()发现无效参考:https://stackoverflow.com/questions/35653331/qlineedit-selectall-doesnt-work得到解决应该是全选被点击的鼠标事件给取消了所以FocusIn中添加以下代码//我这里使用eventFilter函数 if(event->type()==QEvent::FocusIn) { QTimer::singleShot( 0,[