Changeset 48 for projectionDesigner/trunk/projdesigner/ui_qpanelwidget.h
- Timestamp:
- May 19, 2010, 11:34:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projectionDesigner/trunk/projdesigner/ui_qpanelwidget.h
r4 r48 1 1 /******************************************************************************** 2 ** Form generated from reading uifile 'qpanelwidget.ui'2 ** Form generated from reading UI file 'qpanelwidget.ui' 3 3 ** 4 ** Created: Mon 27. Apr 14:25:47 20095 ** by: Qt User Interface Compiler version 4. 5.14 ** Created: Wed 19. May 11:06:36 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 … … 60 60 hboxLayout->setSpacing(6); 61 61 #endif 62 hboxLayout->set Margin(0);62 hboxLayout->setContentsMargins(0, 0, 0, 0); 63 63 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 64 64 tabWidget = new QTabWidget(QPanelWidget); … … 70 70 hboxLayout1->setSpacing(6); 71 71 #endif 72 hboxLayout1->set Margin(4);72 hboxLayout1->setContentsMargins(4, 4, 4, 4); 73 73 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 74 74 vboxLayout = new QVBoxLayout(); … … 77 77 #endif 78 78 #ifndef Q_OS_MAC 79 vboxLayout->set Margin(0);79 vboxLayout->setContentsMargins(0, 0, 0, 0); 80 80 #endif 81 81 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); … … 98 98 hboxLayout2->setSpacing(6); 99 99 #endif 100 hboxLayout2->set Margin(4);100 hboxLayout2->setContentsMargins(4, 4, 4, 4); 101 101 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); 102 102 channel = new projection::QChannelWidget(channelGroup); … … 123 123 vboxLayout1->setSpacing(6); 124 124 #endif 125 vboxLayout1->set Margin(0);125 vboxLayout1->setContentsMargins(0, 0, 0, 0); 126 126 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); 127 127 screen = new projection::QScreenWidget(screenTab); … … 141 141 vboxLayout2->setSpacing(6); 142 142 #endif 143 vboxLayout2->set Margin(0);143 vboxLayout2->setContentsMargins(0, 0, 0, 0); 144 144 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); 145 145 scene = new projection::QSceneWidget(sceneTab); … … 171 171 tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QPanelWidget", "Screen", 0, QApplication::UnicodeUTF8)); 172 172 tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QPanelWidget", "Scene", 0, QApplication::UnicodeUTF8)); 173 Q_UNUSED(QPanelWidget);174 173 } // retranslateUi 175 174
Note: See TracChangeset
for help on using the changeset viewer.