38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
183 lines
7.2 KiB
C++
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 <QtGui/QAction>
|
|
#include <QtGui/QApplication>
|
|
#include <QtGui/QButtonGroup>
|
|
#include <QtGui/QGroupBox>
|
|
#include <QtGui/QHBoxLayout>
|
|
#include <QtGui/QHeaderView>
|
|
#include <QtGui/QPushButton>
|
|
#include <QtGui/QSpacerItem>
|
|
#include <QtGui/QSplitter>
|
|
#include <QtGui/QTableView>
|
|
#include <QtGui/QTextEdit>
|
|
#include <QtGui/QVBoxLayout>
|
|
#include <QtGui/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(QString::fromUtf8("Browser"));
|
|
Browser->resize(765, 515);
|
|
insertRowAction = new QAction(Browser);
|
|
insertRowAction->setObjectName(QString::fromUtf8("insertRowAction"));
|
|
insertRowAction->setEnabled(false);
|
|
deleteRowAction = new QAction(Browser);
|
|
deleteRowAction->setObjectName(QString::fromUtf8("deleteRowAction"));
|
|
deleteRowAction->setEnabled(false);
|
|
vboxLayout = new QVBoxLayout(Browser);
|
|
#ifndef Q_OS_MAC
|
|
vboxLayout->setSpacing(6);
|
|
#endif
|
|
vboxLayout->setContentsMargins(8, 8, 8, 8);
|
|
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
|
|
splitter_2 = new QSplitter(Browser);
|
|
splitter_2->setObjectName(QString::fromUtf8("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(QString::fromUtf8("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(QString::fromUtf8("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(QString::fromUtf8("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(QString::fromUtf8("vboxLayout1"));
|
|
sqlEdit = new QTextEdit(groupBox);
|
|
sqlEdit->setObjectName(QString::fromUtf8("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(QString::fromUtf8("hboxLayout"));
|
|
spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
hboxLayout->addItem(spacerItem);
|
|
|
|
clearButton = new QPushButton(groupBox);
|
|
clearButton->setObjectName(QString::fromUtf8("clearButton"));
|
|
|
|
hboxLayout->addWidget(clearButton);
|
|
|
|
submitButton = new QPushButton(groupBox);
|
|
submitButton->setObjectName(QString::fromUtf8("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
|