Warning, /utilities/krusader/app/ActionMan/actionproperty.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>ActionProperty</class>
0004  <widget class="QWidget" name="ActionProperty">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>538</width>
0010     <height>497</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Action Property</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <property name="leftMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="spacing">
0030     <number>0</number>
0031    </property>
0032    <item row="0" column="0">
0033     <widget class="QTabWidget" name="tabWidget">
0034      <property name="currentIndex">
0035       <number>0</number>
0036      </property>
0037      <widget class="QWidget" name="tabBasic">
0038       <attribute name="title">
0039        <string>Basic Properties</string>
0040       </attribute>
0041       <layout class="QGridLayout">
0042        <item row="8" column="3">
0043         <widget class="QToolButton" name="ButtonAddStartpath">
0044          <property name="text">
0045           <string>...</string>
0046          </property>
0047         </widget>
0048        </item>
0049        <item row="4" column="0">
0050         <widget class="QLabel" name="LabelDescription">
0051          <property name="sizePolicy">
0052           <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0053            <horstretch>0</horstretch>
0054            <verstretch>0</verstretch>
0055           </sizepolicy>
0056          </property>
0057          <property name="whatsThis">
0058           <string>A detailed description of the &lt;b&gt;Useraction&lt;/b&gt;. It is only displayed in the &lt;i&gt;Konfigurator&lt;/i&gt; and via &lt;code&gt;Shift+F1&lt;/code&gt;.</string>
0059          </property>
0060          <property name="text">
0061           <string>Description:</string>
0062          </property>
0063          <property name="wordWrap">
0064           <bool>false</bool>
0065          </property>
0066         </widget>
0067        </item>
0068        <item row="9" column="2" colspan="2">
0069         <widget class="QGroupBox" name="bgAccept">
0070          <property name="sizePolicy">
0071           <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0072            <horstretch>0</horstretch>
0073            <verstretch>0</verstretch>
0074           </sizepolicy>
0075          </property>
0076          <property name="title">
0077           <string>Command Accepts</string>
0078          </property>
0079          <layout class="QGridLayout">
0080           <item row="0" column="0">
0081            <widget class="QRadioButton" name="radioLocal">
0082             <property name="whatsThis">
0083              <string>Substitute the &lt;b&gt;Placeholders&lt;/b&gt; with local filenames.</string>
0084             </property>
0085             <property name="text">
0086              <string>&amp;Local files only (no URLs)</string>
0087             </property>
0088             <property name="checked">
0089              <bool>true</bool>
0090             </property>
0091            </widget>
0092           </item>
0093           <item row="1" column="0">
0094            <widget class="QRadioButton" name="radioUrl">
0095             <property name="whatsThis">
0096              <string>Substitute the &lt;b&gt;Placeholders&lt;/b&gt; with valid URLs.</string>
0097             </property>
0098             <property name="text">
0099              <string>URLs (re&amp;mote and local)</string>
0100             </property>
0101            </widget>
0102           </item>
0103          </layout>
0104         </widget>
0105        </item>
0106        <item row="2" column="1" colspan="3">
0107         <widget class="KLineEdit" name="leTitle">
0108          <property name="whatsThis">
0109           <string>The title displayed in the &lt;b&gt;Usermenu&lt;/b&gt;.</string>
0110          </property>
0111         </widget>
0112        </item>
0113        <item row="2" column="0">
0114         <widget class="QLabel" name="LabelTitle">
0115          <property name="sizePolicy">
0116           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0117            <horstretch>0</horstretch>
0118            <verstretch>0</verstretch>
0119           </sizepolicy>
0120          </property>
0121          <property name="whatsThis">
0122           <string>The title displayed in the &lt;b&gt;Usermenu&lt;/b&gt;.</string>
0123          </property>
0124          <property name="text">
0125           <string>Title:</string>
0126          </property>
0127          <property name="wordWrap">
0128           <bool>false</bool>
0129          </property>
0130         </widget>
0131        </item>
0132        <item row="0" column="1" rowspan="2" colspan="3">
0133         <layout class="QHBoxLayout">
0134          <item>
0135           <layout class="QVBoxLayout">
0136            <item>
0137             <widget class="KLineEdit" name="leDistinctName">
0138              <property name="whatsThis">
0139               <string>Unique name of the &lt;b&gt;Useraction&lt;/b&gt;. It is only used in the &lt;i&gt;Konfigurator&lt;/i&gt; and does not appear in any other menu.&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: the &lt;i&gt;Title&lt;/i&gt; shown in the &lt;b&gt;Usermenu&lt;/b&gt; can be set below.</string>
0140              </property>
0141             </widget>
0142            </item>
0143            <item>
0144             <widget class="KComboBox" name="cbCategory">
0145              <property name="whatsThis">
0146               <string>&lt;b&gt;Useractions&lt;/b&gt; can be grouped in categories for better distinction. Choose a existing &lt;i&gt;Category&lt;/i&gt; or create a new one by entering a name.</string>
0147              </property>
0148              <property name="editable">
0149               <bool>true</bool>
0150              </property>
0151             </widget>
0152            </item>
0153           </layout>
0154          </item>
0155          <item>
0156           <widget class="KIconButton" name="ButtonIcon">
0157            <property name="sizePolicy">
0158             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0159              <horstretch>0</horstretch>
0160              <verstretch>0</verstretch>
0161             </sizepolicy>
0162            </property>
0163            <property name="minimumSize">
0164             <size>
0165              <width>50</width>
0166              <height>50</height>
0167             </size>
0168            </property>
0169            <property name="maximumSize">
0170             <size>
0171              <width>50</width>
0172              <height>50</height>
0173             </size>
0174            </property>
0175            <property name="whatsThis">
0176             <string>Each &lt;b&gt;Useraction&lt;/b&gt; can have its own icon. It will appear in front of the title in the &lt;b&gt;Usermenu&lt;/b&gt;.</string>
0177            </property>
0178           </widget>
0179          </item>
0180         </layout>
0181        </item>
0182        <item row="0" column="0">
0183         <widget class="QLabel" name="LabelDistinctName">
0184          <property name="sizePolicy">
0185           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0186            <horstretch>0</horstretch>
0187            <verstretch>0</verstretch>
0188           </sizepolicy>
0189          </property>
0190          <property name="whatsThis">
0191           <string>&lt;p&gt;Unique name of the &lt;b&gt;Useraction&lt;/b&gt;. It is only used in the &lt;i&gt;Konfigurator&lt;/i&gt; and does not appear in any other menu.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note&lt;/b&gt;: The &lt;i&gt;Title&lt;/i&gt; shown in the &lt;b&gt;Usermenu&lt;/b&gt; can be set below.&lt;/p&gt;</string>
0192          </property>
0193          <property name="text">
0194           <string>Identifier:</string>
0195          </property>
0196          <property name="wordWrap">
0197           <bool>false</bool>
0198          </property>
0199         </widget>
0200        </item>
0201        <item row="7" column="0">
0202         <widget class="QLabel" name="LabelCommandline">
0203          <property name="sizePolicy">
0204           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0205            <horstretch>0</horstretch>
0206            <verstretch>0</verstretch>
0207           </sizepolicy>
0208          </property>
0209          <property name="whatsThis">
0210           <string>&lt;p&gt;The &lt;i&gt;Command&lt;/i&gt; defines the command that will be executed when the &lt;b&gt;Useraction&lt;/b&gt; is used. It can be a simple shell command or a complex sequence of multiple commands with &lt;b&gt;Placeholders&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Examples:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;eject /mnt/cdrom&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;amarok --append %aList(&quot;Selected&quot;)%&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;
0211 &lt;p&gt;Please consult the handbook to learn more about the syntax.&lt;/p&gt;</string>
0212          </property>
0213          <property name="text">
0214           <string>Command:</string>
0215          </property>
0216          <property name="wordWrap">
0217           <bool>false</bool>
0218          </property>
0219         </widget>
0220        </item>
0221        <item row="3" column="1" colspan="3">
0222         <widget class="KLineEdit" name="leTooltip">
0223          <property name="whatsThis">
0224           <string>The &lt;i&gt;Tooltip&lt;/i&gt; is shown when the mouse cursor is hold over an entry of the &lt;b&gt;Useraction Toolbar&lt;/b&gt;.</string>
0225          </property>
0226         </widget>
0227        </item>
0228        <item row="8" column="1" colspan="2">
0229         <widget class="KLineEdit" name="leStartpath">
0230          <property name="whatsThis">
0231           <string>The &lt;i&gt;Workdir&lt;/i&gt; defines in which folder the &lt;i&gt;Command&lt;/i&gt; will be executed.</string>
0232          </property>
0233         </widget>
0234        </item>
0235        <item row="3" column="0">
0236         <widget class="QLabel" name="LabelTooltip">
0237          <property name="sizePolicy">
0238           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0239            <horstretch>0</horstretch>
0240            <verstretch>0</verstretch>
0241           </sizepolicy>
0242          </property>
0243          <property name="whatsThis">
0244           <string>The &lt;i&gt;Tooltip&lt;/i&gt; is shown when the mouse cursor is hold over an entry of the &lt;b&gt;Useraction Toolbar&lt;/b&gt;.</string>
0245          </property>
0246          <property name="text">
0247           <string>Tooltip:</string>
0248          </property>
0249          <property name="wordWrap">
0250           <bool>false</bool>
0251          </property>
0252         </widget>
0253        </item>
0254        <item row="7" column="1" colspan="2">
0255         <widget class="KLineEdit" name="leCommandline">
0256          <property name="whatsThis">
0257           <string>The &lt;i&gt;Command&lt;/i&gt; defines the command that will be executed when the &lt;b&gt;Useraction&lt;/b&gt; is used. It can be a simple shell command or a complex sequence of multiple commands with &lt;b&gt;Placeholders&lt;/b&gt;.&lt;p&gt;
0258 Examples:&lt;ul&gt;&lt;li&gt;&lt;code&gt;eject /mnt/cdrom&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;amarok --append %aList(&quot;Selected&quot;)%&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;
0259 Please consult the handbook to learn more about the syntax.</string>
0260          </property>
0261          <property name="text">
0262           <string/>
0263          </property>
0264         </widget>
0265        </item>
0266        <item row="1" column="0">
0267         <widget class="QLabel" name="LabelCategory">
0268          <property name="sizePolicy">
0269           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0270            <horstretch>0</horstretch>
0271            <verstretch>0</verstretch>
0272           </sizepolicy>
0273          </property>
0274          <property name="whatsThis">
0275           <string>&lt;b&gt;Useractions&lt;/b&gt; can be grouped in categories for better distinction. Choose a existing &lt;i&gt;Category&lt;/i&gt; or create a new one by entering a name.</string>
0276          </property>
0277          <property name="text">
0278           <string>Category:</string>
0279          </property>
0280          <property name="wordWrap">
0281           <bool>false</bool>
0282          </property>
0283         </widget>
0284        </item>
0285        <item row="7" column="3">
0286         <widget class="QToolButton" name="ButtonAddPlaceholder">
0287          <property name="sizePolicy">
0288           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0289            <horstretch>0</horstretch>
0290            <verstretch>0</verstretch>
0291           </sizepolicy>
0292          </property>
0293          <property name="minimumSize">
0294           <size>
0295            <width>0</width>
0296            <height>0</height>
0297           </size>
0298          </property>
0299          <property name="whatsThis">
0300           <string>Add &lt;b&gt;Placeholders&lt;/b&gt; for the selected files in the panel.</string>
0301          </property>
0302          <property name="text">
0303           <string>&amp;Add</string>
0304          </property>
0305         </widget>
0306        </item>
0307        <item row="4" column="1" rowspan="3" colspan="3">
0308         <widget class="KTextEdit" name="textDescription">
0309          <property name="whatsThis">
0310           <string>A detailed description of the &lt;b&gt;Useraction&lt;/b&gt;. It is only displayed in the &lt;i&gt;Konfigurator&lt;/i&gt; and via &lt;code&gt;Shift+F1&lt;/code&gt;.</string>
0311          </property>
0312          <property name="tabChangesFocus">
0313           <bool>true</bool>
0314          </property>
0315         </widget>
0316        </item>
0317        <item row="8" column="0">
0318         <widget class="QLabel" name="LabelStartpath">
0319          <property name="sizePolicy">
0320           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0321            <horstretch>0</horstretch>
0322            <verstretch>0</verstretch>
0323           </sizepolicy>
0324          </property>
0325          <property name="whatsThis">
0326           <string>The &lt;i&gt;Workdir&lt;/i&gt; defines in which folder the &lt;i&gt;Command&lt;/i&gt; will be executed.</string>
0327          </property>
0328          <property name="text">
0329           <string>Workdir:</string>
0330          </property>
0331          <property name="wordWrap">
0332           <bool>false</bool>
0333          </property>
0334         </widget>
0335        </item>
0336        <item row="6" column="0">
0337         <spacer>
0338          <property name="orientation">
0339           <enum>Qt::Vertical</enum>
0340          </property>
0341          <property name="sizeType">
0342           <enum>QSizePolicy::Expanding</enum>
0343          </property>
0344          <property name="sizeHint" stdset="0">
0345           <size>
0346            <width>80</width>
0347            <height>19</height>
0348           </size>
0349          </property>
0350         </spacer>
0351        </item>
0352        <item row="10" column="2" colspan="2">
0353         <layout class="QHBoxLayout">
0354          <item>
0355           <widget class="QLabel" name="LabelShortcut">
0356            <property name="text">
0357             <string>Default shortcut:</string>
0358            </property>
0359            <property name="wordWrap">
0360             <bool>false</bool>
0361            </property>
0362           </widget>
0363          </item>
0364          <item>
0365           <spacer>
0366            <property name="orientation">
0367             <enum>Qt::Horizontal</enum>
0368            </property>
0369            <property name="sizeType">
0370             <enum>QSizePolicy::Expanding</enum>
0371            </property>
0372            <property name="sizeHint" stdset="0">
0373             <size>
0374              <width>161</width>
0375              <height>21</height>
0376             </size>
0377            </property>
0378           </spacer>
0379          </item>
0380          <item>
0381           <widget class="KKeySequenceWidget" name="KeyButtonShortcut" native="true">
0382            <property name="whatsThis">
0383             <string>Set a default keyboard shortcut.</string>
0384            </property>
0385            <property name="text" stdset="0">
0386             <string comment="No shortcut">None</string>
0387            </property>
0388           </widget>
0389          </item>
0390         </layout>
0391        </item>
0392        <item row="11" column="2" colspan="2">
0393         <widget class="QCheckBox" name="chkEnabled">
0394          <property name="enabled">
0395           <bool>true</bool>
0396          </property>
0397          <property name="whatsThis">
0398           <string>If checked, the action is shown in the Useractions menus.</string>
0399          </property>
0400          <property name="text">
0401           <string>Enabled</string>
0402          </property>
0403         </widget>
0404        </item>
0405        <item row="9" column="0" rowspan="3" colspan="2">
0406         <widget class="QGroupBox" name="bgExecType">
0407          <property name="sizePolicy">
0408           <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0409            <horstretch>0</horstretch>
0410            <verstretch>0</verstretch>
0411           </sizepolicy>
0412          </property>
0413          <property name="title">
0414           <string>Execution Mode</string>
0415          </property>
0416          <layout class="QGridLayout">
0417           <item row="3" column="0">
0418            <widget class="QRadioButton" name="radioCollectOutput">
0419             <property name="whatsThis">
0420              <string>Collect the output of the executed program.</string>
0421             </property>
0422             <property name="text">
0423              <string>Collect output</string>
0424             </property>
0425            </widget>
0426           </item>
0427           <item row="4" column="0">
0428            <widget class="QCheckBox" name="chkSeparateStdError">
0429             <property name="enabled">
0430              <bool>false</bool>
0431             </property>
0432             <property name="whatsThis">
0433              <string>Separate standard out and standard error in the output collection.</string>
0434             </property>
0435             <property name="text">
0436              <string>Separate standard error</string>
0437             </property>
0438            </widget>
0439           </item>
0440           <item row="0" column="0">
0441            <widget class="QRadioButton" name="radioNormal">
0442             <property name="text">
0443              <string>&amp;Normal</string>
0444             </property>
0445             <property name="checked">
0446              <bool>true</bool>
0447             </property>
0448            </widget>
0449           </item>
0450           <item row="1" column="0">
0451            <widget class="QRadioButton" name="radioTerminal">
0452             <property name="whatsThis">
0453              <string>Run the command in a terminal.</string>
0454             </property>
0455             <property name="text">
0456              <string>Run in terminal</string>
0457             </property>
0458            </widget>
0459           </item>
0460           <item row="2" column="0">
0461            <widget class="QRadioButton" name="radioTE">
0462             <property name="whatsThis">
0463              <string>Run the command in the embedded terminal emulator.</string>
0464             </property>
0465             <property name="text">
0466              <string>Run in the embedded terminal emulator</string>
0467             </property>
0468            </widget>
0469           </item>
0470          </layout>
0471         </widget>
0472        </item>
0473       </layout>
0474      </widget>
0475      <widget class="QWidget" name="tabAdv">
0476       <attribute name="title">
0477        <string>Advanced Properties</string>
0478       </attribute>
0479       <layout class="QGridLayout">
0480        <item row="0" column="0" colspan="2">
0481         <widget class="QGroupBox" name="gbShowonly">
0482          <property name="sizePolicy">
0483           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0484            <horstretch>0</horstretch>
0485            <verstretch>0</verstretch>
0486           </sizepolicy>
0487          </property>
0488          <property name="title">
0489           <string>The Useraction is only available for</string>
0490          </property>
0491          <layout class="QGridLayout">
0492           <item row="0" column="0">
0493            <widget class="QTabWidget" name="tabShowonly">
0494             <property name="tabShape">
0495              <enum>QTabWidget::Triangular</enum>
0496             </property>
0497             <widget class="QWidget" name="tabProt">
0498              <attribute name="title">
0499               <string>Protocol</string>
0500              </attribute>
0501              <layout class="QGridLayout">
0502               <item row="0" column="1">
0503                <widget class="QToolButton" name="ButtonNewProtocol">
0504                 <property name="sizePolicy">
0505                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0506                   <horstretch>0</horstretch>
0507                   <verstretch>0</verstretch>
0508                  </sizepolicy>
0509                 </property>
0510                 <property name="minimumSize">
0511                  <size>
0512                   <width>0</width>
0513                   <height>0</height>
0514                  </size>
0515                 </property>
0516                 <property name="maximumSize">
0517                  <size>
0518                   <width>32767</width>
0519                   <height>32767</height>
0520                  </size>
0521                 </property>
0522                 <property name="text">
0523                  <string comment="New protocol">&amp;New...</string>
0524                 </property>
0525                </widget>
0526               </item>
0527               <item row="1" column="1">
0528                <widget class="QToolButton" name="ButtonEditProtocol">
0529                 <property name="sizePolicy">
0530                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0531                   <horstretch>0</horstretch>
0532                   <verstretch>0</verstretch>
0533                  </sizepolicy>
0534                 </property>
0535                 <property name="minimumSize">
0536                  <size>
0537                   <width>0</width>
0538                   <height>0</height>
0539                  </size>
0540                 </property>
0541                 <property name="maximumSize">
0542                  <size>
0543                   <width>32767</width>
0544                   <height>32767</height>
0545                  </size>
0546                 </property>
0547                 <property name="text">
0548                  <string>Chan&amp;ge...</string>
0549                 </property>
0550                </widget>
0551               </item>
0552               <item row="3" column="1">
0553                <spacer>
0554                 <property name="orientation">
0555                  <enum>Qt::Vertical</enum>
0556                 </property>
0557                 <property name="sizeType">
0558                  <enum>QSizePolicy::Expanding</enum>
0559                 </property>
0560                 <property name="sizeHint" stdset="0">
0561                  <size>
0562                   <width>21</width>
0563                   <height>58</height>
0564                  </size>
0565                 </property>
0566                </spacer>
0567               </item>
0568               <item row="2" column="1">
0569                <widget class="QToolButton" name="ButtonRemoveProtocol">
0570                 <property name="sizePolicy">
0571                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0572                   <horstretch>0</horstretch>
0573                   <verstretch>0</verstretch>
0574                  </sizepolicy>
0575                 </property>
0576                 <property name="minimumSize">
0577                  <size>
0578                   <width>0</width>
0579                   <height>0</height>
0580                  </size>
0581                 </property>
0582                 <property name="maximumSize">
0583                  <size>
0584                   <width>32767</width>
0585                   <height>32767</height>
0586                  </size>
0587                 </property>
0588                 <property name="text">
0589                  <string>De&amp;lete</string>
0590                 </property>
0591                </widget>
0592               </item>
0593               <item row="0" column="0" rowspan="4">
0594                <widget class="KrListWidget" name="lbShowonlyProtocol" native="true">
0595                 <property name="whatsThis">
0596                  <string>Show the &lt;b&gt;Useraction&lt;/b&gt; only for the values defined here.</string>
0597                 </property>
0598                </widget>
0599               </item>
0600              </layout>
0601             </widget>
0602             <widget class="QWidget" name="tabPath">
0603              <attribute name="title">
0604               <string>Path</string>
0605              </attribute>
0606              <layout class="QGridLayout">
0607               <item row="0" column="0" rowspan="4">
0608                <widget class="KrListWidget" name="lbShowonlyPath" native="true">
0609                 <property name="whatsThis">
0610                  <string>Show the &lt;b&gt;Useraction&lt;/b&gt; only for the values defined here.</string>
0611                 </property>
0612                </widget>
0613               </item>
0614               <item row="0" column="1">
0615                <widget class="QToolButton" name="ButtonAddPath">
0616                 <property name="sizePolicy">
0617                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0618                   <horstretch>0</horstretch>
0619                   <verstretch>0</verstretch>
0620                  </sizepolicy>
0621                 </property>
0622                 <property name="minimumSize">
0623                  <size>
0624                   <width>0</width>
0625                   <height>0</height>
0626                  </size>
0627                 </property>
0628                 <property name="maximumSize">
0629                  <size>
0630                   <width>32767</width>
0631                   <height>32767</height>
0632                  </size>
0633                 </property>
0634                 <property name="text">
0635                  <string comment="New path">&amp;New...</string>
0636                 </property>
0637                </widget>
0638               </item>
0639               <item row="1" column="1">
0640                <widget class="QToolButton" name="ButtonEditPath">
0641                 <property name="sizePolicy">
0642                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0643                   <horstretch>0</horstretch>
0644                   <verstretch>0</verstretch>
0645                  </sizepolicy>
0646                 </property>
0647                 <property name="minimumSize">
0648                  <size>
0649                   <width>0</width>
0650                   <height>0</height>
0651                  </size>
0652                 </property>
0653                 <property name="maximumSize">
0654                  <size>
0655                   <width>32767</width>
0656                   <height>32767</height>
0657                  </size>
0658                 </property>
0659                 <property name="text">
0660                  <string>Chan&amp;ge...</string>
0661                 </property>
0662                </widget>
0663               </item>
0664               <item row="2" column="1">
0665                <widget class="QToolButton" name="ButtonRemovePath">
0666                 <property name="sizePolicy">
0667                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0668                   <horstretch>0</horstretch>
0669                   <verstretch>0</verstretch>
0670                  </sizepolicy>
0671                 </property>
0672                 <property name="minimumSize">
0673                  <size>
0674                   <width>0</width>
0675                   <height>0</height>
0676                  </size>
0677                 </property>
0678                 <property name="maximumSize">
0679                  <size>
0680                   <width>32767</width>
0681                   <height>32767</height>
0682                  </size>
0683                 </property>
0684                 <property name="text">
0685                  <string>De&amp;lete</string>
0686                 </property>
0687                </widget>
0688               </item>
0689               <item row="3" column="1">
0690                <spacer>
0691                 <property name="orientation">
0692                  <enum>Qt::Vertical</enum>
0693                 </property>
0694                 <property name="sizeType">
0695                  <enum>QSizePolicy::Expanding</enum>
0696                 </property>
0697                 <property name="sizeHint" stdset="0">
0698                  <size>
0699                   <width>21</width>
0700                   <height>61</height>
0701                  </size>
0702                 </property>
0703                </spacer>
0704               </item>
0705              </layout>
0706             </widget>
0707             <widget class="QWidget" name="tabMime">
0708              <attribute name="title">
0709               <string>MIME Type</string>
0710              </attribute>
0711              <layout class="QGridLayout">
0712               <item row="0" column="0" rowspan="4">
0713                <widget class="KrListWidget" name="lbShowonlyMime" native="true">
0714                 <property name="whatsThis">
0715                  <string>Show the &lt;b&gt;Useraction&lt;/b&gt; only for the values defined here.</string>
0716                 </property>
0717                </widget>
0718               </item>
0719               <item row="0" column="1">
0720                <widget class="QToolButton" name="ButtonAddMime">
0721                 <property name="sizePolicy">
0722                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0723                   <horstretch>0</horstretch>
0724                   <verstretch>0</verstretch>
0725                  </sizepolicy>
0726                 </property>
0727                 <property name="minimumSize">
0728                  <size>
0729                   <width>0</width>
0730                   <height>0</height>
0731                  </size>
0732                 </property>
0733                 <property name="maximumSize">
0734                  <size>
0735                   <width>32767</width>
0736                   <height>32767</height>
0737                  </size>
0738                 </property>
0739                 <property name="text">
0740                  <string comment="New MIME">&amp;New...</string>
0741                 </property>
0742                </widget>
0743               </item>
0744               <item row="1" column="1">
0745                <widget class="QToolButton" name="ButtonEditMime">
0746                 <property name="sizePolicy">
0747                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0748                   <horstretch>0</horstretch>
0749                   <verstretch>0</verstretch>
0750                  </sizepolicy>
0751                 </property>
0752                 <property name="minimumSize">
0753                  <size>
0754                   <width>0</width>
0755                   <height>0</height>
0756                  </size>
0757                 </property>
0758                 <property name="maximumSize">
0759                  <size>
0760                   <width>32767</width>
0761                   <height>32767</height>
0762                  </size>
0763                 </property>
0764                 <property name="text">
0765                  <string>Chan&amp;ge...</string>
0766                 </property>
0767                </widget>
0768               </item>
0769               <item row="2" column="1">
0770                <widget class="QToolButton" name="ButtonRemoveMime">
0771                 <property name="sizePolicy">
0772                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0773                   <horstretch>0</horstretch>
0774                   <verstretch>0</verstretch>
0775                  </sizepolicy>
0776                 </property>
0777                 <property name="minimumSize">
0778                  <size>
0779                   <width>0</width>
0780                   <height>0</height>
0781                  </size>
0782                 </property>
0783                 <property name="maximumSize">
0784                  <size>
0785                   <width>32767</width>
0786                   <height>32767</height>
0787                  </size>
0788                 </property>
0789                 <property name="text">
0790                  <string>De&amp;lete</string>
0791                 </property>
0792                </widget>
0793               </item>
0794               <item row="3" column="1">
0795                <spacer>
0796                 <property name="orientation">
0797                  <enum>Qt::Vertical</enum>
0798                 </property>
0799                 <property name="sizeType">
0800                  <enum>QSizePolicy::Expanding</enum>
0801                 </property>
0802                 <property name="sizeHint" stdset="0">
0803                  <size>
0804                   <width>21</width>
0805                   <height>41</height>
0806                  </size>
0807                 </property>
0808                </spacer>
0809               </item>
0810              </layout>
0811             </widget>
0812             <widget class="QWidget" name="TabFile">
0813              <attribute name="title">
0814               <string>File Name</string>
0815              </attribute>
0816              <layout class="QGridLayout">
0817               <item row="0" column="0" rowspan="4">
0818                <widget class="KrListWidget" name="lbShowonlyFile" native="true">
0819                 <property name="whatsThis">
0820                  <string>Show the &lt;b&gt;Useraction&lt;/b&gt; only for the file names defined here. The wildcards '&lt;code&gt;?&lt;/code&gt;' and '&lt;code&gt;*&lt;/code&gt;' can be used.</string>
0821                 </property>
0822                </widget>
0823               </item>
0824               <item row="0" column="1">
0825                <widget class="QToolButton" name="ButtonNewFile">
0826                 <property name="sizePolicy">
0827                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0828                   <horstretch>0</horstretch>
0829                   <verstretch>0</verstretch>
0830                  </sizepolicy>
0831                 </property>
0832                 <property name="minimumSize">
0833                  <size>
0834                   <width>0</width>
0835                   <height>0</height>
0836                  </size>
0837                 </property>
0838                 <property name="maximumSize">
0839                  <size>
0840                   <width>32767</width>
0841                   <height>32767</height>
0842                  </size>
0843                 </property>
0844                 <property name="text">
0845                  <string comment="New file">&amp;New...</string>
0846                 </property>
0847                </widget>
0848               </item>
0849               <item row="1" column="1">
0850                <widget class="QToolButton" name="ButtonEditFile">
0851                 <property name="sizePolicy">
0852                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0853                   <horstretch>0</horstretch>
0854                   <verstretch>0</verstretch>
0855                  </sizepolicy>
0856                 </property>
0857                 <property name="minimumSize">
0858                  <size>
0859                   <width>0</width>
0860                   <height>0</height>
0861                  </size>
0862                 </property>
0863                 <property name="maximumSize">
0864                  <size>
0865                   <width>32767</width>
0866                   <height>32767</height>
0867                  </size>
0868                 </property>
0869                 <property name="text">
0870                  <string>Chan&amp;ge...</string>
0871                 </property>
0872                </widget>
0873               </item>
0874               <item row="2" column="1">
0875                <widget class="QToolButton" name="ButtonRemoveFile">
0876                 <property name="sizePolicy">
0877                  <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0878                   <horstretch>0</horstretch>
0879                   <verstretch>0</verstretch>
0880                  </sizepolicy>
0881                 </property>
0882                 <property name="minimumSize">
0883                  <size>
0884                   <width>0</width>
0885                   <height>0</height>
0886                  </size>
0887                 </property>
0888                 <property name="maximumSize">
0889                  <size>
0890                   <width>32767</width>
0891                   <height>32767</height>
0892                  </size>
0893                 </property>
0894                 <property name="text">
0895                  <string>De&amp;lete</string>
0896                 </property>
0897                </widget>
0898               </item>
0899               <item row="3" column="1">
0900                <spacer>
0901                 <property name="orientation">
0902                  <enum>Qt::Vertical</enum>
0903                 </property>
0904                 <property name="sizeType">
0905                  <enum>QSizePolicy::Expanding</enum>
0906                 </property>
0907                 <property name="sizeHint" stdset="0">
0908                  <size>
0909                   <width>21</width>
0910                   <height>41</height>
0911                  </size>
0912                 </property>
0913                </spacer>
0914               </item>
0915              </layout>
0916             </widget>
0917            </widget>
0918           </item>
0919          </layout>
0920         </widget>
0921        </item>
0922        <item row="1" column="0" colspan="2">
0923         <widget class="QCheckBox" name="chkConfirmExecution">
0924          <property name="whatsThis">
0925           <string>Allows one to tweak the &lt;i&gt;Command&lt;/i&gt; before it is executed.</string>
0926          </property>
0927          <property name="text">
0928           <string>Confirm each program call separately</string>
0929          </property>
0930         </widget>
0931        </item>
0932        <item row="2" column="0">
0933         <widget class="QCheckBox" name="chkDifferentUser">
0934          <property name="whatsThis">
0935           <string>Execute the &lt;i&gt;Command&lt;/i&gt; under a different user ID.</string>
0936          </property>
0937          <property name="text">
0938           <string>Run as different user:</string>
0939          </property>
0940         </widget>
0941        </item>
0942        <item row="2" column="1">
0943         <widget class="KLineEdit" name="leDifferentUser">
0944          <property name="enabled">
0945           <bool>false</bool>
0946          </property>
0947          <property name="whatsThis">
0948           <string>Execute the &lt;i&gt;Command&lt;/i&gt; under a different user ID.</string>
0949          </property>
0950         </widget>
0951        </item>
0952        <item row="3" column="0" colspan="2">
0953         <spacer>
0954          <property name="orientation">
0955           <enum>Qt::Vertical</enum>
0956          </property>
0957          <property name="sizeType">
0958           <enum>QSizePolicy::Expanding</enum>
0959          </property>
0960          <property name="sizeHint" stdset="0">
0961           <size>
0962            <width>161</width>
0963            <height>102</height>
0964           </size>
0965          </property>
0966         </spacer>
0967        </item>
0968       </layout>
0969      </widget>
0970     </widget>
0971    </item>
0972   </layout>
0973  </widget>
0974  <layoutdefault spacing="6" margin="11"/>
0975  <customwidgets>
0976   <customwidget>
0977    <class>KTextEdit</class>
0978    <extends>QTextEdit</extends>
0979    <header>ktextedit.h</header>
0980   </customwidget>
0981   <customwidget>
0982    <class>KLineEdit</class>
0983    <extends>QLineEdit</extends>
0984    <header>klineedit.h</header>
0985   </customwidget>
0986   <customwidget>
0987    <class>KKeySequenceWidget</class>
0988    <extends>QWidget</extends>
0989    <header>kkeysequencewidget.h</header>
0990   </customwidget>
0991   <customwidget>
0992    <class>KIconButton</class>
0993    <extends>QPushButton</extends>
0994    <header>kiconbutton.h</header>
0995   </customwidget>
0996   <customwidget>
0997    <class>KComboBox</class>
0998    <extends>QComboBox</extends>
0999    <header>kcombobox.h</header>
1000   </customwidget>
1001   <customwidget>
1002    <class>KrListWidget</class>
1003   </customwidget>
1004  </customwidgets>
1005  <tabstops>
1006   <tabstop>leDistinctName</tabstop>
1007   <tabstop>ButtonIcon</tabstop>
1008   <tabstop>cbCategory</tabstop>
1009   <tabstop>leTitle</tabstop>
1010   <tabstop>leTooltip</tabstop>
1011   <tabstop>textDescription</tabstop>
1012   <tabstop>leCommandline</tabstop>
1013   <tabstop>ButtonAddPlaceholder</tabstop>
1014   <tabstop>leStartpath</tabstop>
1015   <tabstop>ButtonAddStartpath</tabstop>
1016   <tabstop>radioNormal</tabstop>
1017   <tabstop>radioTerminal</tabstop>
1018   <tabstop>radioTE</tabstop>
1019   <tabstop>radioCollectOutput</tabstop>
1020   <tabstop>chkSeparateStdError</tabstop>
1021   <tabstop>radioLocal</tabstop>
1022   <tabstop>radioUrl</tabstop>
1023   <tabstop>KeyButtonShortcut</tabstop>
1024   <tabstop>chkEnabled</tabstop>
1025   <tabstop>tabWidget</tabstop>
1026   <tabstop>tabShowonly</tabstop>
1027   <tabstop>ButtonNewProtocol</tabstop>
1028   <tabstop>ButtonEditProtocol</tabstop>
1029   <tabstop>ButtonRemoveProtocol</tabstop>
1030   <tabstop>ButtonAddPath</tabstop>
1031   <tabstop>ButtonEditPath</tabstop>
1032   <tabstop>ButtonRemovePath</tabstop>
1033   <tabstop>ButtonAddMime</tabstop>
1034   <tabstop>ButtonEditMime</tabstop>
1035   <tabstop>ButtonRemoveMime</tabstop>
1036   <tabstop>ButtonNewFile</tabstop>
1037   <tabstop>ButtonEditFile</tabstop>
1038   <tabstop>ButtonRemoveFile</tabstop>
1039   <tabstop>chkConfirmExecution</tabstop>
1040   <tabstop>chkDifferentUser</tabstop>
1041   <tabstop>leDifferentUser</tabstop>
1042  </tabstops>
1043  <includes>
1044   <include location="local">klineedit.h</include>
1045   <include location="local">klineedit.h</include>
1046   <include location="local">kcombobox.h</include>
1047   <include location="local">klineedit.h</include>
1048   <include location="local">kicondialog.h</include>
1049   <include location="local">klineedit.h</include>
1050   <include location="local">klineedit.h</include>
1051   <include location="local">klineedit.h</include>
1052   <include location="local">ktextedit.h</include>
1053   <include location="local">kkeysequencewidget.h</include>
1054   <include location="local">../GUI/krlistwidget.h</include>
1055   <include location="local">../GUI/krlistwidget.h</include>
1056   <include location="local">../GUI/krlistwidget.h</include>
1057   <include location="local">../GUI/krlistwidget.h</include>
1058   <include location="local">klineedit.h</include>
1059  </includes>
1060  <resources/>
1061  <connections>
1062   <connection>
1063    <sender>radioCollectOutput</sender>
1064    <signal>toggled(bool)</signal>
1065    <receiver>chkSeparateStdError</receiver>
1066    <slot>setEnabled(bool)</slot>
1067    <hints>
1068     <hint type="sourcelabel">
1069      <x>20</x>
1070      <y>20</y>
1071     </hint>
1072     <hint type="destinationlabel">
1073      <x>20</x>
1074      <y>20</y>
1075     </hint>
1076    </hints>
1077   </connection>
1078   <connection>
1079    <sender>chkDifferentUser</sender>
1080    <signal>toggled(bool)</signal>
1081    <receiver>leDifferentUser</receiver>
1082    <slot>setEnabled(bool)</slot>
1083    <hints>
1084     <hint type="sourcelabel">
1085      <x>20</x>
1086      <y>20</y>
1087     </hint>
1088     <hint type="destinationlabel">
1089      <x>20</x>
1090      <y>20</y>
1091     </hint>
1092    </hints>
1093   </connection>
1094  </connections>
1095 </ui>