Warning, /kdevelop/kdev-python/codegen/correctionwidget.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>CorrectionWidget</class>
0004  <widget class="QWidget" name="CorrectionWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>484</width>
0010     <height>167</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Specify correct type</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <layout class="QFormLayout" name="formLayout">
0025      <item row="0" column="0">
0026       <widget class="QLabel" name="givenKindLabel">
0027        <property name="text">
0028         <string>Kind:</string>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QLabel" name="kindLabel">
0034        <property name="text">
0035         <string/>
0036        </property>
0037       </widget>
0038      </item>
0039      <item row="1" column="0">
0040       <widget class="QLabel" name="givenIdentifierLabel">
0041        <property name="text">
0042         <string>Identifier:</string>
0043        </property>
0044       </widget>
0045      </item>
0046      <item row="1" column="1">
0047       <widget class="QLabel" name="identifierLabel">
0048        <property name="text">
0049         <string/>
0050        </property>
0051       </widget>
0052      </item>
0053      <item row="2" column="0">
0054       <widget class="QLabel" name="typeLabel">
0055        <property name="text">
0056         <string>Correct type:</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item row="2" column="1">
0061       <widget class="QLineEdit" name="typeText">
0062        <property name="placeholderText">
0063         <string>Code which evaluates to the type, e.g. int()</string>
0064        </property>
0065       </widget>
0066      </item>
0067      <item row="3" column="0">
0068       <widget class="QLabel" name="importsLabel">
0069        <property name="text">
0070         <string>Required modules:</string>
0071        </property>
0072       </widget>
0073      </item>
0074      <item row="3" column="1">
0075       <widget class="QLineEdit" name="importsText">
0076        <property name="placeholderText">
0077         <string>A comma separated list of modules required for the type</string>
0078        </property>
0079       </widget>
0080      </item>
0081     </layout>
0082    </item>
0083    <item>
0084     <widget class="QDialogButtonBox" name="buttonBox">
0085      <property name="standardButtons">
0086       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0087      </property>
0088     </widget>
0089    </item>
0090   </layout>
0091  </widget>
0092  <resources/>
0093  <connections/>
0094 </ui>