Subversion Repositories public

Rev

Rev 274 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>shapeWidgetBase</class>
 <widget class="QDialog" name="shapeWidgetBase">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>600</width>
    <height>214</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
    <width>600</width>
    <height>100</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Shape file settings</string>
  </property>
  <property name="windowIcon">
   <iconset>
    <normaloff>hi16-app-sportwatcher.png</normaloff>hi16-app-sportwatcher.png</iconset>
  </property>
  <property name="toolTip">
   <string>Allows to set everything needed for a set of shape files</string>
  </property>
  <property name="locale">
   <locale language="English" country="UnitedStates"/>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="QLabel" name="label">
     <property name="text">
      <string>Path to shape file set</string>
     </property>
    </widget>
   </item>
   <item row="0" column="1" colspan="3">
    <widget class="KUrlRequester" name="edShapeFileSet">
     <property name="toolTip">
      <string>This Line contains the path to the directory with the shape files, containing the map.</string>
     </property>
     <property name="whatsThis">
      <string>An input line, containing the path to the shape files.</string>
     </property>
    </widget>
   </item>
   <item row="1" column="0">
    <widget class="QLabel" name="label_2">
     <property name="text">
      <string>Path to Mapnik plugin directory</string>
     </property>
    </widget>
   </item>
   <item row="1" column="1" colspan="3">
    <widget class="KUrlRequester" name="edPluginPath">
     <property name="toolTip">
      <string>Path to the directory containing the plugins for Mapnik.</string>
     </property>
     <property name="whatsThis">
      <string>An edit line containing the path to the Mapnik plugin directory.</string>
     </property>
    </widget>
   </item>
   <item row="2" column="0">
    <widget class="QLabel" name="label_3">
     <property name="text">
      <string>Path to Mapnik font directory</string>
     </property>
    </widget>
   </item>
   <item row="2" column="1" colspan="3">
    <widget class="KUrlRequester" name="edFontPath">
     <property name="toolTip">
      <string>Contains the path to a font directory with true type fonts used to draw the labels of the map.</string>
     </property>
     <property name="whatsThis">
      <string>Input line containing the path to a font directory.</string>
     </property>
    </widget>
   </item>
   <item row="3" column="0">
    <widget class="QLabel" name="label_4">
     <property name="text">
      <string>Name and path to description file</string>
     </property>
    </widget>
   </item>
   <item row="3" column="1" colspan="3">
    <widget class="KUrlRequester" name="edXmlFile">
     <property name="toolTip">
      <string>Contains the file name of a file, describing the contents of the shape file.</string>
     </property>
     <property name="whatsThis">
      <string>Input line containing the name of a file describing the contents of shape files.</string>
     </property>
    </widget>
   </item>
   <item row="4" column="0">
    <widget class="QLabel" name="label_5">
     <property name="text">
      <string>If map file is projected:</string>
     </property>
    </widget>
   </item>
   <item row="4" column="1">
    <widget class="QRadioButton" name="rbForward">
     <property name="toolTip">
      <string>Forward if mapfile is projected.</string>
     </property>
     <property name="whatsThis">
      <string>Makes a forward projection if the mapfile is projected.</string>
     </property>
     <property name="text">
      <string>Forwarded</string>
     </property>
    </widget>
   </item>
   <item row="4" column="3">
    <spacer name="horizontalSpacer_2">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>206</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="5" column="0" colspan="4">
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
   <item row="4" column="2">
    <widget class="QRadioButton" name="rbInverse">
     <property name="toolTip">
      <string>Inverse if map file is geographic.</string>
     </property>
     <property name="statusTip">
      <string/>
     </property>
     <property name="whatsThis">
      <string>Makes an inverse projection if the map file is geographic.</string>
     </property>
     <property name="text">
      <string>Inversed</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KUrlRequester</class>
   <extends>QFrame</extends>
   <header>kurlrequester.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>shapeWidgetBase</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>257</x>
     <y>204</y>
    </hint>
    <hint type="destinationlabel">
     <x>157</x>
     <y>213</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>shapeWidgetBase</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>325</x>
     <y>204</y>
    </hint>
    <hint type="destinationlabel">
     <x>286</x>
     <y>213</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rbForward</sender>
   <signal>clicked(bool)</signal>
   <receiver>shapeWidgetBase</receiver>
   <slot>slotForwarded(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>232</x>
     <y>151</y>
    </hint>
    <hint type="destinationlabel">
     <x>155</x>
     <y>165</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rbInverse</sender>
   <signal>clicked(bool)</signal>
   <receiver>shapeWidgetBase</receiver>
   <slot>slotInversed(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>348</x>
     <y>150</y>
    </hint>
    <hint type="destinationlabel">
     <x>405</x>
     <y>152</y>
    </hint>
   </hints>
  </connection>
 </connections>
 <slots>
  <slot>slotForwarded(bool)</slot>
  <slot>slotInversed(bool)</slot>
 </slots>
</ui>