Warning, /sdk/ktechlab/src/gui/newfilewidget.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>NewFileWidget</class>
0004  <widget class="QWidget" name="NewFileWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>600</width>
0010     <height>145</height>
0011    </rect>
0012   </property>
0013   <property name="whatsThis">
0014    <string>Select the type of file you wish to create.&lt;br&gt;
0015 &lt;p&gt;
0016 &lt;b&gt;Pic Program&lt;/b&gt;&lt;br&gt;
0017 Creates a new PIC program, with flow chart editor. Select the target device for your program below.
0018 &lt;p&gt;
0019 &lt;b&gt;Circuit&lt;/b&gt;&lt;br&gt;
0020 Creates a new circuit, with drag and drop editor. Real time simulation of the circuit occurs automatically.</string>
0021   </property>
0022   <layout class="QGridLayout">
0023    <property name="leftMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="topMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="rightMargin">
0030     <number>0</number>
0031    </property>
0032    <property name="bottomMargin">
0033     <number>0</number>
0034    </property>
0035    <item row="2" column="0" colspan="3">
0036     <widget class="MicroSelectWidget" name="m_pMicroSelect" native="true">
0037      <property name="sizePolicy">
0038       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0039        <horstretch>0</horstretch>
0040        <verstretch>0</verstretch>
0041       </sizepolicy>
0042      </property>
0043      <property name="minimumSize">
0044       <size>
0045        <width>0</width>
0046        <height>0</height>
0047       </size>
0048      </property>
0049      <property name="maximumSize">
0050       <size>
0051        <width>32767</width>
0052        <height>32767</height>
0053       </size>
0054      </property>
0055     </widget>
0056    </item>
0057    <item row="0" column="0" colspan="3">
0058     <widget class="QLabel" name="textLabel1">
0059      <property name="sizePolicy">
0060       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0061        <horstretch>0</horstretch>
0062        <verstretch>0</verstretch>
0063       </sizepolicy>
0064      </property>
0065      <property name="font">
0066       <font>
0067        <weight>75</weight>
0068        <bold>true</bold>
0069       </font>
0070      </property>
0071      <property name="text">
0072       <string>New File Details</string>
0073      </property>
0074      <property name="wordWrap">
0075       <bool>false</bool>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="1" column="0">
0080     <widget class="QLabel" name="textLabel1_2_2">
0081      <property name="text">
0082       <string>File Type:</string>
0083      </property>
0084      <property name="alignment">
0085       <set>Qt::AlignVCenter</set>
0086      </property>
0087      <property name="wordWrap">
0088       <bool>false</bool>
0089      </property>
0090     </widget>
0091    </item>
0092    <item row="1" column="1">
0093     <widget class="QListWidget" name="typeIconView">
0094      <property name="sizePolicy">
0095       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0096        <horstretch>0</horstretch>
0097        <verstretch>0</verstretch>
0098       </sizepolicy>
0099      </property>
0100      <property name="movement">
0101       <enum>QListView::Static</enum>
0102      </property>
0103      <property name="isWrapping" stdset="0">
0104       <bool>false</bool>
0105      </property>
0106      <property name="resizeMode">
0107       <enum>QListView::Fixed</enum>
0108      </property>
0109      <property name="spacing">
0110       <number>20</number>
0111      </property>
0112      <property name="viewMode">
0113       <enum>QListView::IconMode</enum>
0114      </property>
0115      <property name="wordWrap">
0116       <bool>true</bool>
0117      </property>
0118     </widget>
0119    </item>
0120    <item row="4" column="1">
0121     <widget class="QCheckBox" name="addToProjectCheck">
0122      <property name="sizePolicy">
0123       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0124        <horstretch>0</horstretch>
0125        <verstretch>0</verstretch>
0126       </sizepolicy>
0127      </property>
0128      <property name="text">
0129       <string>&amp;Add to project</string>
0130      </property>
0131      <property name="checked">
0132       <bool>true</bool>
0133      </property>
0134     </widget>
0135    </item>
0136   </layout>
0137  </widget>
0138  <customwidgets>
0139   <customwidget>
0140    <class>MicroSelectWidget</class>
0141    <extends>QWidget</extends>
0142    <header>microselectwidget.h</header>
0143   </customwidget>
0144  </customwidgets>
0145  <resources/>
0146  <connections/>
0147 </ui>