BreadcrumbNavigator QControl

From LabVIEW Wiki
Jump to: navigation, search
BreadcrumbNavigator QControl

The BreadcrumbNavigator QControl is a QControl that inherits from and extends the String control. It acts like a list of HTML-Like links to help provide navigation in an application.

Add items through an included property. Clear all items through an included method.

When an item is clicked on, any thing after it is removed from the list and the clicked item is returned.

It requires the QControl Toolkit to run which can be downloaded from the LabVIEW Tools Network here:

The QControl Toolkit on the LabVIEW Tools Network

LabVIEW Version

This code is currently published in LabVIEW 2015.

Source Code

The source for the Breadcrumb Navigator QControl can be found here:

QSI Shared QControls on GitLab

Build Instructions

The BreadcrumbNavigator.lvclass and all its members can be distributed as a Class Library and built into the using application.

Installation Guide

The BreadcrumbNavigator.lvclass and all its members can be distributed as a Class Library and built into the using application.

Execution

See documentation distributed with the QControl Toolkit.

Support

Submit Issues or Merge Requests through GitLab.