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

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'defaultteapotscenewidget.ui'
     2** Form generated from reading UI file 'defaultteapotscenewidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:23:55 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
     
    4747        gridLayout = new QGridLayout(DefaultTeapotSceneWidget);
    4848        gridLayout->setSpacing(0);
    49         gridLayout->setMargin(0);
     49        gridLayout->setContentsMargins(0, 0, 0, 0);
    5050        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    5151        projectionGroup = new QGroupBox(DefaultTeapotSceneWidget);
     
    5656#endif
    5757#ifndef Q_OS_MAC
    58         vboxLayout->setMargin(9);
     58        vboxLayout->setContentsMargins(9, 9, 9, 9);
    5959#endif
    6060        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    6464#endif
    6565#ifndef Q_OS_MAC
    66         hboxLayout->setMargin(0);
     66        hboxLayout->setContentsMargins(0, 0, 0, 0);
    6767#endif
    6868        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
     
    8080        widthSpinBox = new QSpinBox(projectionGroup);
    8181        widthSpinBox->setObjectName(QString::fromUtf8("widthSpinBox"));
     82        widthSpinBox->setMinimum(1);
    8283        widthSpinBox->setMaximum(10);
    83         widthSpinBox->setMinimum(1);
    8484        widthSpinBox->setValue(1);
    8585
     
    110110        widthLabel->setText(QApplication::translate("DefaultTeapotSceneWidget", "Width", 0, QApplication::UnicodeUTF8));
    111111        widthSpinBox->setSuffix(QApplication::translate("DefaultTeapotSceneWidget", " px", 0, QApplication::UnicodeUTF8));
    112         Q_UNUSED(DefaultTeapotSceneWidget);
    113112    } // retranslateUi
    114113
Note: See TracChangeset for help on using the changeset viewer.