2011-04-27 10:05:43 +00:00
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
2016-01-15 12:36:27 +00:00
* * Copyright ( C ) 2016 The Qt Company Ltd .
* * Contact : https : //www.qt.io/licensing/
2011-04-27 10:05:43 +00:00
* *
* * This file is part of the autotests of the Qt Toolkit .
* *
2016-01-15 12:36:27 +00:00
* * $ QT_BEGIN_LICENSE : GPL - EXCEPT $
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
2015-01-28 08:44:43 +00:00
* * a written agreement between you and The Qt Company . For licensing terms
2016-01-15 12:36:27 +00:00
* * and conditions see https : //www.qt.io/terms-conditions. For further
* * information use the contact form at https : //www.qt.io/contact-us.
* *
* * GNU General Public License Usage
* * Alternatively , this file may be used under the terms of the GNU
* * General Public License version 3 as published by the Free Software
* * Foundation with exceptions as appearing in the file LICENSE . GPL3 - EXCEPT
* * included in the packaging of this file . Please review the following
* * information to ensure the GNU General Public License requirements will
* * be met : https : //www.gnu.org/licenses/gpl-3.0.html.
2011-04-27 10:05:43 +00:00
* *
* * $ QT_END_LICENSE $
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
/********************************************************************************
* * Form generated from reading UI file ' treewidgeteditor . ui '
* *
2018-10-23 11:27:31 +00:00
* * Created by : Qt User Interface Compiler version 5.12 .0
2011-04-27 10:05:43 +00:00
* *
* * 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/QApplication>
# 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 ( ) )
2018-07-13 09:02:14 +00:00
qdesigner_internal__TreeWidgetEditor - > setObjectName ( QString : : fromUtf8 ( " qdesigner_internal__TreeWidgetEditor " ) ) ;
2011-04-27 10:05:43 +00:00
qdesigner_internal__TreeWidgetEditor - > resize ( 619 , 321 ) ;
gridLayout_3 = new QGridLayout ( qdesigner_internal__TreeWidgetEditor ) ;
2018-07-13 09:02:14 +00:00
gridLayout_3 - > setObjectName ( QString : : fromUtf8 ( " gridLayout_3 " ) ) ;
2011-04-27 10:05:43 +00:00
itemsBox = new QGroupBox ( qdesigner_internal__TreeWidgetEditor ) ;
2018-07-13 09:02:14 +00:00
itemsBox - > setObjectName ( QString : : fromUtf8 ( " itemsBox " ) ) ;
2011-04-27 10:05:43 +00:00
gridLayout = new QGridLayout ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
gridLayout - > setObjectName ( QString : : fromUtf8 ( " gridLayout " ) ) ;
2011-04-27 10:05:43 +00:00
treeWidget = new QTreeWidget ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
treeWidget - > setObjectName ( QString : : fromUtf8 ( " treeWidget " ) ) ;
2011-04-27 10:05:43 +00:00
treeWidget - > setFocusPolicy ( Qt : : TabFocus ) ;
gridLayout - > addWidget ( treeWidget , 0 , 0 , 1 , 1 ) ;
horizontalLayout_4 = new QHBoxLayout ( ) ;
2018-07-13 09:02:14 +00:00
horizontalLayout_4 - > setObjectName ( QString : : fromUtf8 ( " horizontalLayout_4 " ) ) ;
2011-04-27 10:05:43 +00:00
newItemButton = new QToolButton ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
newItemButton - > setObjectName ( QString : : fromUtf8 ( " newItemButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( newItemButton ) ;
newSubItemButton = new QToolButton ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
newSubItemButton - > setObjectName ( QString : : fromUtf8 ( " newSubItemButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( newSubItemButton ) ;
deleteItemButton = new QToolButton ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
deleteItemButton - > setObjectName ( QString : : fromUtf8 ( " 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 ) ;
2018-07-13 09:02:14 +00:00
moveItemLeftButton - > setObjectName ( QString : : fromUtf8 ( " moveItemLeftButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemLeftButton ) ;
moveItemRightButton = new QToolButton ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
moveItemRightButton - > setObjectName ( QString : : fromUtf8 ( " moveItemRightButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemRightButton ) ;
moveItemUpButton = new QToolButton ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
moveItemUpButton - > setObjectName ( QString : : fromUtf8 ( " moveItemUpButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_4 - > addWidget ( moveItemUpButton ) ;
moveItemDownButton = new QToolButton ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
moveItemDownButton - > setObjectName ( QString : : fromUtf8 ( " 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 ( ) ;
2018-07-13 09:02:14 +00:00
horizontalLayout_2 - > setObjectName ( QString : : fromUtf8 ( " horizontalLayout_2 " ) ) ;
2011-04-27 10:05:43 +00:00
label_2 = new QLabel ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
label_2 - > setObjectName ( QString : : fromUtf8 ( " label_2 " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_2 - > addWidget ( label_2 ) ;
itemIconSelector = new qdesigner_internal : : IconSelector ( itemsBox ) ;
2018-07-13 09:02:14 +00:00
itemIconSelector - > setObjectName ( QString : : fromUtf8 ( " 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 ) ;
2018-07-13 09:02:14 +00:00
columnsBox - > setObjectName ( QString : : fromUtf8 ( " 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 ) ;
2018-07-13 09:02:14 +00:00
gridLayout_2 - > setObjectName ( QString : : fromUtf8 ( " gridLayout_2 " ) ) ;
2011-04-27 10:05:43 +00:00
listWidget = new QListWidget ( columnsBox ) ;
2018-07-13 09:02:14 +00:00
listWidget - > setObjectName ( QString : : fromUtf8 ( " 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 ( ) ;
2018-07-13 09:02:14 +00:00
horizontalLayout_3 - > setObjectName ( QString : : fromUtf8 ( " horizontalLayout_3 " ) ) ;
2011-04-27 10:05:43 +00:00
newColumnButton = new QToolButton ( columnsBox ) ;
2018-07-13 09:02:14 +00:00
newColumnButton - > setObjectName ( QString : : fromUtf8 ( " newColumnButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_3 - > addWidget ( newColumnButton ) ;
deleteColumnButton = new QToolButton ( columnsBox ) ;
2018-07-13 09:02:14 +00:00
deleteColumnButton - > setObjectName ( QString : : fromUtf8 ( " 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 ) ;
2018-07-13 09:02:14 +00:00
moveColumnUpButton - > setObjectName ( QString : : fromUtf8 ( " moveColumnUpButton " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout_3 - > addWidget ( moveColumnUpButton ) ;
moveColumnDownButton = new QToolButton ( columnsBox ) ;
2018-07-13 09:02:14 +00:00
moveColumnDownButton - > setObjectName ( QString : : fromUtf8 ( " 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 ( ) ;
2018-07-13 09:02:14 +00:00
horizontalLayout - > setObjectName ( QString : : fromUtf8 ( " horizontalLayout " ) ) ;
2011-04-27 10:05:43 +00:00
label = new QLabel ( columnsBox ) ;
2018-07-13 09:02:14 +00:00
label - > setObjectName ( QString : : fromUtf8 ( " label " ) ) ;
2011-04-27 10:05:43 +00:00
horizontalLayout - > addWidget ( label ) ;
columnIconSelector = new qdesigner_internal : : IconSelector ( columnsBox ) ;
2018-07-13 09:02:14 +00:00
columnIconSelector - > setObjectName ( QString : : fromUtf8 ( " 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 ) ;
2018-07-13 09:02:14 +00:00
buttonBox - > setObjectName ( QString : : fromUtf8 ( " 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 )
{
2018-11-27 11:31:57 +00:00
qdesigner_internal__TreeWidgetEditor - > setWindowTitle ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Edit Tree Widget " , nullptr ) ) ;
itemsBox - > setTitle ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Tree Items " , nullptr ) ) ;
2011-04-27 10:05:43 +00:00
QTreeWidgetItem * ___qtreewidgetitem = treeWidget - > headerItem ( ) ;
2018-11-27 11:31:57 +00:00
___qtreewidgetitem - > setText ( 0 , QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " 1 " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
treeWidget - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Tree Items " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
newItemButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New Item " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
newItemButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " &New " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
newSubItemButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New Subitem " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
newSubItemButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New &Subitem " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
deleteItemButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Delete Item " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
deleteItemButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " &Delete " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemLeftButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Left (before Parent Item) " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemLeftButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " L " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemRightButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Right (as a First Subitem of the Next Sibling Item) " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemRightButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " R " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemUpButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Up " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemUpButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " U " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemDownButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Item Down " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveItemDownButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " D " , nullptr ) ) ;
label_2 - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Icon " , nullptr ) ) ;
columnsBox - > setTitle ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Columns " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
listWidget - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Tree Columns " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
newColumnButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New Column " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
newColumnButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " New " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
deleteColumnButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Delete Column " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
deleteColumnButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Delete " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveColumnUpButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Column Up " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveColumnUpButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " U " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# if QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveColumnDownButton - > setToolTip ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Move Column Down " , nullptr ) ) ;
2018-10-22 11:42:22 +00:00
# endif // QT_CONFIG(tooltip)
2018-11-27 11:31:57 +00:00
moveColumnDownButton - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " D " , nullptr ) ) ;
label - > setText ( QCoreApplication : : translate ( " qdesigner_internal::TreeWidgetEditor " , " Icon " , nullptr ) ) ;
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