2011-04-27 10:05:43 +00:00
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
2012-09-19 12:28:29 +00:00
* * Copyright ( C ) 2012 Digia Plc and / or its subsidiary ( - ies ) .
* * Contact : http : //www.qt-project.org/legal
2011-04-27 10:05:43 +00:00
* *
* * This file is part of the autotests of the Qt Toolkit .
* *
* * $ QT_BEGIN_LICENSE : LGPL $
2012-09-19 12:28:29 +00:00
* * Commercial License Usage
* * Licensees holding valid commercial Qt licenses may use this file in
* * accordance with the commercial license agreement provided with the
* * Software or , alternatively , in accordance with the terms contained in
* * a written agreement between you and Digia . For licensing terms and
* * conditions see http : //qt.digia.com/licensing. For further information
* * use the contact form at http : //qt.digia.com/contact-us.
* *
2011-04-27 10:05:43 +00:00
* * GNU Lesser General Public License Usage
2012-09-19 12:28:29 +00:00
* * Alternatively , 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.
* *
* * In addition , as a special exception , Digia gives you certain additional
* * rights . These rights are described in the Digia 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
2012-09-19 12:28:29 +00:00
* * 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.
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 ' treewidgeteditor . 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 TREEWIDGETEDITOR_H
# define TREEWIDGETEDITOR_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/QToolButton>
# include <QtWidgets/QTreeWidget>
2011-04-27 10:05:43 +00:00
# include "iconselector_p.h"
QT_BEGIN_NAMESPACE
namespace qdesigner_internal {
class Ui_TreeWidgetEditor
{
public :
QGridLayout * gridLayout_3 ;
QGroupBox * itemsBox ;
QGridLayout * gridLayout ;
QTreeWidget * treeWidget ;
QHBoxLayout * horizontalLayout_4 ;
QToolButton * newItemButton ;
QToolButton * newSubItemButton ;
QToolButton * deleteItemButton ;
QSpacerItem * spacerItem ;
QToolButton * moveItemLeftButton ;
QToolButton * moveItemRightButton ;
QToolButton * moveItemUpButton ;
QToolButton * moveItemDownButton ;
QHBoxLayout * horizontalLayout_2 ;
QLabel * label_2 ;
qdesigner_internal : : IconSelector * itemIconSelector ;
QSpacerItem * horizontalSpacer ;
QGroupBox * columnsBox ;
QGridLayout * gridLayout_2 ;
QListWidget * listWidget ;
QHBoxLayout * horizontalLayout_3 ;
QToolButton * newColumnButton ;
QToolButton * deleteColumnButton ;
QSpacerItem * spacerItem1 ;
QToolButton * moveColumnUpButton ;
QToolButton * moveColumnDownButton ;
QHBoxLayout * horizontalLayout ;
QLabel * label ;
qdesigner_internal : : IconSelector * columnIconSelector ;
QSpacerItem * spacerItem2 ;
QDialogButtonBox * buttonBox ;
void setupUi ( QDialog * qdesigner_internal__TreeWidgetEditor )
{
if ( qdesigner_internal__TreeWidgetEditor - > objectName ( ) . isEmpty ( ) )
2011-12-11 15:55:01 +00:00
qdesigner_internal__TreeWidgetEditor - > setObjectName ( QStringLiteral ( " qdesigner_internal__TreeWidgetEditor " ) ) ;
2011-04-27 10:05:43 +00:00
qdesigner_internal__TreeWidgetEditor - > resize ( 619 , 321 ) ;
gridLayout_3 = new QGridLayout ( qdesigner_internal__TreeWidgetEditor ) ;
2011-12-11 15:55:01 +00:00
gridLayout_3 - > setObjectName ( QStringLiteral ( " gridLayout_3 " ) ) ;
2011-04-27 10:05:43 +00:00
itemsBox = new QGroupBox ( qdesigner_internal__TreeWidgetEditor ) ;
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
treeWidget = new QTreeWidget ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
treeWidget - > setObjectName ( QStringLiteral ( " treeWidget " ) ) ;
2011-04-27 10:05:43 +00:00
treeWidget - > setFocusPolicy ( Qt : : TabFocus ) ;
gridLayout - > addWidget ( treeWidget , 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
newItemButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
newItemButton - > setObjectName ( QStringLiteral ( " newItemButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( newItemButton ) ;
newSubItemButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
newSubItemButton - > setObjectName ( QStringLiteral ( " newSubItemButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( newSubItemButton ) ;
deleteItemButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
deleteItemButton - > setObjectName ( QStringLiteral ( " deleteItemButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( deleteItemButton ) ;
spacerItem = new QSpacerItem ( 28 , 23 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
horizontalLayout_4 - > addItem ( spacerItem ) ;
moveItemLeftButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
moveItemLeftButton - > setObjectName ( QStringLiteral ( " moveItemLeftButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemLeftButton ) ;
moveItemRightButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
moveItemRightButton - > setObjectName ( QStringLiteral ( " moveItemRightButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemRightButton ) ;
moveItemUpButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
moveItemUpButton - > setObjectName ( QStringLiteral ( " moveItemUpButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemUpButton ) ;
moveItemDownButton = new QToolButton ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
moveItemDownButton - > setObjectName ( QStringLiteral ( " moveItemDownButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemDownButton ) ;
gridLayout - > addLayout ( horizontalLayout_4 , 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_2 = new QLabel ( itemsBox ) ;
2011-12-11 15:55:01 +00:00
label_2 - > setObjectName ( QStringLiteral ( " label_2 " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_2 - > addWidget ( label_2 ) ;
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_2 - > addWidget ( itemIconSelector ) ;
horizontalSpacer = new QSpacerItem ( 288 , 21 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
horizontalLayout_2 - > addItem ( horizontalSpacer ) ;
gridLayout - > addLayout ( horizontalLayout_2 , 2 , 0 , 1 , 1 ) ;
gridLayout_3 - > addWidget ( itemsBox , 0 , 0 , 1 , 1 ) ;
columnsBox = new QGroupBox ( qdesigner_internal__TreeWidgetEditor ) ;
2011-12-11 15:55:01 +00:00
columnsBox - > setObjectName ( QStringLiteral ( " columnsBox " ) ) ;
2011-04-27 10:05:43 +00:00
QSizePolicy sizePolicy ( QSizePolicy : : Fixed , QSizePolicy : : Preferred ) ;
sizePolicy . setHorizontalStretch ( 0 ) ;
sizePolicy . setVerticalStretch ( 0 ) ;
sizePolicy . setHeightForWidth ( columnsBox - > sizePolicy ( ) . hasHeightForWidth ( ) ) ;
columnsBox - > setSizePolicy ( sizePolicy ) ;
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
listWidget = new QListWidget ( columnsBox ) ;
2011-12-11 15:55:01 +00:00
listWidget - > setObjectName ( QStringLiteral ( " listWidget " ) ) ;
2011-04-27 10:05:43 +00:00
QSizePolicy sizePolicy1 ( QSizePolicy : : Ignored , QSizePolicy : : Expanding ) ;
sizePolicy1 . setHorizontalStretch ( 0 ) ;
sizePolicy1 . setVerticalStretch ( 0 ) ;
sizePolicy1 . setHeightForWidth ( listWidget - > sizePolicy ( ) . hasHeightForWidth ( ) ) ;
listWidget - > setSizePolicy ( sizePolicy1 ) ;
listWidget - > setFocusPolicy ( Qt : : TabFocus ) ;
gridLayout_2 - > addWidget ( listWidget , 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 ) ;
spacerItem1 = new QSpacerItem ( 13 , 23 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
horizontalLayout_3 - > addItem ( spacerItem1 ) ;
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 = new QHBoxLayout ( ) ;
2011-12-11 15:55:01 +00:00
horizontalLayout - > setObjectName ( QStringLiteral ( " horizontalLayout " ) ) ;
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 - > 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 - > addWidget ( columnIconSelector ) ;
spacerItem2 = new QSpacerItem ( 0 , 10 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
horizontalLayout - > addItem ( spacerItem2 ) ;
gridLayout_2 - > addLayout ( horizontalLayout , 2 , 0 , 1 , 1 ) ;
gridLayout_3 - > addWidget ( columnsBox , 0 , 1 , 1 , 1 ) ;
buttonBox = new QDialogButtonBox ( qdesigner_internal__TreeWidgetEditor ) ;
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_3 - > addWidget ( buttonBox , 1 , 0 , 1 , 2 ) ;
QWidget : : setTabOrder ( treeWidget , newItemButton ) ;
QWidget : : setTabOrder ( newItemButton , newSubItemButton ) ;
QWidget : : setTabOrder ( newSubItemButton , deleteItemButton ) ;
QWidget : : setTabOrder ( deleteItemButton , moveItemLeftButton ) ;
QWidget : : setTabOrder ( moveItemLeftButton , moveItemRightButton ) ;
QWidget : : setTabOrder ( moveItemRightButton , moveItemUpButton ) ;
QWidget : : setTabOrder ( moveItemUpButton , moveItemDownButton ) ;
QWidget : : setTabOrder ( moveItemDownButton , listWidget ) ;
QWidget : : setTabOrder ( listWidget , newColumnButton ) ;
QWidget : : setTabOrder ( newColumnButton , deleteColumnButton ) ;
QWidget : : setTabOrder ( deleteColumnButton , moveColumnUpButton ) ;
QWidget : : setTabOrder ( moveColumnUpButton , moveColumnDownButton ) ;
retranslateUi ( qdesigner_internal__TreeWidgetEditor ) ;
QObject : : connect ( buttonBox , SIGNAL ( accepted ( ) ) , qdesigner_internal__TreeWidgetEditor , SLOT ( accept ( ) ) ) ;
QObject : : connect ( buttonBox , SIGNAL ( rejected ( ) ) , qdesigner_internal__TreeWidgetEditor , SLOT ( reject ( ) ) ) ;
QMetaObject : : connectSlotsByName ( qdesigner_internal__TreeWidgetEditor ) ;
} // setupUi
void retranslateUi ( QDialog * qdesigner_internal__TreeWidgetEditor )
{
2012-05-17 00:37:23 +00:00
qdesigner_internal__TreeWidgetEditor - > setWindowTitle ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Edit Tree Widget " , 0 ) ) ;
itemsBox - > setTitle ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Tree Items " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
QTreeWidgetItem * ___qtreewidgetitem = treeWidget - > headerItem ( ) ;
2012-05-17 00:37:23 +00:00
___qtreewidgetitem - > setText ( 0 , QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " 1 " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
treeWidget - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Tree Items " , 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
newItemButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New Item " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
newItemButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " &New " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
newSubItemButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New Subitem " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
newSubItemButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New &Subitem " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
deleteItemButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Delete Item " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
deleteItemButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " &Delete " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemLeftButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Left (before Parent Item) " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemLeftButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " L " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemRightButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Right (as a First Subitem of the Next Sibling Item) " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemRightButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " R " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemUpButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Up " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemUpButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " U " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemDownButton - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Down " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
moveItemDownButton - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " D " , 0 ) ) ;
label_2 - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Icon " , 0 ) ) ;
columnsBox - > setTitle ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Columns " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2012-05-17 00:37:23 +00:00
listWidget - > setToolTip ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Tree 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " 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::TreeWidgetEditor " , " D " , 0 ) ) ;
label - > setText ( QApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Icon " , 0 ) ) ;
2011-04-27 10:05:43 +00:00
} // retranslateUi
} ;
} // namespace qdesigner_internal
namespace qdesigner_internal {
namespace Ui {
class TreeWidgetEditor : public Ui_TreeWidgetEditor { } ;
} // namespace Ui
} // namespace qdesigner_internal
QT_END_NAMESPACE
# endif // TREEWIDGETEDITOR_H