Public Slots | |
void | setSource (const QUrl &name) |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *event) |
Needed a signal to be emited when the user click on the cell. | |
void | wheelEvent (QWheelEvent *event) |
Handles mouse wheel events, ignore them and send the up in the cell hierarchy. | |
void | insertFromMimeData (const QMimeData *source) |
If the mimedata that should be insertet contain text, create a new mimedata object that only contains text, otherwise html is inserted - don't want that html code (inserting from microsoft words for example). | |
void | keyPressEvent (QKeyEvent *event) |
Handles key event, added ignore to 'Alt+Enter'. |
|
If the mimedata that should be insertet contain text, create a new mimedata object that only contains text, otherwise html is inserted - don't want that html code (inserting from microsoft words for example).
|
|
Handles key event, added ignore to 'Alt+Enter'.
|
|
Needed a signal to be emited when the user click on the cell.
|
|
|
|
Handles mouse wheel events, ignore them and send the up in the cell hierarchy.
|