Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Unknown macro: {alias}

Name

qsetwindowtitle — set window title

Syntax

qsetwindowtitle [widget] title

Description

The qsetwindowtitle command sets the title, or caption, of the current widget. The title bar will only be visible on top level windows.

Arguments

widget

Unknown macro: {indent}

Target widget.

title

Unknown macro: {indent}

The window title.

Examples

Ex.1: qsetwindowtitle

set w [qwidget]
qsetwindowtitle "Container widget"

# Arrange children vertically
qvboxlayout {
	qlabel "My embedded label"
}
qshow $w

  • No labels