Ignore:
Timestamp:
May 19, 2010, 11:34:45 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/trunk/projdesigner/ui_qsetupdialog.h

    r4 r48  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qsetupdialog.ui'
     2** Form generated from reading UI file 'qsetupdialog.ui'
    33**
    4 ** Created: Mon 27. Apr 14:26:16 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 11:06:34 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
     
    6060        hboxLayout->setSpacing(6);
    6161#endif
    62         hboxLayout->setMargin(0);
     62        hboxLayout->setContentsMargins(0, 0, 0, 0);
    6363        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    6464        tabWidget = new QTabWidget(QSetupDialog);
     
    7070        hboxLayout1->setSpacing(6);
    7171#endif
    72         hboxLayout1->setMargin(4);
     72        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    7373        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    7474        vboxLayout = new QVBoxLayout();
     
    7777#endif
    7878#ifndef Q_OS_MAC
    79         vboxLayout->setMargin(0);
     79        vboxLayout->setContentsMargins(0, 0, 0, 0);
    8080#endif
    8181        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    9898        hboxLayout2->setSpacing(6);
    9999#endif
    100         hboxLayout2->setMargin(4);
     100        hboxLayout2->setContentsMargins(4, 4, 4, 4);
    101101        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    102102        channel = new projection::QChannelWidget(channelGroup);
     
    123123        vboxLayout1->setSpacing(6);
    124124#endif
    125         vboxLayout1->setMargin(0);
     125        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    126126        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    127127        screen = new projection::QScreenWidget(screenTab);
     
    141141        vboxLayout2->setSpacing(6);
    142142#endif
    143         vboxLayout2->setMargin(0);
     143        vboxLayout2->setContentsMargins(0, 0, 0, 0);
    144144        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
    145145        scene = new projection::QSceneWidget(sceneTab);
     
    171171        tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QSetupDialog", "Screen", 0, QApplication::UnicodeUTF8));
    172172        tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QSetupDialog", "Scene", 0, QApplication::UnicodeUTF8));
    173         Q_UNUSED(QSetupDialog);
    174173    } // retranslateUi
    175174
Note: See TracChangeset for help on using the changeset viewer.