Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I lost selection and navigation tools from the GGIS 1.8 toolbar when I tried drag then to different place. I can't get them back anymore. Where they disappear? All these tools are checked but are still missing.

share|improve this question
What platform are you using? – dakcarto Jul 3 '12 at 14:42
Thanks Alex! Toolbars are back. – user8628 Jul 4 '12 at 7:40

2 Answers

Toolbars are located outside your screen area.

You can use Python console to move them on screen.

Here is example of moving Navigation Toolbar:

qgis.utils.iface.mapNavToolToolBar().move(10,10)

Names of other toolbars can be found by this link.

share|improve this answer
I had the same problem but with the advance digitizing one. Thanks to this I've got it back. Cheers! – Matt T Nov 29 '12 at 13:51

uninstall, clean registry with ccleaner.remove .qgis folder ( note the dot) reinstall.

share|improve this answer
1  
No need to uninstall. Just delete the registry key HKEY_CURRENT_USER\Software\QuantumGIS\QGIS\UI – Nathan W Jul 4 '12 at 0:35
Nathan - I can't seem to get this working. Do you just remove the .qgis folder and then delete the UI key and then restart QGIS? – Matt T Sep 25 '12 at 13:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.