Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-22 Thread PIERRE Sylvain
@bas-rhin.fr<mailto:sylvain.pie...@bas-rhin.fr> www.bas-rhin.fr<http://www.bas-rhin.fr> De : Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] De la part de Larry Shaffer Envoyé : mardi 20 décembre 2016 21:44 À : DelazJ Cc : qgis-user@lists.osgeo.org Objet : Re: [Qgis-us

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Larry Shaffer
Hi, Sorry for the top post... Btw, you can also grab iface.mainWindow() for the full application main window screen shot. This just grabs the content area, so no native window dressings, e.g. no title bar, etc. There is also the fun stuff in this Qt5 example (I think one for Qt4, too): http://do

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Larry Shaffer
Hi Bo, et al., On Wed, Dec 21, 2016 at 4:34 AM, Bo Victor Thomsen < bo.victor.thom...@gmail.com> wrote: > Ok - > > A very rough, but functional first version of the plugin is now in > https://github.com/Frederikssund/QGIS-canvas-to-clipboard/ > >- No shortcut >- No about-box, nice explana

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Bo Victor Thomsen
Ok - A very rough, but functional first version of the plugin is now in https://github.com/Frederikssund/QGIS-canvas-to-clipboard/ * No shortcut * No about-box, nice explanations or help text * No copyright statements * Only one button that create a bitmap of the current map-canvas and

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Bo Victor Thomsen
Hi Larry - The python snippet works like a charm on Windows too. I'll wrap a minimalistic python plugin around the snippet with a button and a short-cut. I owe you a large cold beer (actually several :-) . That snippet saved me from digging into a rather large pile of Qgis/PyQT documentation.

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Neumann, Andreas
I agree. It would be nice to have this in QGIS core. Andreas On 2016-12-21 09:44, Richard Duivenvoorde wrote: > On 12/20/2016 09:43 PM, Larry Shaffer wrote: > >> 2016-12-20 18:23 GMT+01:00 Bo Victor Thomsen >> mailto:bo.victor.thom...@gmail.com>>: >> >> Hi List-members - >> >> Is there in

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Richard Duivenvoorde
On 12/21/2016 09:44 AM, Richard Duivenvoorde wrote: On 12/20/2016 09:43 PM, Larry Shaffer wrote: 2016-12-20 18:23 GMT+01:00 Bo Victor Thomsen mailto:bo.victor.thom...@gmail.com>>: Hi List-members - Is there in Qgis a function / button / menu-item / short-cut / p

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Brent Wood
I just save the project as image, then add the image to a document. While perhaps a few more clicks than using the clipboard, it works fine. Cheers, Brent On Wednesday, December 21, 2016 9:45 PM, Richard Duivenvoorde wrote: On 12/20/2016 09:43 PM, Larry Shaffer wrote: >    2016-12-20

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-21 Thread Richard Duivenvoorde
On 12/20/2016 09:43 PM, Larry Shaffer wrote: 2016-12-20 18:23 GMT+01:00 Bo Victor Thomsen mailto:bo.victor.thom...@gmail.com>>: Hi List-members - Is there in Qgis a function / button / menu-item / short-cut / plugin to make a simple bitmap copy of the current con

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-20 Thread Karl-Magnus Jönsson
@lists.osgeo.org Ämne: Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard Hi, On Tue, Dec 20, 2016 at 11:02 AM, DelazJ mailto:del...@gmail.com>> wrote: Hi, 2016-12-20 18:23 GMT+01:00 Bo Victor Thomsen mailto:bo.victor.thom...@gmail.com>>: Hi List-members -

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-20 Thread Larry Shaffer
Hi, On Tue, Dec 20, 2016 at 11:02 AM, DelazJ wrote: > Hi, > > 2016-12-20 18:23 GMT+01:00 Bo Victor Thomsen > : > >> Hi List-members - >> >> Is there in Qgis a function / button / menu-item / short-cut / plugin to >> make a simple bitmap copy of the current content of the map-canvas and save >>

Re: [Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-20 Thread DelazJ
Hi, 2016-12-20 18:23 GMT+01:00 Bo Victor Thomsen : > Hi List-members - > > Is there in Qgis a function / button / menu-item / short-cut / plugin to > make a simple bitmap copy of the current content of the map-canvas and save > it to the clipboard ? My users need this to make a copy of the map an

[Qgis-user] Tool to copy the content of the map canvas to the clipboard

2016-12-20 Thread Bo Victor Thomsen
Hi List-members - Is there in Qgis a function / button / menu-item / short-cut / plugin to make a simple bitmap copy of the current content of the map-canvas and save it to the clipboard ? My users need this to make a copy of the map and paste into MS-Word or other software. I really need th