Warning, /kdevelop/kdevelop/plugins/filetemplates/templatepreviewtoolview.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>TemplatePreviewToolView</class>
0004  <widget class="QWidget" name="TemplatePreviewToolView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>686</width>
0010     <height>571</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <widget class="KMessageWidget" name="messageWidget" native="true">
0019      <property name="wordWrap">
0020       <bool>true</bool>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="TemplatePreview" name="preview" native="true"/>
0026    </item>
0027    <item>
0028     <widget class="QGroupBox" name="groupBox_2">
0029      <property name="title">
0030       <string comment="@title:group">Template Type</string>
0031      </property>
0032      <property name="flat">
0033       <bool>true</bool>
0034      </property>
0035      <layout class="QVBoxLayout" name="verticalLayout_2">
0036       <item>
0037        <widget class="QRadioButton" name="projectRadioButton">
0038         <property name="text">
0039          <string comment="@option:radio">Project template</string>
0040         </property>
0041         <property name="checked">
0042          <bool>true</bool>
0043         </property>
0044        </widget>
0045       </item>
0046       <item>
0047        <widget class="QRadioButton" name="classRadioButton">
0048         <property name="text">
0049          <string comment="@option:radio">Class template</string>
0050         </property>
0051        </widget>
0052       </item>
0053       <item>
0054        <layout class="QHBoxLayout" name="horizontalLayout">
0055         <item>
0056          <widget class="QLabel" name="emptyLinesPolicyLabel">
0057           <property name="enabled">
0058            <bool>false</bool>
0059           </property>
0060           <property name="text">
0061            <string comment="@label:listbox">&amp;Empty lines policy:</string>
0062           </property>
0063           <property name="wordWrap">
0064            <bool>true</bool>
0065           </property>
0066           <property name="buddy">
0067            <cstring>emptyLinesPolicyComboBox</cstring>
0068           </property>
0069          </widget>
0070         </item>
0071         <item>
0072          <widget class="QComboBox" name="emptyLinesPolicyComboBox">
0073           <property name="enabled">
0074            <bool>false</bool>
0075           </property>
0076           <item>
0077            <property name="text">
0078             <string comment="@item:inlistbox empty line policy">Keep Empty Lines</string>
0079            </property>
0080           </item>
0081           <item>
0082            <property name="text">
0083             <string comment="@item:inlistbox empty line policy">Remove Repeated Empty Lines</string>
0084            </property>
0085           </item>
0086           <item>
0087            <property name="text">
0088             <string comment="@item:inlistbox empty line policy">Remove All Empty Lines</string>
0089            </property>
0090           </item>
0091          </widget>
0092         </item>
0093         <item>
0094          <spacer name="horizontalSpacer">
0095           <property name="orientation">
0096            <enum>Qt::Horizontal</enum>
0097           </property>
0098           <property name="sizeHint" stdset="0">
0099            <size>
0100             <width>40</width>
0101             <height>20</height>
0102            </size>
0103           </property>
0104          </spacer>
0105         </item>
0106        </layout>
0107       </item>
0108      </layout>
0109     </widget>
0110    </item>
0111   </layout>
0112  </widget>
0113  <customwidgets>
0114   <customwidget>
0115    <class>KMessageWidget</class>
0116    <extends>QFrame</extends>
0117    <header>KMessageWidget</header>
0118    <container>1</container>
0119   </customwidget>
0120   <customwidget>
0121    <class>TemplatePreview</class>
0122    <extends>QWidget</extends>
0123    <header>templatepreview.h</header>
0124    <container>1</container>
0125   </customwidget>
0126  </customwidgets>
0127  <resources/>
0128  <connections>
0129   <connection>
0130    <sender>classRadioButton</sender>
0131    <signal>toggled(bool)</signal>
0132    <receiver>emptyLinesPolicyComboBox</receiver>
0133    <slot>setEnabled(bool)</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>76</x>
0137      <y>69</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>171</x>
0141      <y>100</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145   <connection>
0146    <sender>classRadioButton</sender>
0147    <signal>toggled(bool)</signal>
0148    <receiver>emptyLinesPolicyLabel</receiver>
0149    <slot>setEnabled(bool)</slot>
0150    <hints>
0151     <hint type="sourcelabel">
0152      <x>55</x>
0153      <y>70</y>
0154     </hint>
0155     <hint type="destinationlabel">
0156      <x>55</x>
0157      <y>101</y>
0158     </hint>
0159    </hints>
0160   </connection>
0161  </connections>
0162 </ui>