When I right click on a layer, then click on 'Properties' I would expect the Properties dialog box to appear so I can change the style, add labels etc. For some reason the box doesn't show. It seems like the box is active but not visible - I say this because I can't click on anything else within QGIS until I press escape. Many thanks for the help.
|
|
See Missing tools (icons) QGIS Alex Markov: 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. Nathan W: *delete the registry key HKEY_CURRENT_USER\Software\QuantumGIS\QGIS\UI* |
|||
|
|
I have had this problem before. I didn't properly seek an answer at the time as I thought it was my computer or me having pressed something unwittingly. The way I found to resolve this was re-installation of qgis. Everything was 'back as it started'/ 'factory settings' as it were... So quite possible there is an option to check/uncheck somewhere. Good Luck!! |
|||
|
|
|
To reset this (specific) dialog, open a python console and enter the following:
|
|||
|
|
