Warning, /kdevelop/kdevelop/plugins/filetemplates/ui/overridevirtuals.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>OverridesDialog</class>
0004  <widget class="QWidget" name="OverridesDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>720</width>
0010     <height>531</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Select any methods you would like to override in the new class.</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout_3">
0023       <item>
0024        <widget class="QTreeWidget" name="overridesTree">
0025         <property name="rootIsDecorated">
0026          <bool>false</bool>
0027         </property>
0028         <property name="uniformRowHeights">
0029          <bool>false</bool>
0030         </property>
0031         <property name="itemsExpandable">
0032          <bool>false</bool>
0033         </property>
0034         <property name="allColumnsShowFocus">
0035          <bool>true</bool>
0036         </property>
0037         <property name="expandsOnDoubleClick">
0038          <bool>false</bool>
0039         </property>
0040         <column>
0041          <property name="text">
0042           <string comment="@title:column">Superclass -&gt; Function</string>
0043          </property>
0044         </column>
0045         <column>
0046          <property name="text">
0047           <string comment="@title:column">Access</string>
0048          </property>
0049         </column>
0050         <column>
0051          <property name="text">
0052           <string comment="@title:column">Properties</string>
0053          </property>
0054         </column>
0055        </widget>
0056       </item>
0057       <item>
0058        <layout class="QHBoxLayout" name="horizontalLayout">
0059         <item>
0060          <widget class="QPushButton" name="selectAllPushButton">
0061           <property name="text">
0062            <string comment="@action:button">Select &amp;All</string>
0063           </property>
0064          </widget>
0065         </item>
0066         <item>
0067          <widget class="QPushButton" name="deselectAllPushButton">
0068           <property name="text">
0069            <string comment="@action:button">&amp;Deselect All</string>
0070           </property>
0071          </widget>
0072         </item>
0073         <item>
0074          <widget class="QWidget" name="extraFunctionWidget" native="true"/>
0075         </item>
0076        </layout>
0077       </item>
0078      </layout>
0079     </widget>
0080    </item>
0081   </layout>
0082  </widget>
0083  <resources/>
0084  <connections/>
0085 </ui>