Guest User

Untitled

a guest
Oct 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. self.emit(SIGNAL('currentChanged'), row, col)
  2. self.emit(SIGNAL("activated(const QString &)"),self.currentText())
  3. self.connect(self,SIGNAL("currentChanged(const QString&)"),self.currentChanged)
Add Comment
Please, Sign In to add comment