Changeset 186 for trunk/src/gui
- Timestamp:
- Sep 16, 2009, 11:12:02 PM (16 years ago)
- Location:
- trunk/src/gui/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r185 r186 126 126 QWidgetData *dataPtr() { return data; } 127 127 QWidgetPrivate *dptr() { return d_func(); } 128 //QRect frameStrut() const { return d_func()->frameStrut(); }128 QRect frameStrut() const { return d_func()->frameStrut(); } 129 129 bool pmEvent(QMSG *m, MRESULT *r) { return QWidget::pmEvent(m, r); } 130 130 // void markFrameStrutDirty() { data->fstrut_dirty = 1; } … … 917 917 #endif 918 918 919 920 919 921 HWND hwndC = WinWindowFromID(hwnd, FID_CLIENT); 920 922 QETWidget *widget = (QETWidget*)QWidget::find(hwndC); … … 947 949 if (widget->translateConfigEvent(qmsg)) 948 950 return (MRESULT)TRUE; 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 949 980 break; 950 981 } -
trunk/src/gui/kernel/qwidget_pm.cpp
r184 r186 2196 2196 void QWidgetPrivate::setConstraints_sys() 2197 2197 { 2198 // @todo implement 2198 // @todo is there a way to show/hide the Maximize button according to 2199 // the shouldShowMaximizeButton() return value? 2199 2200 } 2200 2201
Note:
See TracChangeset
for help on using the changeset viewer.