Hello,<div><br></div><div>I can't understand why QLineEdit can't send signal from QToolBar...</div><div><br></div><div>trying via addWidget and addAction, for example last edition:</div><div><br></div><div><div>self.searchDBLine = QtGui.QLineEdit(self)</div>
<div>self.searchDBLineAction = QtGui.QWidgetAction(self)</div><div>self.searchDBLineAction.setDefaultWidget(self.searchDBLine)</div><div>self.ui.toolBar.addAction(self.searchDBLineAction)</div><div><br></div><div>and connected with: </div>
<div>* @QtCore.pyqtSignature</div><div>* usual signal connect</div><div>(self.connect(self.searchDBLine, QtCore.SIGNAL("textEdited()"), self.searchBDLineChanged))</div><div><br></div><div>but without any success, could you please advice where is problem?</div>
<div><br></div><div>thanks a lot.</div><div><br></div>-vadym<br><br>
</div>