Warning, /education/marble/src/lib/marble/GoToDialog.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>GoTo</class>
0004  <widget class="QDialog" name="GoTo">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>368</width>
0010     <height>269</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Go To...</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <layout class="QHBoxLayout" name="horizontalLayout_2">
0019      <item>
0020       <widget class="QLineEdit" name="searchLineEdit"/>
0021      </item>
0022      <item>
0023       <widget class="QPushButton" name="progressButton">
0024        <property name="sizePolicy">
0025         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0026          <horstretch>0</horstretch>
0027          <verstretch>0</verstretch>
0028         </sizepolicy>
0029        </property>
0030        <property name="minimumSize">
0031         <size>
0032          <width>32</width>
0033          <height>32</height>
0034         </size>
0035        </property>
0036        <property name="text">
0037         <string/>
0038        </property>
0039        <property name="iconSize">
0040         <size>
0041          <width>32</width>
0042          <height>32</height>
0043         </size>
0044        </property>
0045        <property name="autoDefault">
0046         <bool>false</bool>
0047        </property>
0048        <property name="flat">
0049         <bool>true</bool>
0050        </property>
0051       </widget>
0052      </item>
0053     </layout>
0054    </item>
0055    <item row="1" column="0">
0056     <widget class="QListView" name="bookmarkListView">
0057      <property name="isWrapping" stdset="0">
0058       <bool>false</bool>
0059      </property>
0060      <property name="wordWrap">
0061       <bool>true</bool>
0062      </property>
0063     </widget>
0064    </item>
0065    <item row="1" column="1">
0066     <widget class="QDialogButtonBox" name="buttonBox">
0067      <property name="orientation">
0068       <enum>Qt::Vertical</enum>
0069      </property>
0070      <property name="standardButtons">
0071       <set>QDialogButtonBox::Close</set>
0072      </property>
0073     </widget>
0074    </item>
0075    <item row="2" column="0">
0076     <widget class="QLabel" name="descriptionLabel">
0077      <property name="text">
0078       <string>Enter a search term and press Enter. &lt;a href=&quot;https://userbase.kde.org/Marble/Search&quot;&gt;Details...&lt;/a&gt;</string>
0079      </property>
0080      <property name="wordWrap">
0081       <bool>true</bool>
0082      </property>
0083      <property name="openExternalLinks">
0084       <bool>true</bool>
0085      </property>
0086     </widget>
0087    </item>
0088    <item row="3" column="0">
0089     <layout class="QHBoxLayout" name="horizontalLayout">
0090      <item>
0091       <widget class="QRadioButton" name="browseButton">
0092        <property name="text">
0093         <string>Browse</string>
0094        </property>
0095        <property name="checked">
0096         <bool>true</bool>
0097        </property>
0098       </widget>
0099      </item>
0100      <item>
0101       <widget class="QRadioButton" name="searchButton">
0102        <property name="text">
0103         <string>Search</string>
0104        </property>
0105       </widget>
0106      </item>
0107     </layout>
0108    </item>
0109   </layout>
0110  </widget>
0111  <resources>
0112   <include location="libmarble.qrc"/>
0113   <include location="../marble.qrc"/>
0114  </resources>
0115  <connections>
0116   <connection>
0117    <sender>buttonBox</sender>
0118    <signal>accepted()</signal>
0119    <receiver>GoTo</receiver>
0120    <slot>accept()</slot>
0121    <hints>
0122     <hint type="sourcelabel">
0123      <x>248</x>
0124      <y>254</y>
0125     </hint>
0126     <hint type="destinationlabel">
0127      <x>157</x>
0128      <y>274</y>
0129     </hint>
0130    </hints>
0131   </connection>
0132   <connection>
0133    <sender>buttonBox</sender>
0134    <signal>rejected()</signal>
0135    <receiver>GoTo</receiver>
0136    <slot>reject()</slot>
0137    <hints>
0138     <hint type="sourcelabel">
0139      <x>316</x>
0140      <y>260</y>
0141     </hint>
0142     <hint type="destinationlabel">
0143      <x>286</x>
0144      <y>274</y>
0145     </hint>
0146    </hints>
0147   </connection>
0148  </connections>
0149 </ui>