Warning, /graphics/kdiagram/tests/Gantt/apireview/entrydialog.ui is written in an unsupported language. File is not indexed.

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