Changeset 48 for projectionDesigner/trunk/projdesigner/ui_qscenewidget.h
- Timestamp:
- May 19, 2010, 11:34:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projectionDesigner/trunk/projdesigner/ui_qscenewidget.h
r4 r48 1 1 /******************************************************************************** 2 ** Form generated from reading uifile 'qscenewidget.ui'2 ** Form generated from reading UI file 'qscenewidget.ui' 3 3 ** 4 ** Created: Mon 27. Apr 14:25:31 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 … … 69 69 hboxLayout->setSpacing(6); 70 70 #endif 71 hboxLayout->set Margin(4);71 hboxLayout->setContentsMargins(4, 4, 4, 4); 72 72 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 73 73 vboxLayout = new QVBoxLayout(); … … 76 76 #endif 77 77 #ifndef Q_OS_MAC 78 vboxLayout->set Margin(0);78 vboxLayout->setContentsMargins(0, 0, 0, 0); 79 79 #endif 80 80 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); … … 91 91 hboxLayout1->setSpacing(6); 92 92 #endif 93 hboxLayout1->set Margin(4);93 hboxLayout1->setContentsMargins(4, 4, 4, 4); 94 94 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 95 95 vboxLayout1 = new QVBoxLayout(); … … 98 98 #endif 99 99 #ifndef Q_OS_MAC 100 vboxLayout1->set Margin(0);100 vboxLayout1->setContentsMargins(0, 0, 0, 0); 101 101 #endif 102 102 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); … … 106 106 #endif 107 107 #ifndef Q_OS_MAC 108 hboxLayout2->set Margin(0);108 hboxLayout2->setContentsMargins(0, 0, 0, 0); 109 109 #endif 110 110 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); … … 148 148 hboxLayout3->setSpacing(6); 149 149 #endif 150 hboxLayout3->set Margin(0);150 hboxLayout3->setContentsMargins(0, 0, 0, 0); 151 151 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); 152 152 sceneSizeLabel = new QLabel(QSceneWidget); … … 172 172 hboxLayout4->setSpacing(6); 173 173 #endif 174 hboxLayout4->set Margin(0);174 hboxLayout4->setContentsMargins(0, 0, 0, 0); 175 175 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); 176 176 gridCheckBox = new QCheckBox(QSceneWidget); … … 201 201 hboxLayout5->setSpacing(6); 202 202 #endif 203 hboxLayout5->set Margin(0);203 hboxLayout5->setContentsMargins(0, 0, 0, 0); 204 204 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); 205 205 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); … … 249 249 centerViewButton->setText(QApplication::translate("QSceneWidget", "Center View", 0, QApplication::UnicodeUTF8)); 250 250 viewAllButton->setText(QApplication::translate("QSceneWidget", "ViewAll", 0, QApplication::UnicodeUTF8)); 251 Q_UNUSED(QSceneWidget);252 251 } // retranslateUi 253 252
Note: See TracChangeset
for help on using the changeset viewer.