Skip to content
Snippets Groups Projects
stackedinputdatadialog.ui 8.95 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>Dialog</class>
     <widget class="QDialog" name="Dialog">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
        <width>596</width>
        <height>584</height>
    
       </rect>
      </property>
      <property name="windowTitle">
       <string>Dialog</string>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <widget class="QFrame" name="frame">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>2</verstretch>
          </sizepolicy>
         </property>
         <property name="frameShape">
          <enum>QFrame::NoFrame</enum>
         </property>
         <property name="frameShadow">
          <enum>QFrame::Raised</enum>
         </property>
         <layout class="QVBoxLayout" name="verticalLayout_2">
          <property name="spacing">
           <number>0</number>
          </property>
          <property name="leftMargin">
           <number>10</number>
          </property>
          <property name="topMargin">
           <number>0</number>
          </property>
          <property name="rightMargin">
           <number>0</number>
          </property>
          <property name="bottomMargin">
           <number>10</number>
          </property>
          <item>
    
           <widget class="QgsCollapsibleGroupBox" name="gbInputStacks">
    
            <property name="sizePolicy">
             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
            <property name="minimumSize">
             <size>
              <width>0</width>
              <height>0</height>
             </size>
            </property>
            <property name="title">
    
             <string>Input Stacks</string>
    
            </property>
            <property name="collapsed">
             <bool>false</bool>
            </property>
    
            <layout class="QVBoxLayout" name="verticalLayout_4">
             <item>
              <layout class="QHBoxLayout" name="horizontalLayout">
               <property name="topMargin">
                <number>0</number>
    
               <item>
                <widget class="QToolButton" name="btnAddSourceStack">
                 <property name="text">
                  <string>...</string>
                 </property>
                 <property name="autoRaise">
                  <bool>true</bool>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QToolButton" name="btnRemoveSourceStack">
                 <property name="text">
                  <string>...</string>
                 </property>
                 <property name="autoRaise">
                  <bool>true</bool>
                 </property>
                </widget>
               </item>
               <item>
                <spacer name="horizontalSpacer_2">
                 <property name="orientation">
                  <enum>Qt::Horizontal</enum>
                 </property>
                 <property name="sizeHint" stdset="0">
                  <size>
                   <width>40</width>
                   <height>20</height>
                  </size>
                 </property>
                </spacer>
               </item>
              </layout>
    
             <item>
              <widget class="QTableView" name="tableViewSourceStacks"/>
    
             </item>
            </layout>
           </widget>
          </item>
          <item>
    
           <widget class="QgsCollapsibleGroupBox" name="gbOutputImages">
            <property name="title">
             <string>Output Images</string>
    
            <property name="collapsed">
             <bool>false</bool>
            </property>
            <layout class="QVBoxLayout" name="verticalLayout_3">
             <item>
              <widget class="QTableView" name="tableViewOutputImages"/>
             </item>
            </layout>
    
           </widget>
          </item>
          <item>
           <layout class="QGridLayout" name="gridLayout_2">
            <property name="topMargin">
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
             <number>0</number>
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
            <item row="2" column="1">
    
             <widget class="QRadioButton" name="radioButton_2">
    
              <property name="text">
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
               <string>in memory</string>
    
              </property>
              <property name="checked">
               <bool>true</bool>
    
              </property>
             </widget>
            </item>
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
            <item row="2" column="3">
    
             <widget class="QFrame" name="frameInMemoryPath">
              <property name="frameShape">
               <enum>QFrame::StyledPanel</enum>
              </property>
              <property name="frameShadow">
               <enum>QFrame::Raised</enum>
    
              <layout class="QHBoxLayout" name="horizontalLayout_2">
               <property name="spacing">
                <number>0</number>
               </property>
               <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>0</number>
               </property>
               <item>
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
                <widget class="QgsFileWidget" name="fileWidgetOutputdir">
                 <property name="dialogTitle">
                  <string>Select output directory</string>
    
                 </property>
                </widget>
               </item>
              </layout>
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
            <item row="2" column="0">
             <widget class="QLabel" name="label_5">
              <property name="text">
               <string>Save</string>
              </property>
             </widget>
            </item>
            <item row="2" column="2">
             <widget class="QRadioButton" name="radioButton">
              <property name="text">
               <string>in directory</string>
              </property>
             </widget>
            </item>
            <item row="0" column="0">
             <widget class="QLabel" name="label_6">
              <property name="text">
               <string>Prefix</string>
              </property>
             </widget>
    
    Benjamin Jakimow's avatar
    Benjamin Jakimow committed
            <item row="0" column="1" colspan="3">
             <widget class="QLineEdit" name="tbFilePrefix">
              <property name="text">
               <string>timestack</string>
    
              </property>
             </widget>
            </item>
           </layout>
          </item>
         </layout>
        </widget>
       </item>
       <item>
        <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>
      </layout>
    
      <action name="actionAddSourceStack">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/timeseriesviewer/icons/mActionAddRasterLayer.svg</normaloff>:/timeseriesviewer/icons/mActionAddRasterLayer.svg</iconset>
       </property>
       <property name="text">
        <string>AddSourceStack</string>
       </property>
      </action>
      <action name="actionRemoveSourceStack">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/timeseriesviewer/icons/mActionRemoveTSD.svg</normaloff>:/timeseriesviewer/icons/mActionRemoveTSD.svg</iconset>
       </property>
       <property name="text">
        <string>removeSourceStack</string>
       </property>
      </action>
    
     </widget>
     <customwidgets>
      <customwidget>
       <class>QgsCollapsibleGroupBox</class>
       <extends>QGroupBox</extends>
       <header>qgscollapsiblegroupbox.h</header>
       <container>1</container>
      </customwidget>
      <customwidget>
       <class>QgsFileWidget</class>
       <extends>QWidget</extends>
       <header>qgsfilewidget.h</header>
      </customwidget>
     </customwidgets>
    
     <resources>
      <include location="resources.qrc"/>
     </resources>
    
     <connections>
      <connection>
       <sender>buttonBox</sender>
       <signal>accepted()</signal>
       <receiver>Dialog</receiver>
       <slot>accept()</slot>
       <hints>
        <hint type="sourcelabel">
    
         <x>227</x>
         <y>677</y>
    
        </hint>
        <hint type="destinationlabel">
         <x>157</x>
         <y>274</y>
        </hint>
       </hints>
      </connection>
      <connection>
       <sender>buttonBox</sender>
       <signal>rejected()</signal>
       <receiver>Dialog</receiver>
       <slot>reject()</slot>
       <hints>
        <hint type="sourcelabel">
    
         <x>295</x>
         <y>683</y>
    
        </hint>
        <hint type="destinationlabel">
         <x>286</x>
         <y>274</y>
        </hint>
       </hints>
      </connection>
    
      <connection>
       <sender>radioButton</sender>
       <signal>toggled(bool)</signal>
       <receiver>fileWidgetOutputdir</receiver>
       <slot>setEnabled(bool)</slot>
       <hints>
        <hint type="sourcelabel">
         <x>51</x>
         <y>634</y>
        </hint>
        <hint type="destinationlabel">
         <x>137</x>
         <y>635</y>
        </hint>
       </hints>
      </connection>
      <connection>
       <sender>radioButton_2</sender>
       <signal>toggled(bool)</signal>
       <receiver>frameInMemoryPath</receiver>
       <slot>setEnabled(bool)</slot>
       <hints>
        <hint type="sourcelabel">
         <x>67</x>
         <y>600</y>
        </hint>
        <hint type="destinationlabel">
         <x>121</x>
         <y>595</y>
        </hint>
       </hints>
      </connection>