summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/trpreviewtool.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/trpreviewtool.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/trpreviewtool.ui.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/auto/tools/uic/baseline/trpreviewtool.ui.h b/tests/auto/tools/uic/baseline/trpreviewtool.ui.h
index da6e86a8ce..3fbf125a1f 100644
--- a/tests/auto/tools/uic/baseline/trpreviewtool.ui.h
+++ b/tests/auto/tools/uic/baseline/trpreviewtool.ui.h
@@ -79,58 +79,58 @@ public:
void setupUi(QMainWindow *TrPreviewToolClass)
{
if (TrPreviewToolClass->objectName().isEmpty())
- TrPreviewToolClass->setObjectName(QStringLiteral("TrPreviewToolClass"));
+ TrPreviewToolClass->setObjectName(QString::fromUtf8("TrPreviewToolClass"));
TrPreviewToolClass->resize(593, 466);
actionOpenForm = new QAction(TrPreviewToolClass);
- actionOpenForm->setObjectName(QStringLiteral("actionOpenForm"));
+ actionOpenForm->setObjectName(QString::fromUtf8("actionOpenForm"));
const QIcon icon = QIcon(QString::fromUtf8(":/images/open_form.png"));
actionOpenForm->setIcon(icon);
actionLoadTranslation = new QAction(TrPreviewToolClass);
- actionLoadTranslation->setObjectName(QStringLiteral("actionLoadTranslation"));
+ actionLoadTranslation->setObjectName(QString::fromUtf8("actionLoadTranslation"));
const QIcon icon1 = QIcon(QString::fromUtf8(":/images/load_translation.png"));
actionLoadTranslation->setIcon(icon1);
actionReloadTranslations = new QAction(TrPreviewToolClass);
- actionReloadTranslations->setObjectName(QStringLiteral("actionReloadTranslations"));
+ actionReloadTranslations->setObjectName(QString::fromUtf8("actionReloadTranslations"));
const QIcon icon2 = QIcon(QString::fromUtf8(":/images/reload_translations.png"));
actionReloadTranslations->setIcon(icon2);
actionClose = new QAction(TrPreviewToolClass);
- actionClose->setObjectName(QStringLiteral("actionClose"));
+ actionClose->setObjectName(QString::fromUtf8("actionClose"));
actionAbout = new QAction(TrPreviewToolClass);
- actionAbout->setObjectName(QStringLiteral("actionAbout"));
+ actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
actionAbout_Qt = new QAction(TrPreviewToolClass);
- actionAbout_Qt->setObjectName(QStringLiteral("actionAbout_Qt"));
+ actionAbout_Qt->setObjectName(QString::fromUtf8("actionAbout_Qt"));
centralWidget = new QWidget(TrPreviewToolClass);
- centralWidget->setObjectName(QStringLiteral("centralWidget"));
+ centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
TrPreviewToolClass->setCentralWidget(centralWidget);
menuBar = new QMenuBar(TrPreviewToolClass);
- menuBar->setObjectName(QStringLiteral("menuBar"));
+ menuBar->setObjectName(QString::fromUtf8("menuBar"));
menuBar->setGeometry(QRect(0, 0, 593, 21));
menuView = new QMenu(menuBar);
- menuView->setObjectName(QStringLiteral("menuView"));
+ menuView->setObjectName(QString::fromUtf8("menuView"));
menuViewViews = new QMenu(menuView);
- menuViewViews->setObjectName(QStringLiteral("menuViewViews"));
+ menuViewViews->setObjectName(QString::fromUtf8("menuViewViews"));
menuHelp = new QMenu(menuBar);
- menuHelp->setObjectName(QStringLiteral("menuHelp"));
+ menuHelp->setObjectName(QString::fromUtf8("menuHelp"));
menuFile = new QMenu(menuBar);
- menuFile->setObjectName(QStringLiteral("menuFile"));
+ menuFile->setObjectName(QString::fromUtf8("menuFile"));
TrPreviewToolClass->setMenuBar(menuBar);
mainToolBar = new QToolBar(TrPreviewToolClass);
- mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
+ mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
mainToolBar->setOrientation(Qt::Horizontal);
TrPreviewToolClass->addToolBar(static_cast<Qt::ToolBarArea>(4), mainToolBar);
statusBar = new QStatusBar(TrPreviewToolClass);
- statusBar->setObjectName(QStringLiteral("statusBar"));
+ statusBar->setObjectName(QString::fromUtf8("statusBar"));
TrPreviewToolClass->setStatusBar(statusBar);
dwForms = new QDockWidget(TrPreviewToolClass);
- dwForms->setObjectName(QStringLiteral("dwForms"));
+ dwForms->setObjectName(QString::fromUtf8("dwForms"));
dockWidgetContents = new QWidget();
- dockWidgetContents->setObjectName(QStringLiteral("dockWidgetContents"));
+ dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents"));
vboxLayout = new QVBoxLayout(dockWidgetContents);
vboxLayout->setSpacing(0);
vboxLayout->setContentsMargins(0, 0, 0, 0);
- vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
+ vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
viewForms = new QListView(dockWidgetContents);
- viewForms->setObjectName(QStringLiteral("viewForms"));
+ viewForms->setObjectName(QString::fromUtf8("viewForms"));
viewForms->setEditTriggers(QAbstractItemView::NoEditTriggers);
viewForms->setAlternatingRowColors(true);
viewForms->setUniformItemSizes(true);