Changeset 97 in tspsg-svn for trunk/src/mainwindow.cpp


Ignore:
Timestamp:
Mar 3, 2010, 12:55:23 AM (14 years ago)
Author:
laleppa
Message:

+ Added precompiled header (PCH) file: should decrease project build time.

  • Improved installation and deployment rules in .pro file.
  • Improved translucency effect under Windows Vista/7.
  • Slightly modified qtwin.h to be included into the source documentation.
  • Regenerated source documentation.
Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src

    • Property svn:ignore set to
      pch.h.cpp
  • trunk/src/mainwindow.cpp

    r96 r97  
    380380#endif // Q_OS_WIN32
    381381
    382         dlg->resize(480, 400);
     382        dlg->resize(450, 400);
    383383        dlg->exec();
    384384
     
    890890{
    891891#ifdef Q_OS_WIN32
     892        tabWidget->setDocumentMode(enable);
    892893        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);
    899894#else
    900895        Q_UNUSED(enable);
Note: See TracChangeset for help on using the changeset viewer.