Qt Mobility Reference Documentation

landmarkbrowser.ui Example File

landmarkbrowser/landmarkbrowser.ui
 <?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>LandmarkBrowser</class>
  <widget class="QWidget" name="LandmarkBrowser">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>609</width>
     <height>325</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Landmark Browser</string>
   </property>
   <layout class="QHBoxLayout" name="horizontalLayout_2">
    <item>
     <layout class="QVBoxLayout" name="verticalLayout_2">
      <item>
       <widget class="QPushButton" name="addLandmark">
        <property name="text">
         <string>Add Landmark</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="deleteLandmarks">
        <property name="text">
         <string>Delete Landmarks</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="importLandmarks">
        <property name="text">
         <string>Import Landmarks</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="exportLandmarks">
        <property name="text">
         <string>Export Landmarks</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QGroupBox" name="exportOptions">
        <property name="font">
         <font>
          <pointsize>8</pointsize>
         </font>
        </property>
        <property name="title">
         <string>Export options</string>
        </property>
        <layout class="QVBoxLayout" name="verticalLayout">
         <item>
          <widget class="QRadioButton" name="lmxRadioButton">
           <property name="text">
            <string>lmx export</string>
           </property>
           <property name="checked">
            <bool>true</bool>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QRadioButton" name="gpxRadioButton">
           <property name="text">
            <string>gpx export</string>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </item>
     </layout>
    </item>
    <item>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="QTableWidget" name="table">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
          <horstretch>0</horstretch>
          <verstretch>1</verstretch>
         </sizepolicy>
        </property>
        <property name="columnCount">
         <number>3</number>
        </property>
        <attribute name="horizontalHeaderStretchLastSection">
         <bool>true</bool>
        </attribute>
        <attribute name="verticalHeaderStretchLastSection">
         <bool>false</bool>
        </attribute>
        <column/>
        <column/>
        <column/>
       </widget>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout">
        <item>
         <widget class="QPushButton" name="prevButton">
          <property name="text">
           <string>&lt;&lt;</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="nextButton">
          <property name="text">
           <string>&gt;&gt;</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <resources/>
  <connections/>
 </ui>
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.