Try setting the focus to your table widget during the startup:
Qt Code:
table->setFocus(Qt::ActiveWindowFocusReason);To copy to clipboard, switch view to plain text mode
Try setting the focus to your table widget during the startup:
Qt Code:
table->setFocus(Qt::ActiveWindowFocusReason);To copy to clipboard, switch view to plain text mode
ankurjain (21st March 2006)
Bookmarks