Changeset 123 for trunk/src/gui/kernel
- Timestamp:
- Aug 20, 2009, 12:31:42 AM (16 years ago)
- Location:
- trunk/src/gui/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r122 r123 1431 1431 WinSetWindowPos(fId, HWND_TOP, r.left(), 1432 1432 // flip y coodrinate 1433 QApplication::desktop()->height() - (r.top() + r. width()),1433 QApplication::desktop()->height() - (r.top() + r.()), 1434 1434 r.width(), r.height(), fl); 1435 1435 } else { -
trunk/src/gui/kernel/qwindowdefs_pm.h
r121 r123 46 46 47 47 #include <QtCore/qglobal.h> 48 48 49 49 50 QT_BEGIN_HEADER
Note:
See TracChangeset
for help on using the changeset viewer.