[2] | 1 | <ui version="4.0" >
|
---|
| 2 | <comment>*********************************************************************
|
---|
| 3 | **
|
---|
[846] | 4 | ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
---|
[561] | 5 | ** All rights reserved.
|
---|
| 6 | ** Contact: Nokia Corporation ([email protected])
|
---|
[2] | 7 | **
|
---|
| 8 | ** This file is part of the Qt Designer of the Qt Toolkit.
|
---|
| 9 | **
|
---|
| 10 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
| 11 | ** Commercial Usage
|
---|
| 12 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
| 13 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
| 14 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
| 15 | ** a written agreement between you and Nokia.
|
---|
| 16 | **
|
---|
| 17 | ** GNU Lesser General Public License Usage
|
---|
| 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
| 19 | ** General Public License version 2.1 as published by the Free Software
|
---|
| 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
| 21 | ** packaging of this file. Please review the following information to
|
---|
| 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
| 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
| 24 | **
|
---|
[561] | 25 | ** In addition, as a special exception, Nokia gives you certain additional
|
---|
| 26 | ** rights. These rights are described in the Nokia Qt LGPL Exception
|
---|
| 27 | ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
---|
[2] | 28 | **
|
---|
| 29 | ** GNU General Public License Usage
|
---|
| 30 | ** Alternatively, this file may be used under the terms of the GNU
|
---|
| 31 | ** General Public License version 3.0 as published by the Free Software
|
---|
| 32 | ** Foundation and appearing in the file LICENSE.GPL included in the
|
---|
| 33 | ** packaging of this file. Please review the following information to
|
---|
| 34 | ** ensure the GNU General Public License version 3.0 requirements will be
|
---|
| 35 | ** met: http://www.gnu.org/copyleft/gpl.html.
|
---|
| 36 | **
|
---|
[561] | 37 | ** If you have questions regarding the use of this file, please contact
|
---|
| 38 | ** Nokia at [email protected].
|
---|
[2] | 39 | ** $QT_END_LICENSE$
|
---|
| 40 | **
|
---|
| 41 | *********************************************************************</comment>
|
---|
| 42 | <class>qdesigner_internal::TreeWidgetEditor</class>
|
---|
| 43 | <widget class="QDialog" name="qdesigner_internal::TreeWidgetEditor" >
|
---|
| 44 | <property name="geometry" >
|
---|
| 45 | <rect>
|
---|
| 46 | <x>0</x>
|
---|
| 47 | <y>0</y>
|
---|
| 48 | <width>700</width>
|
---|
| 49 | <height>360</height>
|
---|
| 50 | </rect>
|
---|
| 51 | </property>
|
---|
| 52 | <property name="windowTitle" >
|
---|
| 53 | <string>Edit Tree Widget</string>
|
---|
| 54 | </property>
|
---|
| 55 | <layout class="QVBoxLayout" name="verticalLayout" >
|
---|
| 56 | <item>
|
---|
| 57 | <widget class="QTabWidget" name="tabWidget" >
|
---|
| 58 | <property name="currentIndex" >
|
---|
| 59 | <number>0</number>
|
---|
| 60 | </property>
|
---|
| 61 | <widget class="QWidget" name="itemsTab" >
|
---|
| 62 | <attribute name="title" >
|
---|
| 63 | <string>&Items</string>
|
---|
| 64 | </attribute>
|
---|
| 65 | <layout class="QVBoxLayout" name="verticalLayout_3" >
|
---|
| 66 | <property name="leftMargin" >
|
---|
| 67 | <number>9</number>
|
---|
| 68 | </property>
|
---|
| 69 | <property name="topMargin" >
|
---|
| 70 | <number>9</number>
|
---|
| 71 | </property>
|
---|
| 72 | <property name="rightMargin" >
|
---|
| 73 | <number>9</number>
|
---|
| 74 | </property>
|
---|
| 75 | <item>
|
---|
| 76 | <widget class="QWidget" native="1" name="widget" >
|
---|
| 77 | <layout class="QVBoxLayout" name="verticalLayout_2" >
|
---|
| 78 | <property name="margin" >
|
---|
| 79 | <number>0</number>
|
---|
| 80 | </property>
|
---|
| 81 | <item>
|
---|
| 82 | <widget class="QTreeWidget" name="treeWidget" >
|
---|
| 83 | <property name="focusPolicy" >
|
---|
| 84 | <enum>Qt::WheelFocus</enum>
|
---|
| 85 | </property>
|
---|
| 86 | <property name="toolTip" >
|
---|
| 87 | <string>Tree Items</string>
|
---|
| 88 | </property>
|
---|
| 89 | <column>
|
---|
| 90 | <property name="text" >
|
---|
| 91 | <string>1</string>
|
---|
| 92 | </property>
|
---|
| 93 | </column>
|
---|
| 94 | </widget>
|
---|
| 95 | </item>
|
---|
| 96 | <item>
|
---|
| 97 | <layout class="QHBoxLayout" name="buttonsLayout" >
|
---|
| 98 | <item>
|
---|
| 99 | <widget class="QToolButton" name="newItemButton" >
|
---|
| 100 | <property name="toolTip" >
|
---|
| 101 | <string>New Item</string>
|
---|
| 102 | </property>
|
---|
| 103 | <property name="text" >
|
---|
| 104 | <string>&New</string>
|
---|
| 105 | </property>
|
---|
| 106 | </widget>
|
---|
| 107 | </item>
|
---|
| 108 | <item>
|
---|
| 109 | <widget class="QToolButton" name="newSubItemButton" >
|
---|
| 110 | <property name="toolTip" >
|
---|
| 111 | <string>New Subitem</string>
|
---|
| 112 | </property>
|
---|
| 113 | <property name="text" >
|
---|
| 114 | <string>New &Subitem</string>
|
---|
| 115 | </property>
|
---|
| 116 | </widget>
|
---|
| 117 | </item>
|
---|
| 118 | <item>
|
---|
| 119 | <widget class="QToolButton" name="deleteItemButton" >
|
---|
| 120 | <property name="toolTip" >
|
---|
| 121 | <string>Delete Item</string>
|
---|
| 122 | </property>
|
---|
| 123 | <property name="text" >
|
---|
| 124 | <string>&Delete</string>
|
---|
| 125 | </property>
|
---|
| 126 | </widget>
|
---|
| 127 | </item>
|
---|
| 128 | <item>
|
---|
| 129 | <spacer>
|
---|
| 130 | <property name="orientation" >
|
---|
| 131 | <enum>Qt::Horizontal</enum>
|
---|
| 132 | </property>
|
---|
| 133 | <property name="sizeHint" stdset="0" >
|
---|
| 134 | <size>
|
---|
| 135 | <width>28</width>
|
---|
| 136 | <height>23</height>
|
---|
| 137 | </size>
|
---|
| 138 | </property>
|
---|
| 139 | </spacer>
|
---|
| 140 | </item>
|
---|
| 141 | <item>
|
---|
| 142 | <widget class="QToolButton" name="moveItemLeftButton" >
|
---|
| 143 | <property name="toolTip" >
|
---|
| 144 | <string>Move Item Left (before Parent Item)</string>
|
---|
| 145 | </property>
|
---|
| 146 | <property name="text" >
|
---|
| 147 | <string>L</string>
|
---|
| 148 | </property>
|
---|
| 149 | </widget>
|
---|
| 150 | </item>
|
---|
| 151 | <item>
|
---|
| 152 | <widget class="QToolButton" name="moveItemRightButton" >
|
---|
| 153 | <property name="toolTip" >
|
---|
| 154 | <string>Move Item Right (as a First Subitem of the Next Sibling Item)</string>
|
---|
| 155 | </property>
|
---|
| 156 | <property name="text" >
|
---|
| 157 | <string>R</string>
|
---|
| 158 | </property>
|
---|
| 159 | </widget>
|
---|
| 160 | </item>
|
---|
| 161 | <item>
|
---|
| 162 | <widget class="QToolButton" name="moveItemUpButton" >
|
---|
| 163 | <property name="toolTip" >
|
---|
| 164 | <string>Move Item Up</string>
|
---|
| 165 | </property>
|
---|
| 166 | <property name="text" >
|
---|
| 167 | <string>U</string>
|
---|
| 168 | </property>
|
---|
| 169 | </widget>
|
---|
| 170 | </item>
|
---|
| 171 | <item>
|
---|
| 172 | <widget class="QToolButton" name="moveItemDownButton" >
|
---|
| 173 | <property name="toolTip" >
|
---|
| 174 | <string>Move Item Down</string>
|
---|
| 175 | </property>
|
---|
| 176 | <property name="text" >
|
---|
| 177 | <string>D</string>
|
---|
| 178 | </property>
|
---|
| 179 | </widget>
|
---|
| 180 | </item>
|
---|
| 181 | <item>
|
---|
| 182 | <spacer name="horizontalSpacer" >
|
---|
| 183 | <property name="orientation" >
|
---|
| 184 | <enum>Qt::Horizontal</enum>
|
---|
| 185 | </property>
|
---|
| 186 | <property name="sizeHint" stdset="0" >
|
---|
| 187 | <size>
|
---|
| 188 | <width>40</width>
|
---|
| 189 | <height>20</height>
|
---|
| 190 | </size>
|
---|
| 191 | </property>
|
---|
| 192 | </spacer>
|
---|
| 193 | </item>
|
---|
| 194 | <item>
|
---|
| 195 | <widget class="QPushButton" name="showPropertiesButton" >
|
---|
| 196 | <property name="text" >
|
---|
| 197 | <string>Properties &>></string>
|
---|
| 198 | </property>
|
---|
| 199 | </widget>
|
---|
| 200 | </item>
|
---|
| 201 | </layout>
|
---|
| 202 | </item>
|
---|
| 203 | </layout>
|
---|
| 204 | </widget>
|
---|
| 205 | </item>
|
---|
| 206 | </layout>
|
---|
| 207 | </widget>
|
---|
| 208 | </widget>
|
---|
| 209 | </item>
|
---|
| 210 | <item>
|
---|
| 211 | <widget class="QDialogButtonBox" name="buttonBox" >
|
---|
| 212 | <property name="orientation" >
|
---|
| 213 | <enum>Qt::Horizontal</enum>
|
---|
| 214 | </property>
|
---|
| 215 | <property name="standardButtons" >
|
---|
| 216 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
| 217 | </property>
|
---|
| 218 | </widget>
|
---|
| 219 | </item>
|
---|
| 220 | </layout>
|
---|
| 221 | </widget>
|
---|
| 222 | <resources/>
|
---|
| 223 | <connections>
|
---|
| 224 | <connection>
|
---|
| 225 | <sender>buttonBox</sender>
|
---|
| 226 | <signal>accepted()</signal>
|
---|
| 227 | <receiver>qdesigner_internal::TreeWidgetEditor</receiver>
|
---|
| 228 | <slot>accept()</slot>
|
---|
| 229 | <hints>
|
---|
| 230 | <hint type="sourcelabel" >
|
---|
| 231 | <x>440</x>
|
---|
| 232 | <y>335</y>
|
---|
| 233 | </hint>
|
---|
| 234 | <hint type="destinationlabel" >
|
---|
| 235 | <x>373</x>
|
---|
| 236 | <y>362</y>
|
---|
| 237 | </hint>
|
---|
| 238 | </hints>
|
---|
| 239 | </connection>
|
---|
| 240 | <connection>
|
---|
| 241 | <sender>buttonBox</sender>
|
---|
| 242 | <signal>rejected()</signal>
|
---|
| 243 | <receiver>qdesigner_internal::TreeWidgetEditor</receiver>
|
---|
| 244 | <slot>reject()</slot>
|
---|
| 245 | <hints>
|
---|
| 246 | <hint type="sourcelabel" >
|
---|
| 247 | <x>556</x>
|
---|
| 248 | <y>335</y>
|
---|
| 249 | </hint>
|
---|
| 250 | <hint type="destinationlabel" >
|
---|
| 251 | <x>562</x>
|
---|
| 252 | <y>362</y>
|
---|
| 253 | </hint>
|
---|
| 254 | </hints>
|
---|
| 255 | </connection>
|
---|
| 256 | </connections>
|
---|
| 257 | </ui>
|
---|