4c75f9e
4c75f9e
<ui version="4.0">
4c75f9e
 <class>ActionDialog</class>
4c75f9e
 <widget class="QDialog" name="ActionDialog">
4c75f9e
  <property name="geometry">
4c75f9e
   <rect>
4c75f9e
    <x>0</x>
4c75f9e
    <y>0</y>
4c75f9e
    <width>270</width>
4c75f9e
    <height>353</height>
4c75f9e
   </rect>
4c75f9e
  </property>
4c75f9e
  <property name="windowTitle">
4c75f9e
   <string>CopyQ Action Dialog</string>
4c75f9e
  </property>
4c75f9e
  <layout class="QVBoxLayout" name="verticalLayout">
4c75f9e
   <item>
4c75f9e
    <widget class="QComboBox" name="comboBoxCommands">
4c75f9e
     <property name="insertPolicy">
4c75f9e
      <enum>QComboBox::NoInsert</enum>
4c75f9e
     </property>
4c75f9e
    </widget>
4c75f9e
   </item>
4c75f9e
   <item>
4c75f9e
    <widget class="QLabel" name="label_2">
4c75f9e
     <property name="sizePolicy">
4c75f9e
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
4c75f9e
       <horstretch>0</horstretch>
4c75f9e
       <verstretch>0</verstretch>
4c75f9e
      </sizepolicy>
4c75f9e
     </property>
4c75f9e
     <property name="text">
4c75f9e
      <string>Co&mmand:</string>
4c75f9e
     </property>
4c75f9e
     <property name="buddy">
4c75f9e
      <cstring>commandEdit</cstring>
4c75f9e
     </property>
4c75f9e
    </widget>
4c75f9e
   </item>
4c75f9e
   <item>
4c75f9e
    <widget class="CommandEdit" name="commandEdit" native="true">
4c75f9e
     <property name="focusPolicy">
4c75f9e
      <enum>Qt::WheelFocus</enum>
4c75f9e
     </property>
4c75f9e
    </widget>
4c75f9e
   </item>
4c75f9e
   <item>
4c75f9e
    <layout class="QFormLayout" name="formLayout_3">
4c75f9e
     <property name="verticalSpacing">
4c75f9e
      <number>0</number>
4c75f9e
     </property>
4c75f9e
     <property name="bottomMargin">
4c75f9e
      <number>0</number>
4c75f9e
     </property>
4c75f9e
     <item row="0" column="0">
4c75f9e
      <widget class="QLabel" name="label">
4c75f9e
       <property name="text">
4c75f9e
        <string>Standard &input:</string>
4c75f9e
       </property>
4c75f9e
       <property name="buddy">
4c75f9e
        <cstring>comboBoxInputFormat</cstring>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="2" column="0">
4c75f9e
      <widget class="QLabel" name="label_3">
4c75f9e
       <property name="text">
4c75f9e
        <string>Store standard o&utput:</string>
4c75f9e
       </property>
4c75f9e
       <property name="buddy">
4c75f9e
        <cstring>comboBoxOutputFormat</cstring>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="0" column="1">
4c75f9e
      <widget class="QComboBox" name="comboBoxInputFormat">
4c75f9e
       <property name="toolTip">
4c75f9e
        <string>Send data of given MIME type to standard input of command (leave empty to disable)</string>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="2" column="1">
4c75f9e
      <widget class="QComboBox" name="comboBoxOutputFormat">
4c75f9e
       <property name="toolTip">
4c75f9e
        <string>Create items from standard output of the program (leave empty to disable)</string>
4c75f9e
       </property>
4c75f9e
       <property name="editable">
4c75f9e
        <bool>true</bool>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="1" column="0" colspan="2">
4c75f9e
      <widget class="QPlainTextEdit" name="inputText">
4c75f9e
       <property name="tabChangesFocus">
4c75f9e
        <bool>true</bool>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="3" column="0">
4c75f9e
      <widget class="QLabel" name="separatorLabel">
4c75f9e
       <property name="text">
4c75f9e
        <string>&Separator for new items:</string>
4c75f9e
       </property>
4c75f9e
       <property name="buddy">
4c75f9e
        <cstring>separatorEdit</cstring>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="3" column="1">
4c75f9e
      <widget class="QLineEdit" name="separatorEdit">
