Warning, /education/marble/src/lib/marble/EditBookmarkDialog.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>UiEditBookmarkDialog</class>
0004  <widget class="QDialog" name="UiEditBookmarkDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>354</width>
0010     <height>394</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Edit Bookmark</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="Marble::PlacemarkEditHeader" name="m_header" native="true"/>
0019    </item>
0020    <item>
0021     <layout class="QFormLayout" name="formLayout">
0022      <item row="0" column="0">
0023       <widget class="QLabel" name="description_lbl">
0024        <property name="text">
0025         <string>&amp;Description:</string>
0026        </property>
0027        <property name="buddy">
0028         <cstring>m_description</cstring>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QTextEdit" name="m_description">
0034        <property name="sizePolicy">
0035         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0036          <horstretch>0</horstretch>
0037          <verstretch>0</verstretch>
0038         </sizepolicy>
0039        </property>
0040        <property name="html">
0041         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0042 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0043 p, li { white-space: pre-wrap; }
0044 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0045 &lt;table border=&quot;0&quot; style=&quot;-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;&quot;&gt;
0046 &lt;tr&gt;
0047 &lt;td style=&quot;border: none;&quot;&gt;
0048 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu';&quot;&gt;&lt;br /&gt;&lt;/p&gt;
0049 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu';&quot;&gt;&lt;br /&gt;&lt;/p&gt;
0050 &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
0051        </property>
0052       </widget>
0053      </item>
0054      <item row="1" column="0">
0055       <widget class="QLabel" name="folder_lbl">
0056        <property name="text">
0057         <string>&amp;Folder:</string>
0058        </property>
0059        <property name="buddy">
0060         <cstring>m_folders</cstring>
0061        </property>
0062       </widget>
0063      </item>
0064      <item row="1" column="1">
0065       <layout class="QHBoxLayout" name="horizontalLayout">
0066        <item>
0067         <widget class="QComboBox" name="m_folders">
0068          <property name="sizePolicy">
0069           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0070            <horstretch>0</horstretch>
0071            <verstretch>0</verstretch>
0072           </sizepolicy>
0073          </property>
0074         </widget>
0075        </item>
0076        <item>
0077         <widget class="QPushButton" name="m_newFolderButton">
0078          <property name="text">
0079           <string>&amp;Add Folder...</string>
0080          </property>
0081         </widget>
0082        </item>
0083       </layout>
0084      </item>
0085      <item row="2" column="0" colspan="2">
0086       <widget class="QDialogButtonBox" name="buttonBox">
0087        <property name="standardButtons">
0088         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0089        </property>
0090       </widget>
0091      </item>
0092     </layout>
0093    </item>
0094   </layout>
0095  </widget>
0096  <customwidgets>
0097   <customwidget>
0098    <class>Marble::PlacemarkEditHeader</class>
0099    <extends>QWidget</extends>
0100    <header>PlacemarkEditHeader.h</header>
0101   </customwidget>
0102  </customwidgets>
0103  <tabstops>
0104   <tabstop>m_description</tabstop>
0105   <tabstop>m_folders</tabstop>
0106  </tabstops>
0107  <resources/>
0108  <connections>
0109   <connection>
0110    <sender>buttonBox</sender>
0111    <signal>accepted()</signal>
0112    <receiver>UiEditBookmarkDialog</receiver>
0113    <slot>accept()</slot>
0114    <hints>
0115     <hint type="sourcelabel">
0116      <x>166</x>
0117      <y>282</y>
0118     </hint>
0119     <hint type="destinationlabel">
0120      <x>225</x>
0121      <y>151</y>
0122     </hint>
0123    </hints>
0124   </connection>
0125   <connection>
0126    <sender>buttonBox</sender>
0127    <signal>rejected()</signal>
0128    <receiver>UiEditBookmarkDialog</receiver>
0129    <slot>reject()</slot>
0130    <hints>
0131     <hint type="sourcelabel">
0132      <x>166</x>
0133      <y>282</y>
0134     </hint>
0135     <hint type="destinationlabel">
0136      <x>225</x>
0137      <y>151</y>
0138     </hint>
0139    </hints>
0140   </connection>
0141  </connections>
0142 </ui>