summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqstyle.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-10-17 15:04:05 -0500
committerTimothy Pearson <[email protected]>2012-10-17 15:04:05 -0500
commit691129fbcb6c0f377abac61c6051700b4148efc4 (patch)
treefed4e27b1229c4c33d1a0fff399879bae1375b8e /src/kernel/ntqstyle.h
parent0e044c1a92745f8508f5813efc9709a280583d11 (diff)
downloadtqt3-691129fbcb6c0f377abac61c6051700b4148efc4.tar.gz
tqt3-691129fbcb6c0f377abac61c6051700b4148efc4.zip
Automated update from Qt3
Diffstat (limited to 'src/kernel/ntqstyle.h')
-rw-r--r--src/kernel/ntqstyle.h25
1 files changed, 18 insertions, 7 deletions
diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h
index d4f73552d..a045e21eb 100644
--- a/src/kernel/ntqstyle.h
+++ b/src/kernel/ntqstyle.h
@@ -133,6 +133,8 @@ class TQStyleHintReturn; // not defined yet
typedef TQMap<TQ_UINT32, TQSize> DialogButtonSizeMap;
typedef TQMap<TQ_INT32, TQ_INT32> TabIdentifierIndexMap;
+class TQStyleControlElementGenericWidgetData;
+
class TQStyleControlElementPopupMenuData {
public:
//
@@ -146,13 +148,6 @@ class TQStyleControlElementCheckListItemData {
int height;
};
-class TQStyleControlElementTabBarData {
- public:
- int tabCount;
- TQTabBar::Shape shape;
- TabIdentifierIndexMap identIndexMap;
-};
-
class TQStyleControlElementListViewData {
public:
bool rootDecorated;
@@ -204,6 +199,22 @@ class TQStyleControlElementGenericWidgetData {
TQFont font;
};
+class TQStyleControlElementTabBarData {
+ public:
+ int tabCount;
+ int currentTabIndex;
+ TQTabBar::Shape shape;
+ TabIdentifierIndexMap identIndexMap;
+ TQStyleControlElementGenericWidgetData cornerWidgets[4];
+
+ enum CornerWidgetLocation {
+ CWL_TopLeft = 0,
+ CWL_TopRight = 1,
+ CWL_BottomLeft = 2,
+ CWL_BottomRight = 3
+ };
+};
+
class Q_EXPORT TQStyleControlElementData {
public:
TQStringList widgetObjectTypes;