Warning, /frameworks/kuserfeedback/src/console/schemaeditor/schemaeditor.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::SchemaEditor</class>
0004  <widget class="QWidget" name="KUserFeedback::Console::SchemaEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QTabWidget" name="tabWidget">
0028      <property name="currentIndex">
0029       <number>0</number>
0030      </property>
0031      <widget class="KUserFeedback::Console::SchemaEditWidget" name="schema">
0032       <attribute name="title">
0033        <string>Schema</string>
0034       </attribute>
0035      </widget>
0036      <widget class="KUserFeedback::Console::AggregationEditWidget" name="aggregation">
0037       <attribute name="title">
0038        <string>Aggregation</string>
0039       </attribute>
0040      </widget>
0041     </widget>
0042    </item>
0043   </layout>
0044   <action name="actionSave">
0045    <property name="icon">
0046     <iconset theme="document-save"/>
0047    </property>
0048    <property name="text">
0049     <string>&amp;Save Schema</string>
0050    </property>
0051    <property name="toolTip">
0052     <string>Save changes to the product schema.</string>
0053    </property>
0054   </action>
0055   <action name="actionImportSchema">
0056    <property name="icon">
0057     <iconset theme="document-import"/>
0058    </property>
0059    <property name="text">
0060     <string>&amp;Import Schema...</string>
0061    </property>
0062    <property name="toolTip">
0063     <string>Import a schema for this product.</string>
0064    </property>
0065   </action>
0066   <action name="actionExportSchema">
0067    <property name="icon">
0068     <iconset theme="document-export"/>
0069    </property>
0070    <property name="text">
0071     <string>&amp;Export Schema...</string>
0072    </property>
0073    <property name="toolTip">
0074     <string>Export the schema of this product.</string>
0075    </property>
0076   </action>
0077  </widget>
0078  <customwidgets>
0079   <customwidget>
0080    <class>KUserFeedback::Console::SchemaEditWidget</class>
0081    <extends>QWidget</extends>
0082    <header>schemaeditor/schemaeditwidget.h</header>
0083    <container>1</container>
0084   </customwidget>
0085   <customwidget>
0086    <class>KUserFeedback::Console::AggregationEditWidget</class>
0087    <extends>QWidget</extends>
0088    <header>schemaeditor/aggregationeditwidget.h</header>
0089    <container>1</container>
0090   </customwidget>
0091  </customwidgets>
0092  <resources/>
0093  <connections/>
0094 </ui>