Ignore:
Timestamp:
May 19, 2010, 8:42:40 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/ui_defaultmodelscenewidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'defaultmodelscenewidget.ui'
     2** Form generated from reading UI file 'defaultmodelscenewidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:23:53 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:22:26 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    5151        gridLayout = new QGridLayout(DefaultModelSceneWidget);
    5252        gridLayout->setSpacing(0);
    53         gridLayout->setMargin(0);
     53        gridLayout->setContentsMargins(0, 0, 0, 0);
    5454        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    5555        projectionGroup = new QGroupBox(DefaultModelSceneWidget);
     
    6060#endif
    6161#ifndef Q_OS_MAC
    62         gridLayout1->setMargin(9);
     62        gridLayout1->setContentsMargins(9, 9, 9, 9);
    6363#endif
    6464        gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
     
    6868#endif
    6969#ifndef Q_OS_MAC
    70         vboxLayout->setMargin(0);
     70        vboxLayout->setContentsMargins(0, 0, 0, 0);
    7171#endif
    7272        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    7676#endif
    7777#ifndef Q_OS_MAC
    78         hboxLayout->setMargin(0);
     78        hboxLayout->setContentsMargins(0, 0, 0, 0);
    7979#endif
    8080        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
     
    9191        modelBrowseButton = new QPushButton(projectionGroup);
    9292        modelBrowseButton->setObjectName(QString::fromUtf8("modelBrowseButton"));
    93         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
     93        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
    9494        sizePolicy.setHorizontalStretch(0);
    9595        sizePolicy.setVerticalStretch(0);
     
    137137        modelCullingCheckBox->setText(QApplication::translate("DefaultModelSceneWidget", "Back face culling", 0, QApplication::UnicodeUTF8));
    138138        modelSmoothingCheckBox->setText(QApplication::translate("DefaultModelSceneWidget", "Smoothing", 0, QApplication::UnicodeUTF8));
    139         Q_UNUSED(DefaultModelSceneWidget);
    140139    } // retranslateUi
    141140
Note: See TracChangeset for help on using the changeset viewer.