Warning, /kdevelop/kdevelop/file_templates/classes/qt_widget/class.ui is written in an unsupported language. File is not indexed.

0001 {% with namespaces|join:"::"|default:"::"|add:"::"|cut:"::::"|add:name as ns_prefixed_name %}
0002 <?xml version="1.0" encoding="UTF-8"?>
0003 <ui version="4.0">
0004  <class>{{ ns_prefixed_name }}</class>
0005  <widget class="QWidget" name="{{ ns_prefixed_name }}">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>400</width>
0011     <height>300</height>
0012    </rect>
0013   </property>
0014  </widget>
0015  <resources/>
0016  <connections/>
0017 </ui>
0018 {% endwith %}