Hello everyone,
Please how do i close an application i previously opened with
Qt Code:
To copy to clipboard, switch view to plain text mode 
in qt c++.
Because i need to update text in a pdf i already opened outside my application at a point in time.
And also i would like to know the difference between
Qt Code:
  1. [DOCS]QDesktopServices::OpenURL[/DOCS]
To copy to clipboard, switch view to plain text mode 
and
Qt Code:
  1. [DOCS]Qt::openUrlExternally[/DOCS]
To copy to clipboard, switch view to plain text mode 
and basically when to use them.