Warning, /frameworks/kuserfeedback/src/console/schemaeditor/aggregationeditwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KUserFeedback::Console::AggregationEditWidget</class>
0004  <widget class="QWidget" name="KUserFeedback::Console::AggregationEditWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>542</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QSplitter" name="splitter">
0016      <property name="orientation">
0017       <enum>Qt::Horizontal</enum>
0018      </property>
0019      <widget class="QTreeView" name="aggregationView">
0020       <property name="contextMenuPolicy">
0021        <enum>Qt::CustomContextMenu</enum>
0022       </property>
0023       <property name="rootIsDecorated">
0024        <bool>false</bool>
0025       </property>
0026       <property name="uniformRowHeights">
0027        <bool>true</bool>
0028       </property>
0029      </widget>
0030      <widget class="QWidget" name="">
0031       <layout class="QVBoxLayout" name="verticalLayout">
0032        <item>
0033         <widget class="QTreeView" name="elementView">
0034          <property name="rootIsDecorated">
0035           <bool>false</bool>
0036          </property>
0037          <property name="uniformRowHeights">
0038           <bool>true</bool>
0039          </property>
0040         </widget>
0041        </item>
0042        <item>
0043         <layout class="QHBoxLayout" name="horizontalLayout">
0044          <item>
0045           <spacer name="horizontalSpacer">
0046            <property name="orientation">
0047             <enum>Qt::Horizontal</enum>
0048            </property>
0049            <property name="sizeHint" stdset="0">
0050             <size>
0051              <width>40</width>
0052              <height>20</height>
0053             </size>
0054            </property>
0055           </spacer>
0056          </item>
0057          <item>
0058           <widget class="QPushButton" name="addButton">
0059            <property name="text">
0060             <string>&amp;Add</string>
0061            </property>
0062           </widget>
0063          </item>
0064          <item>
0065           <widget class="QPushButton" name="deleteButton">
0066            <property name="text">
0067             <string>&amp;Delete</string>
0068            </property>
0069           </widget>
0070          </item>
0071         </layout>
0072        </item>
0073       </layout>
0074      </widget>
0075     </widget>
0076    </item>
0077   </layout>
0078   <action name="actionAddAggregation">
0079    <property name="icon">
0080     <iconset theme="list-add"/>
0081    </property>
0082    <property name="text">
0083     <string>Add &amp;Aggregation</string>
0084    </property>
0085    <property name="toolTip">
0086     <string>Add a new aggregation.</string>
0087    </property>
0088   </action>
0089   <action name="actionDeleteAggregation">
0090    <property name="icon">
0091     <iconset theme="edit-delete"/>
0092    </property>
0093    <property name="text">
0094     <string>&amp;Delete Aggregation</string>
0095    </property>
0096    <property name="toolTip">
0097     <string>Delete the currently selected aggregation.</string>
0098    </property>
0099   </action>
0100  </widget>
0101  <resources/>
0102  <connections/>
0103 </ui>