
QTabBar - Interface to the Qt QTabBar class

use QTabBar;
Inherits QWidget.
new, addTab, isTabEnabled, setTabEnabled
$tab = new QTab;
$$tab{label} = "Hello World";
$$tab{r} = new QRect(1, 2, 3, 4);
$$tab{enabled} = 1;
$$tab{id} = 10;

What you see is what you get.

QTab is a tied hash reference which accesses a real QTab. keys() does not work on a QTab.

Ashley Winters <jql@accessone.com>