Ashley Winters > Qt > QTabBar

Download:
Qt-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

QTabBar - Interface to the Qt QTabBar class

SYNOPSIS ^

use QTabBar;

Inherits QWidget.

Member functions

new, addTab, isTabEnabled, setTabEnabled

QTab

    $tab = new QTab;
    $$tab{label} = "Hello World";
    $$tab{r} = new QRect(1, 2, 3, 4);
    $$tab{enabled} = 1;
    $$tab{id} = 10;

DESCRIPTION ^

What you see is what you get.

NOTES ^

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

AUTHOR ^

Ashley Winters <jql@accessone.com>