Warning, /sdk/ktechlab/src/gui/gpasmsettingswidget.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>GpasmSettingsWidget</class>
0004  <widget class="QWidget" name="GpasmSettingsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>278</width>
0010     <height>168</height>
0011    </rect>
0012   </property>
0013   <property name="toolTip">
0014    <string/>
0015   </property>
0016   <layout class="QGridLayout">
0017    <property name="leftMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <item row="1" column="0" colspan="2">
0030     <widget class="QLabel" name="textLabel2">
0031      <property name="text">
0032       <string>Radix (-r):</string>
0033      </property>
0034      <property name="wordWrap">
0035       <bool>false</bool>
0036      </property>
0037     </widget>
0038    </item>
0039    <item row="2" column="0" colspan="2">
0040     <widget class="QLabel" name="textLabel3">
0041      <property name="text">
0042       <string>Warning level (-w):</string>
0043      </property>
0044      <property name="wordWrap">
0045       <bool>false</bool>
0046      </property>
0047     </widget>
0048    </item>
0049    <item row="0" column="0" colspan="2">
0050     <widget class="QLabel" name="textLabel1">
0051      <property name="text">
0052       <string>Hex Format (-a):</string>
0053      </property>
0054      <property name="wordWrap">
0055       <bool>false</bool>
0056      </property>
0057     </widget>
0058    </item>
0059    <item row="3" column="0" colspan="4">
0060     <widget class="QCheckBox" name="kcfg_IgnoreCase">
0061      <property name="toolTip">
0062       <string>All user defined symbols and macros are case sensitive. This option makes them case insensitive.</string>
0063      </property>
0064      <property name="text">
0065       <string>Ign&amp;ore case (-i)</string>
0066      </property>
0067     </widget>
0068    </item>
0069    <item row="4" column="0" colspan="4">
0070     <widget class="QCheckBox" name="kcfg_DosFormat">
0071      <property name="toolTip">
0072       <string>By default, gpasm generates hex files using ISO format. However, some device programmers required a DOS formatted file. This option will cause gpasm to generate a DOS formatted hex file. </string>
0073      </property>
0074      <property name="text">
0075       <string>Generate DOS-formatted hex file (-&amp;n)</string>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="6" column="0">
0080     <spacer name="spacer18">
0081      <property name="orientation">
0082       <enum>Qt::Vertical</enum>
0083      </property>
0084      <property name="sizeType">
0085       <enum>QSizePolicy::Expanding</enum>
0086      </property>
0087      <property name="sizeHint" stdset="0">
0088       <size>
0089        <width>20</width>
0090        <height>16</height>
0091       </size>
0092      </property>
0093     </spacer>
0094    </item>
0095    <item row="0" column="3">
0096     <widget class="QComboBox" name="kcfg_HexFormat">
0097      <property name="sizePolicy">
0098       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0099        <horstretch>0</horstretch>
0100        <verstretch>0</verstretch>
0101       </sizepolicy>
0102      </property>
0103      <property name="toolTip">
0104       <string>GPASM supports inhx8m, inhx8s, inhx16, and inhx32 hex file formats. This option controls which hex file format is used.</string>
0105      </property>
0106      <item>
0107       <property name="text">
0108        <string>inhx32</string>
0109       </property>
0110      </item>
0111      <item>
0112       <property name="text">
0113        <string>inhx8m</string>
0114       </property>
0115      </item>
0116      <item>
0117       <property name="text">
0118        <string>inhx8s</string>
0119       </property>
0120      </item>
0121      <item>
0122       <property name="text">
0123        <string>inhx16</string>
0124       </property>
0125      </item>
0126     </widget>
0127    </item>
0128    <item row="1" column="3">
0129     <widget class="KComboBox" name="kcfg_Radix">
0130      <property name="sizePolicy">
0131       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0132        <horstretch>0</horstretch>
0133        <verstretch>0</verstretch>
0134       </sizepolicy>
0135      </property>
0136      <item>
0137       <property name="text">
0138        <string>Decimal</string>
0139       </property>
0140      </item>
0141      <item>
0142       <property name="text">
0143        <string>Binary</string>
0144       </property>
0145      </item>
0146      <item>
0147       <property name="text">
0148        <string>Octal</string>
0149       </property>
0150      </item>
0151      <item>
0152       <property name="text">
0153        <string>Hexadecimal</string>
0154       </property>
0155      </item>
0156     </widget>
0157    </item>
0158    <item row="2" column="3">
0159     <widget class="KComboBox" name="kcfg_GpasmWarningLevel">
0160      <property name="sizePolicy">
0161       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0162        <horstretch>0</horstretch>
0163        <verstretch>0</verstretch>
0164       </sizepolicy>
0165      </property>
0166      <property name="toolTip">
0167       <string>This sets the threshold of messages displayed in the log view.&lt;ul&gt;&lt;li&gt;&quot;All&quot; will display all output - information, warnings and errors.&lt;li&gt;&quot;Warnings&quot; will suppress messages. &lt;li&gt;&quot;Errors&quot; will suppress both messages and warnings.&lt;/ul&gt;</string>
0168      </property>
0169      <item>
0170       <property name="text">
0171        <string>All</string>
0172       </property>
0173      </item>
0174      <item>
0175       <property name="text">
0176        <string>Warnings</string>
0177       </property>
0178      </item>
0179      <item>
0180       <property name="text">
0181        <string>Errors</string>
0182       </property>
0183      </item>
0184     </widget>
0185    </item>
0186    <item row="1" column="2">
0187     <spacer name="spacer10">
0188      <property name="orientation">
0189       <enum>Qt::Horizontal</enum>
0190      </property>
0191      <property name="sizeType">
0192       <enum>QSizePolicy::Expanding</enum>
0193      </property>
0194      <property name="sizeHint" stdset="0">
0195       <size>
0196        <width>40</width>
0197        <height>20</height>
0198       </size>
0199      </property>
0200     </spacer>
0201    </item>
0202    <item row="0" column="2">
0203     <spacer name="spacer11">
0204      <property name="orientation">
0205       <enum>Qt::Horizontal</enum>
0206      </property>
0207      <property name="sizeType">
0208       <enum>QSizePolicy::Expanding</enum>
0209      </property>
0210      <property name="sizeHint" stdset="0">
0211       <size>
0212        <width>40</width>
0213        <height>20</height>
0214       </size>
0215      </property>
0216     </spacer>
0217    </item>
0218    <item row="2" column="2">
0219     <spacer name="spacer12">
0220      <property name="orientation">
0221       <enum>Qt::Horizontal</enum>
0222      </property>
0223      <property name="sizeType">
0224       <enum>QSizePolicy::Expanding</enum>
0225      </property>
0226      <property name="sizeHint" stdset="0">
0227       <size>
0228        <width>40</width>
0229        <height>20</height>
0230       </size>
0231      </property>
0232     </spacer>
0233    </item>
0234    <item row="5" column="0">
0235     <widget class="QLabel" name="textLabel1_2">
0236      <property name="text">
0237       <string>Other options:</string>
0238      </property>
0239      <property name="wordWrap">
0240       <bool>false</bool>
0241      </property>
0242     </widget>
0243    </item>
0244    <item row="5" column="1" colspan="3">
0245     <widget class="KLineEdit" name="kcfg_MiscGpasmOptions" native="true">
0246      <property name="sizePolicy">
0247       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0248        <horstretch>0</horstretch>
0249        <verstretch>0</verstretch>
0250       </sizepolicy>
0251      </property>
0252     </widget>
0253    </item>
0254   </layout>
0255  </widget>
0256  <customwidgets>
0257   <customwidget>
0258    <class>KComboBox</class>
0259    <extends>QComboBox</extends>
0260    <header location="global">kcombobox.h</header>
0261   </customwidget>
0262   <customwidget>
0263    <class>KLineEdit</class>
0264    <extends>QLineEdit</extends>
0265    <header>klineedit.h</header>
0266   </customwidget>
0267  </customwidgets>
0268  <tabstops>
0269   <tabstop>kcfg_HexFormat</tabstop>
0270   <tabstop>kcfg_Radix</tabstop>
0271   <tabstop>kcfg_GpasmWarningLevel</tabstop>
0272   <tabstop>kcfg_IgnoreCase</tabstop>
0273   <tabstop>kcfg_DosFormat</tabstop>
0274  </tabstops>
0275  <resources/>
0276  <connections/>
0277 </ui>