1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>IncludesWidget</class> 4 <widget class="QWidget" name="IncludesWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>545</width> 10 <height>298</height> 11 </rect> 12 </property> 13 <layout class="QVBoxLayout" name="verticalLayout"> 14 <property name="leftMargin"> 15 <number>0</number> 16 </property> 17 <property name="topMargin"> 18 <number>0</number> 19 </property> 20 <property name="rightMargin"> 21 <number>0</number> 22 </property> 23 <property name="bottomMargin"> 24 <number>0</number> 25 </property> 26 <item> 27 <layout class="QHBoxLayout" name="horizontalLayout"> 28 <item> 29 <widget class="KUrlRequester" name="includePathRequester"> 30 <property name="toolTip"> 31 <string comment="@info:tooltip">Add the currently displayed URL to the list of includes if it is not in the list yet.</string> 32 </property> 33 <property name="placeholderText"> 34 <string comment="@info:placeholder">A new include path/file to use for parsing files under given directory</string> 35 </property> 36 </widget> 37 </item> 38 <item> 39 <widget class="QPushButton" name="addIncludePath"> 40 <property name="enabled"> 41 <bool>true</bool> 42 </property> 43 <property name="toolTip"> 44 <string comment="@info:tooltip">Create a new include path entry from this URL</string> 45 </property> 46 <property name="text"> 47 <string/> 48 </property> 49 <property name="icon"> 50 <iconset theme="list-add"> 51 <normaloff/> 52 </iconset> 53 </property> 54 </widget> 55 </item> 56 <item> 57 <widget class="QPushButton" name="removeIncludePath"> 58 <property name="enabled"> 59 <bool>false</bool> 60 </property> 61 <property name="toolTip"> 62 <string comment="@info:tooltip">Delete current include path entry</string> 63 </property> 64 <property name="text"> 65 <string/> 66 </property> 67 <property name="icon"> 68 <iconset theme="list-remove"> 69 <normaloff/> 70 </iconset> 71 </property> 72 </widget> 73 </item> 74 </layout> 75 </item> 76 <item> 77 <widget class="QListView" name="includePaths"> 78 <property name="sizePolicy"> 79 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 80 <horstretch>0</horstretch> 81 <verstretch>8</verstretch> 82 </sizepolicy> 83 </property> 84 <property name="selectionBehavior"> 85 <enum>QAbstractItemView::SelectRows</enum> 86 </property> 87 </widget> 88 </item> 89 <item> 90 <widget class="KMessageWidget" name="errorWidget" native="true"/> 91 </item> 92 </layout> 93 </widget> 94 <customwidgets> 95 <customwidget> 96 <class>KUrlRequester</class> 97 <extends>QWidget</extends> 98 <header>KUrlRequester</header> 99 <container>1</container> 100 </customwidget> 101 <customwidget> 102 <class>KMessageWidget</class> 103 <extends>QFrame</extends> 104 <header>KMessageWidget</header> 105 <container>1</container> 106 </customwidget> 107 </customwidgets> 108 <resources/> 109 <connections/> 110</ui> 111