- Timestamp:
- May 19, 2010, 11:34:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projectionDesigner/trunk/projdesigner/ui_qprojectionmatrixwidget.h
r4 r48 1 1 /******************************************************************************** 2 ** Form generated from reading uifile 'qprojectionmatrixwidget.ui'2 ** Form generated from reading UI file 'qprojectionmatrixwidget.ui' 3 3 ** 4 ** Created: Mon 27. Apr 14:25:41 20095 ** by: Qt User Interface Compiler version 4. 5.14 ** Created: Wed 19. May 11:06:35 2010 5 ** by: Qt User Interface Compiler version 4.6.2 6 6 ** 7 ** WARNING! All changes made in this file will be lost when recompiling uifile!7 ** WARNING! All changes made in this file will be lost when recompiling UI file! 8 8 ********************************************************************************/ 9 9 … … 58 58 hboxLayout->setSpacing(6); 59 59 #endif 60 hboxLayout->set Margin(0);60 hboxLayout->setContentsMargins(0, 0, 0, 0); 61 61 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 62 62 projectionGroup = new QGroupBox(QProjectionMatrixWidget); … … 66 66 hboxLayout1->setSpacing(6); 67 67 #endif 68 hboxLayout1->set Margin(0);68 hboxLayout1->setContentsMargins(0, 0, 0, 0); 69 69 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 70 70 vboxLayout = new QVBoxLayout(); … … 72 72 vboxLayout->setSpacing(6); 73 73 #endif 74 vboxLayout->set Margin(4);74 vboxLayout->setContentsMargins(4, 4, 4, 4); 75 75 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); 76 76 hboxLayout2 = new QHBoxLayout(); … … 79 79 #endif 80 80 #ifndef Q_OS_MAC 81 hboxLayout2->set Margin(0);81 hboxLayout2->setContentsMargins(0, 0, 0, 0); 82 82 #endif 83 83 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); … … 109 109 hboxLayout3->setSpacing(6); 110 110 #endif 111 hboxLayout3->set Margin(0);111 hboxLayout3->setContentsMargins(0, 0, 0, 0); 112 112 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); 113 113 nearLabel = new QLabel(projectionGroup); … … 138 138 hboxLayout4->setSpacing(6); 139 139 #endif 140 hboxLayout4->set Margin(0);140 hboxLayout4->setContentsMargins(0, 0, 0, 0); 141 141 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); 142 142 offaxisLabel = new QLabel(projectionGroup); … … 194 194 offaxisXLabel->setText(QApplication::translate("QProjectionMatrixWidget", "X", 0, QApplication::UnicodeUTF8)); 195 195 offaxisYLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Y", 0, QApplication::UnicodeUTF8)); 196 Q_UNUSED(QProjectionMatrixWidget);197 196 } // retranslateUi 198 197
Note: See TracChangeset
for help on using the changeset viewer.