Skip to content
Snippets Groups Projects
mapviewrendersettings.ui 29.6 KiB
Newer Older
  • Learn to ignore specific revisions
  •   </action>
      <action name="actionSetSWIR">
       <property name="text">
        <string>swIR</string>
       </property>
      </action>
      <action name="actionSetDefaultSB">
       <property name="text">
        <string>Def</string>
       </property>
      </action>
    
     <customwidgets>
      <customwidget>
       <class>QgsColorRampComboBox</class>
       <extends>QComboBox</extends>
       <header>qgscolorrampcombobox.h</header>
      </customwidget>
     </customwidgets>
    
     <resources>
      <include location="resources.qrc"/>
     </resources>
    
     <connections>
      <connection>
       <sender>cbRenderType</sender>
       <signal>currentIndexChanged(int)</signal>
       <receiver>stackedWidget</receiver>
       <slot>setCurrentIndex(int)</slot>
       <hints>
        <hint type="sourcelabel">
         <x>107</x>
         <y>19</y>
        </hint>
        <hint type="destinationlabel">
         <x>144</x>
         <y>54</y>
        </hint>
       </hints>
      </connection>
     </connections>