Warning, /graphics/kdiagram/examples/Gantt/legend_example/entrydialog.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>EntryDialog</class>
0004  <widget class="QDialog" name="EntryDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>439</width>
0010     <height>206</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <layout class="QHBoxLayout">
0016      <item>
0017       <widget class="QLabel" name="label">
0018        <property name="text">
0019         <string>Name</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QLineEdit" name="name"/>
0025      </item>
0026     </layout>
0027    </item>
0028    <item>
0029     <layout class="QHBoxLayout">
0030      <item>
0031       <widget class="QLabel" name="label_6">
0032        <property name="text">
0033         <string>Legend</string>
0034        </property>
0035       </widget>
0036      </item>
0037      <item>
0038       <widget class="QLineEdit" name="legend"/>
0039      </item>
0040     </layout>
0041    </item>
0042    <item>
0043     <layout class="QGridLayout">
0044      <item row="0" column="0">
0045       <widget class="QLabel" name="label_2">
0046        <property name="text">
0047         <string>Type</string>
0048        </property>
0049       </widget>
0050      </item>
0051      <item row="0" column="1">
0052       <widget class="QComboBox" name="type"/>
0053      </item>
0054      <item row="0" column="2">
0055       <spacer>
0056        <property name="orientation">
0057         <enum>Qt::Horizontal</enum>
0058        </property>
0059        <property name="sizeHint" stdset="0">
0060         <size>
0061          <width>41</width>
0062          <height>20</height>
0063         </size>
0064        </property>
0065       </spacer>
0066      </item>
0067      <item row="0" column="3">
0068       <widget class="QLabel" name="label_3">
0069        <property name="text">
0070         <string>Start date</string>
0071        </property>
0072       </widget>
0073      </item>
0074      <item row="0" column="4">
0075       <widget class="QDateTimeEdit" name="startDate">
0076        <property name="calendarPopup">
0077         <bool>true</bool>
0078        </property>
0079       </widget>
0080      </item>
0081      <item row="1" column="0">
0082       <widget class="QLabel" name="label_5">
0083        <property name="text">
0084         <string>Completion</string>
0085        </property>
0086       </widget>
0087      </item>
0088      <item row="1" column="1">
0089       <widget class="QSpinBox" name="completion">
0090        <property name="suffix">
0091         <string>%</string>
0092        </property>
0093        <property name="maximum">
0094         <number>100</number>
0095        </property>
0096       </widget>
0097      </item>
0098      <item row="1" column="3">
0099       <widget class="QLabel" name="label_EndDate">
0100        <property name="text">
0101         <string>End date</string>
0102        </property>
0103       </widget>
0104      </item>
0105      <item row="1" column="4">
0106       <widget class="QDateTimeEdit" name="endDate">
0107        <property name="calendarPopup">
0108         <bool>true</bool>
0109        </property>
0110       </widget>
0111      </item>
0112      <item row="2" column="0" colspan="2">
0113       <widget class="QCheckBox" name="readOnly">
0114        <property name="text">
0115         <string>Read Only</string>
0116        </property>
0117       </widget>
0118      </item>
0119      <item row="2" column="3">
0120       <widget class="QLabel" name="dependsLabel">
0121        <property name="text">
0122         <string>Depends on</string>
0123        </property>
0124       </widget>
0125      </item>
0126      <item row="2" column="4">
0127       <widget class="QComboBox" name="depends">
0128        <item>
0129         <property name="text">
0130          <string>- None -</string>
0131         </property>
0132        </item>
0133       </widget>
0134      </item>
0135     </layout>
0136    </item>
0137    <item>
0138     <widget class="QDialogButtonBox" name="buttonBox">
0139      <property name="orientation">
0140       <enum>Qt::Horizontal</enum>
0141      </property>
0142      <property name="standardButtons">
0143       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0144      </property>
0145     </widget>
0146    </item>
0147   </layout>
0148  </widget>
0149  <resources/>
0150  <connections>
0151   <connection>
0152    <sender>buttonBox</sender>
0153    <signal>accepted()</signal>
0154    <receiver>EntryDialog</receiver>
0155    <slot>accept()</slot>
0156    <hints>
0157     <hint type="sourcelabel">
0158      <x>248</x>
0159      <y>254</y>
0160     </hint>
0161     <hint type="destinationlabel">
0162      <x>157</x>
0163      <y>274</y>
0164     </hint>
0165    </hints>
0166   </connection>
0167   <connection>
0168    <sender>buttonBox</sender>
0169    <signal>rejected()</signal>
0170    <receiver>EntryDialog</receiver>
0171    <slot>reject()</slot>
0172    <hints>
0173     <hint type="sourcelabel">
0174      <x>316</x>
0175      <y>260</y>
0176     </hint>
0177     <hint type="destinationlabel">
0178      <x>286</x>
0179      <y>274</y>
0180     </hint>
0181    </hints>
0182   </connection>
0183  </connections>
0184 </ui>