Warning, /frameworks/kuserfeedback/src/console/surveyeditor/surveyeditor.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::SurveyEditor</class>
0004  <widget class="QWidget" name="KUserFeedback::Console::SurveyEditor">
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="QTreeView" name="surveyView">
0028      <property name="contextMenuPolicy">
0029       <enum>Qt::ActionsContextMenu</enum>
0030      </property>
0031      <property name="rootIsDecorated">
0032       <bool>false</bool>
0033      </property>
0034      <property name="uniformRowHeights">
0035       <bool>true</bool>
0036      </property>
0037     </widget>
0038    </item>
0039   </layout>
0040   <action name="actionAddSurvey">
0041    <property name="icon">
0042     <iconset theme="list-add"/>
0043    </property>
0044    <property name="text">
0045     <string>&amp;Add Survey...</string>
0046    </property>
0047    <property name="toolTip">
0048     <string>Add new survey.</string>
0049    </property>
0050   </action>
0051   <action name="actionDeleteSurvey">
0052    <property name="icon">
0053     <iconset theme="list-remove"/>
0054    </property>
0055    <property name="text">
0056     <string>&amp;Delete Survey</string>
0057    </property>
0058    <property name="toolTip">
0059     <string>Delete a survey.</string>
0060    </property>
0061   </action>
0062   <action name="actionEditSurvey">
0063    <property name="icon">
0064     <iconset theme="document-edit"/>
0065    </property>
0066    <property name="text">
0067     <string>&amp;Edit Survey...</string>
0068    </property>
0069    <property name="toolTip">
0070     <string>Edit the currently selected survey.</string>
0071    </property>
0072   </action>
0073  </widget>
0074  <resources/>
0075  <connections/>
0076 </ui>