Warning, /frameworks/kuserfeedback/src/console/schemaeditor/schemaeditwidget.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::SchemaEditWidget</class> 0004 <widget class="QWidget" name="KUserFeedback::Console::SchemaEditWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>528</width> 0010 <height>344</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <widget class="QTreeView" name="schemaView"> 0016 <property name="contextMenuPolicy"> 0017 <enum>Qt::CustomContextMenu</enum> 0018 </property> 0019 <property name="selectionMode"> 0020 <enum>QAbstractItemView::SingleSelection</enum> 0021 </property> 0022 </widget> 0023 </item> 0024 </layout> 0025 <action name="actionDelete"> 0026 <property name="icon"> 0027 <iconset theme="edit-delete"/> 0028 </property> 0029 <property name="text"> 0030 <string>&Delete</string> 0031 </property> 0032 <property name="toolTip"> 0033 <string>Delete the selected element or entry.</string> 0034 </property> 0035 <property name="shortcut"> 0036 <string>Del</string> 0037 </property> 0038 </action> 0039 <action name="actionAddSource"> 0040 <property name="icon"> 0041 <iconset theme="folder-add"/> 0042 </property> 0043 <property name="text"> 0044 <string>Add &Source...</string> 0045 </property> 0046 <property name="toolTip"> 0047 <string>Add a new data source.</string> 0048 </property> 0049 </action> 0050 <action name="actionAddSourceElement"> 0051 <property name="icon"> 0052 <iconset theme="list-add"/> 0053 </property> 0054 <property name="text"> 0055 <string>Add Source &Element...</string> 0056 </property> 0057 <property name="toolTip"> 0058 <string>Add an element to a data source.</string> 0059 </property> 0060 </action> 0061 </widget> 0062 <resources/> 0063 <connections/> 0064 </ui>