Changeset f19df0a3e5 in tspsg for src/mainwindow.cpp


Ignore:
Timestamp:
Mar 3, 2010, 12:55:23 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
e2abfd326f
Parents:
162d5c5f94
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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    r162d5c5f94 rf19df0a3e5  
    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.