xlang v4.0 Release
程序设计语言基础库文档
|
结构体 | |
enum | ButtonPosition |
enum | SelectionBehavior |
enum | Shape |
Public 成员函数 |
Protected 属性 |
包函数 |
额外继承的成员函数 |
String accessibleTabName | ( | int | index | ) |
int addTab | ( | QIcon | icon, |
String | text | ||
) |
int addTab | ( | String | text | ) |
bool autoHide | ( | ) |
bool changeCurrentOnDrag | ( | ) |
int count | ( | ) |
|
override |
重载 QWidget .
|
override |
重载 QWidget .
void currentChanged | ( | int | index | ) |
int currentIndex | ( | ) |
bool documentMode | ( | ) |
bool drawBase | ( | ) |
TextElideMode elideMode | ( | ) |
bool expanding | ( | ) |
QSize iconSize | ( | ) |
int insertTab | ( | int | index, |
String | text | ||
) |
bool isMovable | ( | ) |
bool isTabEnabled | ( | int | index | ) |
QSize minimumSizeHint | ( | ) |
void moveTab | ( | int | from, |
int | _to | ||
) |
void removeTab | ( | int | index | ) |
SelectionBehavior selectionBehaviorOnRemove | ( | ) |
void setAccessibleTabName | ( | int | index, |
String | name | ||
) |
void setAutoHide | ( | bool | hide | ) |
void setChangeCurrentOnDrag | ( | bool | change | ) |
void setCurrentIndex | ( | int | index | ) |
void setDocumentMode | ( | bool | set | ) |
void setDrawBase | ( | bool | drawTheBase | ) |
void setElideMode | ( | TextElideMode | tem | ) |
void setExpanding | ( | bool | enabled | ) |
void setIconSize | ( | QSize | size | ) |
void setMovable | ( | bool | movable | ) |
void setSelectionBehaviorOnRemove | ( | SelectionBehavior | behavior | ) |
void setShape | ( | Shape | shape | ) |
void setTabBarEventListener | ( | onTabBarEventListener | l | ) |
void setTabButton | ( | int | index, |
ButtonPosition | position, | ||
QWidget | widget | ||
) |
void setTabEnabled | ( | int | index, |
bool | b | ||
) |
void setTabIcon | ( | int | index, |
QIcon | icon | ||
) |
void setTabsClosable | ( | bool | closable | ) |
void setTabText | ( | int | index, |
String | text | ||
) |
void setTabTextColor | ( | int | index, |
long | color | ||
) |
void setTabToolTip | ( | int | index, |
String | tip | ||
) |
void setTabWhatsThis | ( | int | index, |
String | text | ||
) |
void setUsesScrollButtons | ( | bool | useButtons | ) |
Shape shape | ( | ) |
QSize sizeHint | ( | ) |
int tabAt | ( | QPoint | pos | ) |
void tabBarClicked | ( | int | index | ) |
void tabBarDoubleClicked | ( | int | index | ) |
QWidget tabButton | ( | int | index, |
ButtonPosition | position | ||
) |
void tabCloseRequested | ( | int | index | ) |
void tabMoved | ( | int | from, |
int | _to | ||
) |
bool tabsClosable | ( | ) |
String tabText | ( | int | index | ) |
|
package |
String tabToolTip | ( | int | index | ) |
String tabWhatsThis | ( | int | index | ) |
bool usesScrollButtons | ( | ) |