Warning, /education/marble/src/lib/marble/AddLinkDialog.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>UiAddLinkDialog</class>
0004  <widget class="QDialog" name="UiAddLinkDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>350</width>
0010     <height>72</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add link</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="m_urlLabel">
0021        <property name="text">
0022         <string>URL:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QLineEdit" name="m_url"/>
0028      </item>
0029      <item>
0030       <widget class="QLabel" name="m_nameLabel">
0031        <property name="text">
0032         <string>Name:</string>
0033        </property>
0034       </widget>
0035      </item>
0036      <item>
0037       <widget class="QLineEdit" name="m_name"/>
0038      </item>
0039     </layout>
0040    </item>
0041    <item>
0042     <widget class="QDialogButtonBox" name="buttonBox">
0043      <property name="orientation">
0044       <enum>Qt::Horizontal</enum>
0045      </property>
0046      <property name="standardButtons">
0047       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0048      </property>
0049     </widget>
0050    </item>
0051   </layout>
0052  </widget>
0053  <connections>
0054   <connection>
0055    <hints>
0056     <hint type="sourcelabel">
0057      <x>249</x>
0058      <y>407</y>
0059     </hint>
0060     <hint type="destinationlabel">
0061      <x>157</x>
0062      <y>253</y>
0063     </hint>
0064    </hints>
0065   </connection>
0066   <connection>
0067    <sender>buttonBox</sender>
0068    <signal>rejected()</signal>
0069    <receiver>UiAddLinkDialog</receiver>
0070    <slot>reject()</slot>
0071    <hints>
0072     <hint type="sourcelabel">
0073      <x>249</x>
0074      <y>407</y>
0075     </hint>
0076     <hint type="destinationlabel">
0077      <x>244</x>
0078      <y>253</y>
0079     </hint>
0080    </hints>
0081   </connection>
0082  </connections>
0083 </ui>