[Qgis-user] Empty vector toolbar

Richard Duivenvoorde rdmailings at duif.net
Wed Oct 17 01:50:21 PDT 2018


On 10/17/2018 09:17 AM, Andrew Grant-Adamson wrote:
> Hello,
> 
> I know this problem has been reported over time but I have not found a solution to the problem which works for me. I am running a Mac Book Pro with Mojave OS.
> 
> I have tried a clean reinstall using the latest QGIS3 build having deleted preference and profiles. I have a feeling there must be some little file lurking somewhere.
> 
> But there may be a simple answer. Advice would be welcomed.

Hi Andrew,

What are you looking for in the Vector Toolbar?

As you can see here:
https://gis.stackexchange.com/questions/183454/qgis-vector-toolbar-has-no-tools

There is nothing, unless you for example install the 'Coordinate
Capture' plugin in QGIS3

After installation of that plugin it will at least contain one button,
and you should be able to view it via the context menu in the toolbars-area.
If that fails, you can use the Python console and do:

iface.vectorToolBar().show()

and to hide it:
iface.vectorToolBar().hide()

HTH, Regards,

Richard Duivenvoorde



More information about the Qgis-user mailing list