4c75f9e
       <property name="toolTip">
4c75f9e
        <string><p>Regular expression for splitting output into multiple items.<\p>
4c75f9e
<p>Use <b>\n</b> to store each line to separate item.</p></string>
4c75f9e
       </property>
4c75f9e
       <property name="text">
4c75f9e
        <string>\n</string>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="4" column="0">
4c75f9e
      <widget class="QLabel" name="labelOutputTab">
4c75f9e
       <property name="text">
4c75f9e
        <string>Output &tab:</string>
4c75f9e
       </property>
4c75f9e
       <property name="buddy">
4c75f9e
        <cstring>comboBoxOutputTab</cstring>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
     <item row="4" column="1">
4c75f9e
      <widget class="QComboBox" name="comboBoxOutputTab">
4c75f9e
       <property name="toolTip">
4c75f9e
        <string>Save items in tab with given name (leave empty to save in the current tab)</string>
4c75f9e
       </property>
4c75f9e
       <property name="editable">
4c75f9e
        <bool>true</bool>
4c75f9e
       </property>
4c75f9e
      </widget>
4c75f9e
     </item>
4c75f9e
    </layout>
4c75f9e
   </item>
4c75f9e
   <item>
4c75f9e
    <widget class="QDialogButtonBox" name="buttonBox">
4c75f9e
     <property name="orientation">
4c75f9e
      <enum>Qt::Horizontal</enum>
4c75f9e
     </property>
4c75f9e
     <property name="standardButtons">
4c75f9e
      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Save</set>
4c75f9e
     </property>
4c75f9e
    </widget>
4c75f9e
   </item>
4c75f9e
  </layout>
4c75f9e
 </widget>
4c75f9e
 <customwidgets>
4c75f9e
  <customwidget>
4c75f9e
   <class>CommandEdit</class>
4c75f9e
   <extends>QWidget</extends>
4c75f9e
   <header>gui/commandedit.h</header>
4c75f9e
   <container>1</container>
4c75f9e
  </customwidget>
4c75f9e
 </customwidgets>
4c75f9e
 <tabstops>
4c75f9e
  <tabstop>comboBoxCommands</tabstop>
4c75f9e
  <tabstop>commandEdit</tabstop>
4c75f9e
  <tabstop>comboBoxInputFormat</tabstop>
4c75f9e
  <tabstop>inputText</tabstop>
4c75f9e
  <tabstop>comboBoxOutputFormat</tabstop>
4c75f9e
  <tabstop>separatorEdit</tabstop>
4c75f9e
  <tabstop>comboBoxOutputTab</tabstop>
4c75f9e
  <tabstop>buttonBox</tabstop>
4c75f9e
 </tabstops>
4c75f9e
 <resources/>
4c75f9e
 <connections>
4c75f9e
  <connection>
4c75f9e
   <sender>buttonBox</sender>
4c75f9e
   <signal>accepted()</signal>
4c75f9e
   <receiver>ActionDialog</receiver>
4c75f9e
   <slot>accept()</slot>
4c75f9e
   <hints>
4c75f9e
    <hint type="sourcelabel">
4c75f9e
     <x>275</x>
4c75f9e
     <y>349</y>
4c75f9e
    </hint>
4c75f9e
    <hint type="destinationlabel">
4c75f9e
     <x>157</x>
4c75f9e
     <y>274</y>
4c75f9e
    </hint>
4c75f9e
   </hints>
4c75f9e
  </connection>
4c75f9e
  <connection>
4c75f9e
   <sender>buttonBox</sender>
4c75f9e
   <signal>rejected()</signal>
4c75f9e
   <receiver>ActionDialog</receiver>
4c75f9e
   <slot>reject()</slot>
4c75f9e
   <hints>
4c75f9e
    <hint type="sourcelabel">
4c75f9e
     <x>275</x>
4c75f9e
     <y>364</y>
4c75f9e
    </hint>
4c75f9e
    <hint type="destinationlabel">
4c75f9e
     <x>286</x>
4c75f9e
     <y>274</y>
4c75f9e
    </hint>
4c75f9e
   </hints>
4c75f9e
  </connection>
4c75f9e
 </connections>
4c75f9e
 <slots>
4c75f9e
  <slot>updateMinimalGeometry()</slot>
4c75f9e
 </slots>
4c75f9e
</ui>