Warning, /graphics/kxstitch/ui/NewFloss.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>NewFloss</class>
0004  <widget class="QWidget" name="NewFloss">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>118</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Create New Floss</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Scheme</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1">
0025     <widget class="QLabel" name="SchemeName">
0026      <property name="text">
0027       <string notr="true">Floss Scheme Name</string>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="1" column="0">
0032     <widget class="QLabel" name="label_2">
0033      <property name="text">
0034       <string>Floss name</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="1" column="1">
0039     <widget class="KLineEdit" name="FlossName"/>
0040    </item>
0041    <item row="2" column="0">
0042     <widget class="QLabel" name="label_3">
0043      <property name="text">
0044       <string>Description</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="2" column="1">
0049     <widget class="KLineEdit" name="FlossDescription"/>
0050    </item>
0051    <item row="3" column="0">
0052     <widget class="QLabel" name="label_4">
0053      <property name="toolTip">
0054       <string/>
0055      </property>
0056      <property name="text">
0057       <string comment="Color chooser">Color</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item row="3" column="1">
0062     <widget class="KColorButton" name="ColorButton"/>
0063    </item>
0064    <item row="4" column="0" colspan="2">
0065     <widget class="QDialogButtonBox" name="DialogButtonBox">
0066      <property name="standardButtons">
0067       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
0068      </property>
0069     </widget>
0070    </item>
0071   </layout>
0072  </widget>
0073  <customwidgets>
0074   <customwidget>
0075    <class>KLineEdit</class>
0076    <extends>QLineEdit</extends>
0077    <header>klineedit.h</header>
0078   </customwidget>
0079   <customwidget>
0080    <class>KColorButton</class>
0081    <extends>QPushButton</extends>
0082    <header>kcolorbutton.h</header>
0083   </customwidget>
0084  </customwidgets>
0085  <resources/>
0086  <connections/>
0087 </ui>