qt5base-lts/tests/auto/tools/uic/baseline/browserwidget.ui.h
Marc Mutz 49b08f96e8 uic: use QStringLiteral() instead of QString::fromUtf8() where applicable
Many (most?) strings written aren't in fact UTF-8, and we can check at
compile-time which are and which aren't, so don't hard-code fromUtf8()
but use the much more efficient QStringLiteral() where applicable.

This is low-hanging fruit. This patch only optimises US-ASCII string
literals, not those that are latin-1 or even UTF-8, because that would
require more extensive changes to the original fixString() function.

Likewise, there are also other calls to QString::fromUtf8() being
generated (e.g. in the pixmap code) that could benefit from being
turned into QStringLiterals, but their code paths are more involved
than those this patch fixes.

This patch at least suffices in turning all the setObjectName()
arguments into QStringLiterals, which was the main goal.

The autotest baseline has been updated with the new expected results.

Change-Id: Ic1ef67f500f9ff92d36164d515f4e004ef2a10bc
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-02-20 15:17:08 +01:00

183 lines
7.2 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'browserwidget.ui'
**
** Created: Fri Sep 4 10:17:12 2009
** by: Qt User Interface Compiler version 4.6.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef BROWSERWIDGET_H
#define BROWSERWIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QSplitter>
#include <QtWidgets/QTableView>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "connectionwidget.h"
QT_BEGIN_NAMESPACE
class Ui_Browser
{
public:
QAction *insertRowAction;
QAction *deleteRowAction;
QVBoxLayout *vboxLayout;
QSplitter *splitter_2;
ConnectionWidget *connectionWidget;
QTableView *table;
QGroupBox *groupBox;
QVBoxLayout *vboxLayout1;
QTextEdit *sqlEdit;
QHBoxLayout *hboxLayout;
QSpacerItem *spacerItem;
QPushButton *clearButton;
QPushButton *submitButton;
void setupUi(QWidget *Browser)
{
if (Browser->objectName().isEmpty())
Browser->setObjectName(QStringLiteral("Browser"));
Browser->resize(765, 515);
insertRowAction = new QAction(Browser);
insertRowAction->setObjectName(QStringLiteral("insertRowAction"));
insertRowAction->setEnabled(false);
deleteRowAction = new QAction(Browser);
deleteRowAction->setObjectName(QStringLiteral("deleteRowAction"));
deleteRowAction->setEnabled(false);
vboxLayout = new QVBoxLayout(Browser);
#ifndef Q_OS_MAC
vboxLayout->setSpacing(6);
#endif
vboxLayout->setContentsMargins(8, 8, 8, 8);
vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
splitter_2 = new QSplitter(Browser);
splitter_2->setObjectName(QStringLiteral("splitter_2"));
QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(splitter_2->sizePolicy().hasHeightForWidth());
splitter_2->setSizePolicy(sizePolicy);
splitter_2->setOrientation(Qt::Horizontal);
connectionWidget = new ConnectionWidget(splitter_2);
connectionWidget->setObjectName(QStringLiteral("connectionWidget"));
QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(13), static_cast<QSizePolicy::Policy>(7));
sizePolicy1.setHorizontalStretch(1);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(connectionWidget->sizePolicy().hasHeightForWidth());
connectionWidget->setSizePolicy(sizePolicy1);
splitter_2->addWidget(connectionWidget);
table = new QTableView(splitter_2);
table->setObjectName(QStringLiteral("table"));
QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
sizePolicy2.setHorizontalStretch(2);
sizePolicy2.setVerticalStretch(0);
sizePolicy2.setHeightForWidth(table->sizePolicy().hasHeightForWidth());
table->setSizePolicy(sizePolicy2);
table->setContextMenuPolicy(Qt::ActionsContextMenu);
table->setSelectionBehavior(QAbstractItemView::SelectRows);
splitter_2->addWidget(table);
vboxLayout->addWidget(splitter_2);
groupBox = new QGroupBox(Browser);
groupBox->setObjectName(QStringLiteral("groupBox"));
QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(3));
sizePolicy3.setHorizontalStretch(0);
sizePolicy3.setVerticalStretch(0);
sizePolicy3.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
groupBox->setSizePolicy(sizePolicy3);
groupBox->setMaximumSize(QSize(16777215, 180));
vboxLayout1 = new QVBoxLayout(groupBox);
#ifndef Q_OS_MAC
vboxLayout1->setSpacing(6);
#endif
#ifndef Q_OS_MAC
vboxLayout1->setContentsMargins(9, 9, 9, 9);
#endif
vboxLayout1->setObjectName(QStringLiteral("vboxLayout1"));
sqlEdit = new QTextEdit(groupBox);
sqlEdit->setObjectName(QStringLiteral("sqlEdit"));
QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(3));
sizePolicy4.setHorizontalStretch(0);
sizePolicy4.setVerticalStretch(0);
sizePolicy4.setHeightForWidth(sqlEdit->sizePolicy().hasHeightForWidth());
sqlEdit->setSizePolicy(sizePolicy4);
sqlEdit->setMinimumSize(QSize(0, 18));
sqlEdit->setBaseSize(QSize(0, 120));
vboxLayout1->addWidget(sqlEdit);
hboxLayout = new QHBoxLayout();
#ifndef Q_OS_MAC
hboxLayout->setSpacing(6);
#endif
hboxLayout->setContentsMargins(1, 1, 1, 1);
hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout->addItem(spacerItem);
clearButton = new QPushButton(groupBox);
clearButton->setObjectName(QStringLiteral("clearButton"));
hboxLayout->addWidget(clearButton);
submitButton = new QPushButton(groupBox);
submitButton->setObjectName(QStringLiteral("submitButton"));
hboxLayout->addWidget(submitButton);
vboxLayout1->addLayout(hboxLayout);
vboxLayout->addWidget(groupBox);
QWidget::setTabOrder(sqlEdit, clearButton);
QWidget::setTabOrder(clearButton, submitButton);
QWidget::setTabOrder(submitButton, connectionWidget);
QWidget::setTabOrder(connectionWidget, table);
retranslateUi(Browser);
QMetaObject::connectSlotsByName(Browser);
} // setupUi
void retranslateUi(QWidget *Browser)
{
Browser->setWindowTitle(QApplication::translate("Browser", "Qt SQL Browser", 0, QApplication::UnicodeUTF8));
insertRowAction->setText(QApplication::translate("Browser", "&Insert Row", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_STATUSTIP
insertRowAction->setStatusTip(QApplication::translate("Browser", "Inserts a new Row", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
deleteRowAction->setText(QApplication::translate("Browser", "&Delete Row", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_STATUSTIP
deleteRowAction->setStatusTip(QApplication::translate("Browser", "Deletes the current Row", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_STATUSTIP
groupBox->setTitle(QApplication::translate("Browser", "SQL Query", 0, QApplication::UnicodeUTF8));
clearButton->setText(QApplication::translate("Browser", "&Clear", 0, QApplication::UnicodeUTF8));
submitButton->setText(QApplication::translate("Browser", "&Submit", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class Browser: public Ui_Browser {};
} // namespace Ui
QT_END_NAMESPACE
#endif // BROWSERWIDGET_H