Changeset 97 in tspsg-svn for trunk/src/mainwindow.cpp
- Timestamp:
- Mar 3, 2010, 12:55:23 AM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src
-
Property
svn:ignore
set to
pch.h.cpp
-
Property
svn:ignore
set to
-
trunk/src/mainwindow.cpp
r96 r97 380 380 #endif // Q_OS_WIN32 381 381 382 dlg->resize(4 80, 400);382 dlg->resize(450, 400); 383 383 dlg->exec(); 384 384 … … 890 890 { 891 891 #ifdef Q_OS_WIN32 892 tabWidget->setDocumentMode(enable); 892 893 QtWin::enableBlurBehindWindow(this, enable); 893 QtWin::enableBlurBehindWindow(tabWidget, enable);894 895 if (QtWin::enableBlurBehindWindow(tabTask, enable))896 tabTask->setAutoFillBackground(enable);897 if (QtWin::enableBlurBehindWindow(tabSolution, enable))898 tabSolution->setAutoFillBackground(enable);899 894 #else 900 895 Q_UNUSED(enable);
Note: See TracChangeset
for help on using the changeset viewer.