- Timestamp:
- May 19, 2010, 11:34:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projectionDesigner/trunk/projdesigner/ui_qtransformmatrixwidget.h
r4 r48 1 1 /******************************************************************************** 2 ** Form generated from reading uifile 'qtransformmatrixwidget.ui'2 ** Form generated from reading UI file 'qtransformmatrixwidget.ui' 3 3 ** 4 ** Created: Mon 27. Apr 14:25:23 20095 ** by: Qt User Interface Compiler version 4. 5.14 ** Created: Wed 19. May 11:06:34 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 … … 54 54 hboxLayout->setSpacing(6); 55 55 #endif 56 hboxLayout->set Margin(0);56 hboxLayout->setContentsMargins(0, 0, 0, 0); 57 57 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 58 58 transformGroup = new QGroupBox(QTransformMatrixWidget); … … 62 62 hboxLayout1->setSpacing(6); 63 63 #endif 64 hboxLayout1->set Margin(0);64 hboxLayout1->setContentsMargins(0, 0, 0, 0); 65 65 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 66 66 gridLayout = new QGridLayout(); … … 68 68 gridLayout->setSpacing(6); 69 69 #endif 70 gridLayout->set Margin(4);70 gridLayout->setContentsMargins(4, 4, 4, 4); 71 71 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); 72 72 posZEdit = new QLineEdit(transformGroup); … … 154 154 rotLabel->setText(QApplication::translate("QTransformMatrixWidget", "Rot", 0, QApplication::UnicodeUTF8)); 155 155 scaleLabel->setText(QApplication::translate("QTransformMatrixWidget", "Scale", 0, QApplication::UnicodeUTF8)); 156 Q_UNUSED(QTransformMatrixWidget);157 156 } // retranslateUi 158 157
Note: See TracChangeset
for help on using the changeset viewer.