Yes, we know about the signals and slots but, is it possible to select from table?
To tell more,
for the doubleClick
connect(tableCariler, SIGNAL(doubleClicked(QModelIndex)), parent, SLOT(slotCarilerEdit(const QModelIndex)));
the signal starts from tableCariler
we dont know how to connect tablecariler with a push button so that it will take the QModelIndex from tableCariler?
Bookmarks