Revision f4c0cf8e6dffdedf4183e3f5ead6639067545670 authored by mhugent on 05 January 2017, 08:37:48 UTC, committed by GitHub on 05 January 2017, 08:37:48 UTC
2 parent s 0c49391 + 64b0b10
Raw File
qgsdelattrdialogbase.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QgsDelAttrDialogBase</class>
 <widget class="QDialog" name="QgsDelAttrDialogBase">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>463</width>
    <height>301</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Delete fields</string>
  </property>
  <layout class="QGridLayout">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>3</number>
   </property>
   <item row="3" column="0">
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
   <item row="0" column="0">
    <widget class="QListWidget" name="listBox2">
     <property name="frameShape">
      <enum>QFrame::NoFrame</enum>
     </property>
     <property name="selectionMode">
      <enum>QAbstractItemView::MultiSelection</enum>
     </property>
    </widget>
   </item>
   <item row="1" column="0">
    <widget class="QLabel" name="mEditModeInfo">
     <property name="text">
      <string>Provider fields can only be deleted when the layer is in edit mode.</string>
     </property>
    </widget>
   </item>
   <item row="2" column="0">
    <widget class="QLabel" name="mCanDeleteAttributesInfo">
     <property name="text">
      <string>Provider does not support deleting fields.</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <tabstops>
  <tabstop>listBox2</tabstop>
  <tabstop>buttonBox</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>QgsDelAttrDialogBase</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>314</x>
     <y>209</y>
    </hint>
    <hint type="destinationlabel">
     <x>356</x>
     <y>188</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>QgsDelAttrDialogBase</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>234</x>
     <y>210</y>
    </hint>
    <hint type="destinationlabel">
     <x>197</x>
     <y>189</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
back to top