qt5base-lts/tests/auto/tools/uic/baseline/browserwidget.ui.h
Liang Qi 139f416237 Remove the timestamp info in genarated files
For moc, rcc and uic, then it's friendly for tools like ccache.
ccache is using md5 to check file modification, but the different
timestamp info will cause different md5 for same meaningful
contents, it will disabled ccache.

Updated the autotest for uic and rcc.

Task-number: QTBUG-26589
Change-Id: I9f1dcf6cd826ad9603af6e183757bcd748c32bd1
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-12-15 11:32:38 +01:00

182 lines
6.9 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'browserwidget.ui'
**
** Created by: Qt User Interface Compiler version 5.0.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));
insertRowAction->setText(QApplication::translate("Browser", "&Insert Row", 0));
#ifndef QT_NO_STATUSTIP
insertRowAction->setStatusTip(QApplication::translate("Browser", "Inserts a new Row", 0));
#endif // QT_NO_STATUSTIP
deleteRowAction->setText(QApplication::translate("Browser", "&Delete Row", 0));
#ifndef QT_NO_STATUSTIP
deleteRowAction->setStatusTip(QApplication::translate("Browser", "Deletes the current Row", 0));
#endif // QT_NO_STATUSTIP
groupBox->setTitle(QApplication::translate("Browser", "SQL Query", 0));
clearButton->setText(QApplication::translate("Browser", "&Clear", 0));
submitButton->setText(QApplication::translate("Browser", "&Submit", 0));
} // retranslateUi
};
namespace Ui {
class Browser: public Ui_Browser {};
} // namespace Ui
QT_END_NAMESPACE
#endif // BROWSERWIDGET_H