Warning, /education/marble/src/lib/marble/NewBookmarkFolderDialog.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>UiNewBookmarkFolderDialog</class>
0004  <widget class="QDialog" name="UiNewBookmarkFolderDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>302</width>
0010     <height>67</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>New Bookmark Folder</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout_2">
0019      <item>
0020       <widget class="QLabel" name="m_namelbl">
0021        <property name="text">
0022         <string>&amp;Folder name:</string>
0023        </property>
0024        <property name="buddy">
0025         <cstring>m_name</cstring>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLineEdit" name="m_name"/>
0031      </item>
0032     </layout>
0033    </item>
0034    <item>
0035     <widget class="QDialogButtonBox" name="buttonBox">
0036      <property name="standardButtons">
0037       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0038      </property>
0039     </widget>
0040    </item>
0041   </layout>
0042  </widget>
0043  <resources/>
0044  <connections>
0045   <connection>
0046    <sender>buttonBox</sender>
0047    <signal>accepted()</signal>
0048    <receiver>UiNewBookmarkFolderDialog</receiver>
0049    <slot>accept()</slot>
0050    <hints>
0051     <hint type="sourcelabel">
0052      <x>150</x>
0053      <y>50</y>
0054     </hint>
0055     <hint type="destinationlabel">
0056      <x>150</x>
0057      <y>33</y>
0058     </hint>
0059    </hints>
0060   </connection>
0061   <connection>
0062    <sender>buttonBox</sender>
0063    <signal>rejected()</signal>
0064    <receiver>UiNewBookmarkFolderDialog</receiver>
0065    <slot>reject()</slot>
0066    <hints>
0067     <hint type="sourcelabel">
0068      <x>150</x>
0069      <y>50</y>
0070     </hint>
0071     <hint type="destinationlabel">
0072      <x>150</x>
0073      <y>33</y>
0074     </hint>
0075    </hints>
0076   </connection>
0077  </connections>
0078 </ui>