Source code for navigation.breadcrumb_widget

# Copyright (c) 2015 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.

"""
Breadcrumb widget that displays a list of breadcrumbs.  This is currently
just a glorified label but could be extended later to support more
interaction/features if needed.
"""

import sgtk
from sgtk.platform.qt import QtCore, QtGui
from .ui.breadcrumb_widget import Ui_BreadcrumbWidget