Warning, /education/marble/src/lib/marble/BookmarkManagerDialog.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>UiBookmarkManagerDialog</class>
0004  <widget class="QDialog" name="UiBookmarkManagerDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>419</width>
0010     <height>262</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Bookmark Manager</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QPushButton" name="importButton">
0021        <property name="enabled">
0022         <bool>true</bool>
0023        </property>
0024        <property name="text">
0025         <string>Import Bookmarks...</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QPushButton" name="exportButton">
0031        <property name="enabled">
0032         <bool>true</bool>
0033        </property>
0034        <property name="text">
0035         <string>Export Bookmarks...</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <spacer name="horizontalSpacer_3">
0041        <property name="orientation">
0042         <enum>Qt::Horizontal</enum>
0043        </property>
0044        <property name="sizeHint" stdset="0">
0045         <size>
0046          <width>40</width>
0047          <height>20</height>
0048         </size>
0049        </property>
0050       </spacer>
0051      </item>
0052     </layout>
0053    </item>
0054    <item>
0055     <widget class="QSplitter" name="splitter">
0056      <property name="orientation">
0057       <enum>Qt::Horizontal</enum>
0058      </property>
0059      <widget class="QWidget" name="layoutWidget">
0060       <layout class="QGridLayout" name="foldersGridLayout">
0061        <item row="0" column="0">
0062         <widget class="QLabel" name="foldersLabel">
0063          <property name="text">
0064           <string>Folders</string>
0065          </property>
0066         </widget>
0067        </item>
0068        <item row="2" column="0">
0069         <widget class="QPushButton" name="newFolderButton">
0070          <property name="enabled">
0071           <bool>true</bool>
0072          </property>
0073          <property name="text">
0074           <string>New...</string>
0075          </property>
0076         </widget>
0077        </item>
0078        <item row="2" column="1">
0079         <widget class="QPushButton" name="renameFolderButton">
0080          <property name="text">
0081           <string>Rename...</string>
0082          </property>
0083         </widget>
0084        </item>
0085        <item row="2" column="2">
0086         <widget class="QPushButton" name="removeFolderButton">
0087          <property name="enabled">
0088           <bool>true</bool>
0089          </property>
0090          <property name="text">
0091           <string>Delete</string>
0092          </property>
0093         </widget>
0094        </item>
0095        <item row="2" column="3">
0096         <spacer name="horizontalSpacer_2">
0097          <property name="orientation">
0098           <enum>Qt::Horizontal</enum>
0099          </property>
0100          <property name="sizeHint" stdset="0">
0101           <size>
0102            <width>18</width>
0103            <height>20</height>
0104           </size>
0105          </property>
0106         </spacer>
0107        </item>
0108        <item row="1" column="0" colspan="4">
0109         <widget class="QTreeView" name="foldersTreeView"/>
0110        </item>
0111       </layout>
0112      </widget>
0113      <widget class="QWidget" name="layoutWidget1">
0114       <layout class="QGridLayout" name="bookmarksGridLayout">
0115        <item row="0" column="0">
0116         <widget class="QLabel" name="bookmarkLabel">
0117          <property name="text">
0118           <string>Bookmarks</string>
0119          </property>
0120         </widget>
0121        </item>
0122        <item row="1" column="0" colspan="3">
0123         <widget class="QListView" name="bookmarksListView"/>
0124        </item>
0125        <item row="2" column="0">
0126         <spacer name="horizontalSpacer">
0127          <property name="orientation">
0128           <enum>Qt::Horizontal</enum>
0129          </property>
0130          <property name="sizeHint" stdset="0">
0131           <size>
0132            <width>40</width>
0133            <height>20</height>
0134           </size>
0135          </property>
0136         </spacer>
0137        </item>
0138        <item row="2" column="1">
0139         <widget class="QPushButton" name="editBookmarkButton">
0140          <property name="text">
0141           <string>Edit</string>
0142          </property>
0143         </widget>
0144        </item>
0145        <item row="2" column="2">
0146         <widget class="QPushButton" name="removeBookmarkButton">
0147          <property name="enabled">
0148           <bool>true</bool>
0149          </property>
0150          <property name="text">
0151           <string>Delete</string>
0152          </property>
0153         </widget>
0154        </item>
0155       </layout>
0156      </widget>
0157     </widget>
0158    </item>
0159    <item>
0160     <widget class="QDialogButtonBox" name="buttonBox">
0161      <property name="standardButtons">
0162       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0163      </property>
0164     </widget>
0165    </item>
0166   </layout>
0167  </widget>
0168  <resources/>
0169  <connections>
0170   <connection>
0171    <sender>buttonBox</sender>
0172    <signal>accepted()</signal>
0173    <receiver>UiBookmarkManagerDialog</receiver>
0174    <slot>accept()</slot>
0175    <hints>
0176     <hint type="sourcelabel">
0177      <x>202</x>
0178      <y>233</y>
0179     </hint>
0180     <hint type="destinationlabel">
0181      <x>202</x>
0182      <y>124</y>
0183     </hint>
0184    </hints>
0185   </connection>
0186   <connection>
0187    <sender>buttonBox</sender>
0188    <signal>rejected()</signal>
0189    <receiver>UiBookmarkManagerDialog</receiver>
0190    <slot>reject()</slot>
0191    <hints>
0192     <hint type="sourcelabel">
0193      <x>202</x>
0194      <y>233</y>
0195     </hint>
0196     <hint type="destinationlabel">
0197      <x>202</x>
0198      <y>124</y>
0199     </hint>
0200    </hints>
0201   </connection>
0202  </connections>
0203 </ui>