Skip to content
ben-sangster edited this page Nov 4, 2010 · 1 revision

Description

Base button class. Based on QAbstractButton.

Signals

clicked

toggled (Bool checked)

Function Calls

void text (String str)

  • Sets button text to str

Bool isChecked ()

  • Checks if button is checked.

void setChecked (Bool checked)

  • Set button checked

void click ()

  • Programmatically "click" the button. Same effect as clicking with the mouse.

Clone this wiki locally