Warning, /education/kstars/kstars/dialogs/catalogeditform.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>CatalogEditForm</class>
0004  <widget class="QDialog" name="CatalogsUInewCatalog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Create/Edit Catalog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QFormLayout" name="formLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>ID:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QSpinBox" name="id">
0028        <property name="minimum">
0029         <number>1000</number>
0030        </property>
0031        <property name="maximum">
0032         <number>2000</number>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="1" column="0">
0037       <widget class="QLabel" name="label_2">
0038        <property name="text">
0039         <string>Name:</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item row="2" column="0">
0044       <widget class="QLabel" name="label_4">
0045        <property name="text">
0046         <string>Author:</string>
0047        </property>
0048       </widget>
0049      </item>
0050      <item row="4" column="0">
0051       <widget class="QLabel" name="label_5">
0052        <property name="text">
0053         <string>Source:</string>
0054        </property>
0055       </widget>
0056      </item>
0057      <item row="7" column="0">
0058       <widget class="QLabel" name="label_6">
0059        <property name="text">
0060         <string>Description:</string>
0061        </property>
0062       </widget>
0063      </item>
0064      <item row="1" column="1">
0065       <widget class="QLineEdit" name="name"/>
0066      </item>
0067      <item row="2" column="1">
0068       <widget class="QLineEdit" name="author"/>
0069      </item>
0070      <item row="4" column="1">
0071       <widget class="QLineEdit" name="source"/>
0072      </item>
0073      <item row="7" column="1">
0074       <widget class="QTextEdit" name="description"/>
0075      </item>
0076      <item row="5" column="0">
0077       <widget class="QLabel" name="label_3">
0078        <property name="text">
0079         <string>Color:</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item row="5" column="1">
0084       <widget class="QPushButton" name="color">
0085        <property name="text">
0086         <string>Edit</string>
0087        </property>
0088       </widget>
0089      </item>
0090      <item row="3" column="0">
0091       <widget class="QLabel" name="label_7">
0092        <property name="text">
0093         <string>Maintainer:</string>
0094        </property>
0095       </widget>
0096      </item>
0097      <item row="3" column="1">
0098       <widget class="QLineEdit" name="maintainer"/>
0099      </item>
0100      <item row="6" column="0">
0101       <widget class="QLabel" name="label_8">
0102        <property name="text">
0103         <string>License:</string>
0104        </property>
0105       </widget>
0106      </item>
0107      <item row="6" column="1">
0108       <widget class="QLineEdit" name="license"/>
0109      </item>
0110     </layout>
0111    </item>
0112    <item>
0113     <widget class="QDialogButtonBox" name="buttonBox">
0114      <property name="orientation">
0115       <enum>Qt::Horizontal</enum>
0116      </property>
0117      <property name="standardButtons">
0118       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0119      </property>
0120     </widget>
0121    </item>
0122   </layout>
0123  </widget>
0124  <resources/>
0125  <connections>
0126   <connection>
0127    <sender>buttonBox</sender>
0128    <signal>accepted()</signal>
0129    <receiver>CatalogsUInewCatalog</receiver>
0130    <slot>accept()</slot>
0131    <hints>
0132     <hint type="sourcelabel">
0133      <x>248</x>
0134      <y>254</y>
0135     </hint>
0136     <hint type="destinationlabel">
0137      <x>157</x>
0138      <y>274</y>
0139     </hint>
0140    </hints>
0141   </connection>
0142   <connection>
0143    <sender>buttonBox</sender>
0144    <signal>rejected()</signal>
0145    <receiver>CatalogsUInewCatalog</receiver>
0146    <slot>reject()</slot>
0147    <hints>
0148     <hint type="sourcelabel">
0149      <x>316</x>
0150      <y>260</y>
0151     </hint>
0152     <hint type="destinationlabel">
0153      <x>286</x>
0154      <y>274</y>
0155     </hint>
0156    </hints>
0157   </connection>
0158  </connections>
0159 </ui>