Zuble QML Types   |  Zuble C++ Classes   |  Table of Contents

Zuble Toolbox

The toolbox module contains QML types used to construct the Zuble toolbox. This module contains the base types for creating tools as well as some of the tools commonly used by Zuble.

AboutMenu

A tool that shows "About Zuble" dialog

ContextLabels

Container of toolbox menu labels that allow the toolbox user to switch between menu items

ContextPane

Container of the Zuble toolbox, a list of widgets (tools) that allow users to interact with objects in the Zuble content window

EditMenu

An example tool that shows some buttons but otherwise isn't very useful

FileMenu

A tool for selecting files

LogCategoryButton

Enable/disable button for the LogCategoryMenu tool

LogCategoryItem

List delegate for the LogCategoryMenu tool

LogCategoryMenu

A tool that allows the user to enable and disable Zuble log categories

LogControlMenu

A rectangle of little use. TBD: delete me!

LogDetailMenu

A tool that shows a detailed list of Zuble log records

LogRecord

List delegate of the LogDetailMenu, a tool for viewing the detalis of a Zuble log record

MessageMenu

A tool that displays a MessageBox-style dialog with user-defined buttons

StyleEditMenu

A tool for editing Zuble styles (in development don't use)

TestMenu

A Zuble tool for testing Zuble tools

ZContextMenu

Base object for Zuble tools. It extends ZMenu to add Zuble tool cache functions

ZMenu

This is the base object for Zuble tools