2011-04-27 10:05:43 +00:00
|
|
|
/*
|
|
|
|
*********************************************************************
|
|
|
|
**
|
2012-01-05 04:03:39 +00:00
|
|
|
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
2012-01-20 03:06:31 +00:00
|
|
|
** Contact: http://www.qt-project.org/
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** This file is part of the autotests of the Qt Toolkit.
|
|
|
|
**
|
|
|
|
** $QT_BEGIN_LICENSE:LGPL$
|
|
|
|
** GNU Lesser General Public License Usage
|
2011-05-24 09:34:08 +00:00
|
|
|
** This file may be used under the terms of the GNU Lesser General Public
|
|
|
|
** License version 2.1 as published by the Free Software Foundation and
|
|
|
|
** appearing in the file LICENSE.LGPL included in the packaging of this
|
|
|
|
** file. Please review the following information to ensure the GNU Lesser
|
|
|
|
** General Public License version 2.1 requirements will be met:
|
|
|
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** In addition, as a special exception, Nokia gives you certain additional
|
2011-05-24 09:34:08 +00:00
|
|
|
** rights. These rights are described in the Nokia Qt LGPL Exception
|
2011-04-27 10:05:43 +00:00
|
|
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
|
|
**
|
2011-05-24 09:34:08 +00:00
|
|
|
** GNU General Public License Usage
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU General
|
|
|
|
** Public License version 3.0 as published by the Free Software Foundation
|
|
|
|
** and appearing in the file LICENSE.GPL included in the packaging of this
|
|
|
|
** file. Please review the following information to ensure the GNU General
|
|
|
|
** Public License version 3.0 requirements will be met:
|
|
|
|
** http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
**
|
|
|
|
** Other Usage
|
|
|
|
** Alternatively, this file may be used in accordance with the terms and
|
|
|
|
** conditions contained in a signed written agreement between you and Nokia.
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
**
|
|
|
|
**
|
|
|
|
**
|
|
|
|
**
|
2012-01-24 06:17:24 +00:00
|
|
|
**
|
2011-04-27 10:05:43 +00:00
|
|
|
** $QT_END_LICENSE$
|
|
|
|
**
|
|
|
|
*********************************************************************
|
|
|
|
*/
|
|
|
|
|
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'tablewidgeteditor.ui'
|
|
|
|
**
|
|
|
|
** Created: Fri Sep 4 10:17:15 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 TABLEWIDGETEDITOR_H
|
|
|
|
#define TABLEWIDGETEDITOR_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QDialog>
|
|
|
|
#include <QtWidgets/QDialogButtonBox>
|
|
|
|
#include <QtWidgets/QGridLayout>
|
|
|
|
#include <QtWidgets/QGroupBox>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QListWidget>
|
|
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
#include <QtWidgets/QTableWidget>
|
|
|
|
#include <QtWidgets/QToolButton>
|
|
|
|
#include <QtWidgets/QVBoxLayout>
|
|
|
|
#include <QtWidgets/QWidget>
|
2011-04-27 10:05:43 +00:00
|
|
|
#include "iconselector_p.h"
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
namespace qdesigner_internal {
|
|
|
|
|
|
|
|
class Ui_TableWidgetEditor
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QGridLayout *gridLayout_4;
|
|
|
|
QGroupBox *itemsBox;
|
|
|
|
QGridLayout *gridLayout;
|
|
|
|
QTableWidget *tableWidget;
|
|
|
|
QHBoxLayout *horizontalLayout_5;
|
|
|
|
QLabel *label_3;
|
|
|
|
qdesigner_internal::IconSelector *itemIconSelector;
|
|
|
|
QSpacerItem *horizontalSpacer;
|
|
|
|
QDialogButtonBox *buttonBox;
|
|
|
|
QWidget *widget;
|
|
|
|
QVBoxLayout *verticalLayout;
|
|
|
|
QGroupBox *columnsBox;
|
|
|
|
QGridLayout *gridLayout_2;
|
|
|
|
QListWidget *columnsListWidget;
|
|
|
|
QHBoxLayout *horizontalLayout_3;
|
|
|
|
QToolButton *newColumnButton;
|
|
|
|
QToolButton *deleteColumnButton;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
QToolButton *moveColumnUpButton;
|
|
|
|
QToolButton *moveColumnDownButton;
|
|
|
|
QHBoxLayout *horizontalLayout_2;
|
|
|
|
QLabel *label;
|
|
|
|
qdesigner_internal::IconSelector *columnIconSelector;
|
|
|
|
QSpacerItem *spacerItem1;
|
|
|
|
QGroupBox *rowsBox;
|
|
|
|
QGridLayout *gridLayout_3;
|
|
|
|
QListWidget *rowsListWidget;
|
|
|
|
QHBoxLayout *horizontalLayout_4;
|
|
|
|
QToolButton *newRowButton;
|
|
|
|
QToolButton *deleteRowButton;
|
|
|
|
QSpacerItem *spacerItem2;
|
|
|
|
QToolButton *moveRowUpButton;
|
|
|
|
QToolButton *moveRowDownButton;
|
|
|
|
QHBoxLayout *horizontalLayout;
|
|
|
|
QLabel *label_2;
|
|
|
|
qdesigner_internal::IconSelector *rowIconSelector;
|
|
|
|
QSpacerItem *spacerItem3;
|
|
|
|
|
|
|
|
void setupUi(QDialog *qdesigner_internal__TableWidgetEditor)
|
|
|
|
{
|
|
|
|
if (qdesigner_internal__TableWidgetEditor->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
qdesigner_internal__TableWidgetEditor->setObjectName(QStringLiteral("qdesigner_internal__TableWidgetEditor"));
|
2011-04-27 10:05:43 +00:00
|
|
|
qdesigner_internal__TableWidgetEditor->resize(591, 455);
|
|
|
|
gridLayout_4 = new QGridLayout(qdesigner_internal__TableWidgetEditor);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
|
2011-04-27 10:05:43 +00:00
|
|
|
itemsBox = new QGroupBox(qdesigner_internal__TableWidgetEditor);
|
2011-12-11 15:55:01 +00:00
|
|
|
itemsBox->setObjectName(QStringLiteral("itemsBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
gridLayout = new QGridLayout(itemsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
tableWidget = new QTableWidget(itemsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
tableWidget->setObjectName(QStringLiteral("tableWidget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
gridLayout->addWidget(tableWidget, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
horizontalLayout_5 = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label_3 = new QLabel(itemsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_5->addWidget(label_3);
|
|
|
|
|
|
|
|
itemIconSelector = new qdesigner_internal::IconSelector(itemsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
itemIconSelector->setObjectName(QStringLiteral("itemIconSelector"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_5->addWidget(itemIconSelector);
|
|
|
|
|
|
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
horizontalLayout_5->addItem(horizontalSpacer);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout->addLayout(horizontalLayout_5, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout_4->addWidget(itemsBox, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
buttonBox = new QDialogButtonBox(qdesigner_internal__TableWidgetEditor);
|
2011-12-11 15:55:01 +00:00
|
|
|
buttonBox->setObjectName(QStringLiteral("buttonBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
buttonBox->setOrientation(Qt::Horizontal);
|
|
|
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
|
|
|
|
|
|
gridLayout_4->addWidget(buttonBox, 1, 0, 1, 2);
|
|
|
|
|
|
|
|
widget = new QWidget(qdesigner_internal__TableWidgetEditor);
|
2011-12-11 15:55:01 +00:00
|
|
|
widget->setObjectName(QStringLiteral("widget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
|
|
|
|
sizePolicy.setHorizontalStretch(0);
|
|
|
|
sizePolicy.setVerticalStretch(0);
|
|
|
|
sizePolicy.setHeightForWidth(widget->sizePolicy().hasHeightForWidth());
|
|
|
|
widget->setSizePolicy(sizePolicy);
|
|
|
|
verticalLayout = new QVBoxLayout(widget);
|
|
|
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
2011-12-11 15:55:01 +00:00
|
|
|
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
columnsBox = new QGroupBox(widget);
|
2011-12-11 15:55:01 +00:00
|
|
|
columnsBox->setObjectName(QStringLiteral("columnsBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
gridLayout_2 = new QGridLayout(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
columnsListWidget = new QListWidget(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
columnsListWidget->setObjectName(QStringLiteral("columnsListWidget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
QSizePolicy sizePolicy1(QSizePolicy::Ignored, QSizePolicy::Expanding);
|
|
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
|
|
sizePolicy1.setVerticalStretch(0);
|
|
|
|
sizePolicy1.setHeightForWidth(columnsListWidget->sizePolicy().hasHeightForWidth());
|
|
|
|
columnsListWidget->setSizePolicy(sizePolicy1);
|
|
|
|
columnsListWidget->setFocusPolicy(Qt::TabFocus);
|
|
|
|
|
|
|
|
gridLayout_2->addWidget(columnsListWidget, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
horizontalLayout_3 = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
|
2011-04-27 10:05:43 +00:00
|
|
|
newColumnButton = new QToolButton(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
newColumnButton->setObjectName(QStringLiteral("newColumnButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_3->addWidget(newColumnButton);
|
|
|
|
|
|
|
|
deleteColumnButton = new QToolButton(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
deleteColumnButton->setObjectName(QStringLiteral("deleteColumnButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_3->addWidget(deleteColumnButton);
|
|
|
|
|
|
|
|
spacerItem = new QSpacerItem(0, 23, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
horizontalLayout_3->addItem(spacerItem);
|
|
|
|
|
|
|
|
moveColumnUpButton = new QToolButton(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
moveColumnUpButton->setObjectName(QStringLiteral("moveColumnUpButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_3->addWidget(moveColumnUpButton);
|
|
|
|
|
|
|
|
moveColumnDownButton = new QToolButton(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
moveColumnDownButton->setObjectName(QStringLiteral("moveColumnDownButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_3->addWidget(moveColumnDownButton);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout_3, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
horizontalLayout_2 = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label = new QLabel(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label->setObjectName(QStringLiteral("label"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_2->addWidget(label);
|
|
|
|
|
|
|
|
columnIconSelector = new qdesigner_internal::IconSelector(columnsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
columnIconSelector->setObjectName(QStringLiteral("columnIconSelector"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_2->addWidget(columnIconSelector);
|
|
|
|
|
|
|
|
spacerItem1 = new QSpacerItem(0, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
horizontalLayout_2->addItem(spacerItem1);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout_2, 2, 0, 1, 1);
|
|
|
|
|
|
|
|
|
|
|
|
verticalLayout->addWidget(columnsBox);
|
|
|
|
|
|
|
|
rowsBox = new QGroupBox(widget);
|
2011-12-11 15:55:01 +00:00
|
|
|
rowsBox->setObjectName(QStringLiteral("rowsBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
gridLayout_3 = new QGridLayout(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
2011-04-27 10:05:43 +00:00
|
|
|
rowsListWidget = new QListWidget(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
rowsListWidget->setObjectName(QStringLiteral("rowsListWidget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
sizePolicy1.setHeightForWidth(rowsListWidget->sizePolicy().hasHeightForWidth());
|
|
|
|
rowsListWidget->setSizePolicy(sizePolicy1);
|
|
|
|
rowsListWidget->setFocusPolicy(Qt::TabFocus);
|
|
|
|
|
|
|
|
gridLayout_3->addWidget(rowsListWidget, 0, 0, 1, 1);
|
|
|
|
|
|
|
|
horizontalLayout_4 = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
|
2011-04-27 10:05:43 +00:00
|
|
|
newRowButton = new QToolButton(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
newRowButton->setObjectName(QStringLiteral("newRowButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_4->addWidget(newRowButton);
|
|
|
|
|
|
|
|
deleteRowButton = new QToolButton(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
deleteRowButton->setObjectName(QStringLiteral("deleteRowButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_4->addWidget(deleteRowButton);
|
|
|
|
|
|
|
|
spacerItem2 = new QSpacerItem(0, 23, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
horizontalLayout_4->addItem(spacerItem2);
|
|
|
|
|
|
|
|
moveRowUpButton = new QToolButton(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
moveRowUpButton->setObjectName(QStringLiteral("moveRowUpButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_4->addWidget(moveRowUpButton);
|
|
|
|
|
|
|
|
moveRowDownButton = new QToolButton(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
moveRowDownButton->setObjectName(QStringLiteral("moveRowDownButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout_4->addWidget(moveRowDownButton);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout_3->addLayout(horizontalLayout_4, 1, 0, 1, 1);
|
|
|
|
|
|
|
|
horizontalLayout = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label_2 = new QLabel(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout->addWidget(label_2);
|
|
|
|
|
|
|
|
rowIconSelector = new qdesigner_internal::IconSelector(rowsBox);
|
2011-12-11 15:55:01 +00:00
|
|
|
rowIconSelector->setObjectName(QStringLiteral("rowIconSelector"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout->addWidget(rowIconSelector);
|
|
|
|
|
|
|
|
spacerItem3 = new QSpacerItem(0, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
|
|
|
|
horizontalLayout->addItem(spacerItem3);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout_3->addLayout(horizontalLayout, 2, 0, 1, 1);
|
|
|
|
|
|
|
|
|
|
|
|
verticalLayout->addWidget(rowsBox);
|
|
|
|
|
|
|
|
|
|
|
|
gridLayout_4->addWidget(widget, 0, 1, 1, 1);
|
|
|
|
|
|
|
|
itemsBox->raise();
|
|
|
|
buttonBox->raise();
|
|
|
|
widget->raise();
|
|
|
|
QWidget::setTabOrder(tableWidget, columnsListWidget);
|
|
|
|
QWidget::setTabOrder(columnsListWidget, newColumnButton);
|
|
|
|
QWidget::setTabOrder(newColumnButton, deleteColumnButton);
|
|
|
|
QWidget::setTabOrder(deleteColumnButton, moveColumnUpButton);
|
|
|
|
QWidget::setTabOrder(moveColumnUpButton, moveColumnDownButton);
|
|
|
|
QWidget::setTabOrder(moveColumnDownButton, rowsListWidget);
|
|
|
|
QWidget::setTabOrder(rowsListWidget, newRowButton);
|
|
|
|
QWidget::setTabOrder(newRowButton, deleteRowButton);
|
|
|
|
QWidget::setTabOrder(deleteRowButton, moveRowUpButton);
|
|
|
|
QWidget::setTabOrder(moveRowUpButton, moveRowDownButton);
|
|
|
|
|
|
|
|
retranslateUi(qdesigner_internal__TableWidgetEditor);
|
|
|
|
QObject::connect(buttonBox, SIGNAL(accepted()), qdesigner_internal__TableWidgetEditor, SLOT(accept()));
|
|
|
|
QObject::connect(buttonBox, SIGNAL(rejected()), qdesigner_internal__TableWidgetEditor, SLOT(reject()));
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(qdesigner_internal__TableWidgetEditor);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QDialog *qdesigner_internal__TableWidgetEditor)
|
|
|
|
{
|
2012-05-17 00:37:23 +00:00
|
|
|
qdesigner_internal__TableWidgetEditor->setWindowTitle(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Edit Table Widget", 0));
|
|
|
|
itemsBox->setTitle(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Table Items", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
tableWidget->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Table Items", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
label_3->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Icon", 0));
|
|
|
|
columnsBox->setTitle(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Columns", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
columnsListWidget->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Table Columns", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
newColumnButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "New Column", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
newColumnButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "New", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
deleteColumnButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Delete Column", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
deleteColumnButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Delete", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveColumnUpButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Move Column Up", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveColumnUpButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "U", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveColumnDownButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Move Column Down", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveColumnDownButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "D", 0));
|
|
|
|
label->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Icon", 0));
|
|
|
|
rowsBox->setTitle(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Rows", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
rowsListWidget->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Table Rows", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
newRowButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "New Row", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
newRowButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "New", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
deleteRowButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Delete Row", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
deleteRowButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Delete", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveRowUpButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Move Row Up", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveRowUpButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "U", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#ifndef QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveRowDownButton->setToolTip(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Move Row Down", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
#endif // QT_NO_TOOLTIP
|
2012-05-17 00:37:23 +00:00
|
|
|
moveRowDownButton->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "D", 0));
|
|
|
|
label_2->setText(QApplication::translate("qdesigner_internal::TableWidgetEditor", "Icon", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace qdesigner_internal
|
|
|
|
|
|
|
|
namespace qdesigner_internal {
|
|
|
|
namespace Ui {
|
|
|
|
class TableWidgetEditor: public Ui_TableWidgetEditor {};
|
|
|
|
} // namespace Ui
|
|
|
|
} // namespace qdesigner_internal
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // TABLEWIDGETEDITOR_H
|