Ctrl + : Moves to the end of the paragraph. Ctrl + Del: Deletes word to right of cursor. Ctrl + Backspace: Deletes word to left of cursor. Ctrl + End: Moves the cursor to the end of the document. Ctrl + Home: Moves the cursor to the beginning of the document. ...
#ifdefQ_OS_MACsetWindowFlags((windowFlags() & ~Qt::WindowType_Mask) | Qt::Sheet); setStyleSheet(styleSheet() +" #MovieSearch { border: 1px solid rgba(0, 0, 0, 100); border-top: none; }");#elsesetWindowFlags((windowFlags() & ~Qt::WindowType_Mask) | Qt::Dialog);#endifforeach...