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_defaultcubemapscenewidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'defaultcubemapscenewidget.ui'
     2** Form generated from reading UI file 'defaultcubemapscenewidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:23:54 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:22:27 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
     
    6262        gridLayout->setSpacing(6);
    6363#endif
    64         gridLayout->setMargin(0);
     64        gridLayout->setContentsMargins(0, 0, 0, 0);
    6565        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    6666        projectionGroup = new QGroupBox(DefaultCubemapSceneWidget);
     
    7171#endif
    7272#ifndef Q_OS_MAC
    73         gridLayout1->setMargin(9);
     73        gridLayout1->setContentsMargins(9, 9, 9, 9);
    7474#endif
    7575        gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
     
    7979#endif
    8080#ifndef Q_OS_MAC
    81         gridLayout2->setMargin(0);
     81        gridLayout2->setContentsMargins(0, 0, 0, 0);
    8282#endif
    8383        gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
     
    9494        backBrowseButton = new QPushButton(projectionGroup);
    9595        backBrowseButton->setObjectName(QString::fromUtf8("backBrowseButton"));
    96         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
     96        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
    9797        sizePolicy.setHorizontalStretch(0);
    9898        sizePolicy.setVerticalStretch(0);
     
    225225        frontLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Front", 0, QApplication::UnicodeUTF8));
    226226        backLabel->setText(QApplication::translate("DefaultCubemapSceneWidget", "Back", 0, QApplication::UnicodeUTF8));
    227         Q_UNUSED(DefaultCubemapSceneWidget);
    228227    } // retranslateUi
    229228
Note: See TracChangeset for help on using the changeset viewer.