Warning, /pim/kjots/src/linkdialog.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>LinkDialog</class>
0004  <widget class="QDialog" name="LinkDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>485</width>
0010     <height>127</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Manage Link</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="link">
0018     <normaloff>.</normaloff>.</iconset>
0019   </property>
0020   <property name="modal">
0021    <bool>true</bool>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout">
0024    <item>
0025     <layout class="QFormLayout" name="formLayout">
0026      <item row="0" column="0">
0027       <widget class="QLabel" name="textLabel">
0028        <property name="text">
0029         <string>Link &amp;Text:</string>
0030        </property>
0031        <property name="buddy">
0032         <cstring>textEdit</cstring>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="0" column="1">
0037       <widget class="QLineEdit" name="textEdit">
0038        <property name="clearButtonEnabled">
0039         <bool>true</bool>
0040        </property>
0041       </widget>
0042      </item>
0043      <item row="1" column="0">
0044       <widget class="QLabel" name="linkUrlLabel">
0045        <property name="text">
0046         <string>Link URL:</string>
0047        </property>
0048       </widget>
0049      </item>
0050      <item row="1" column="1">
0051       <widget class="QComboBox" name="hrefCombo">
0052        <property name="editable">
0053         <bool>true</bool>
0054        </property>
0055        <property name="insertPolicy">
0056         <enum>QComboBox::NoInsert</enum>
0057        </property>
0058       </widget>
0059      </item>
0060     </layout>
0061    </item>
0062    <item>
0063     <widget class="QDialogButtonBox" name="buttonBox">
0064      <property name="orientation">
0065       <enum>Qt::Horizontal</enum>
0066      </property>
0067      <property name="standardButtons">
0068       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0069      </property>
0070     </widget>
0071    </item>
0072   </layout>
0073  </widget>
0074  <resources/>
0075  <connections>
0076   <connection>
0077    <sender>buttonBox</sender>
0078    <signal>accepted()</signal>
0079    <receiver>LinkDialog</receiver>
0080    <slot>accept()</slot>
0081    <hints>
0082     <hint type="sourcelabel">
0083      <x>224</x>
0084      <y>197</y>
0085     </hint>
0086     <hint type="destinationlabel">
0087      <x>157</x>
0088      <y>223</y>
0089     </hint>
0090    </hints>
0091   </connection>
0092   <connection>
0093    <sender>buttonBox</sender>
0094    <signal>rejected()</signal>
0095    <receiver>LinkDialog</receiver>
0096    <slot>reject()</slot>
0097    <hints>
0098     <hint type="sourcelabel">
0099      <x>292</x>
0100      <y>203</y>
0101     </hint>
0102     <hint type="destinationlabel">
0103      <x>286</x>
0104      <y>223</y>
0105     </hint>
0106    </hints>
0107   </connection>
0108  </connections>
0109 </ui>