Warning, /plasma/plasma-desktop/kcms/solid_actions/ActionEditor.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>ActionEditor</class>
0004  <widget class="QWidget" name="ActionEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>602</width>
0010     <height>522</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_5">
0014    <item row="3" column="0">
0015     <widget class="QGroupBox" name="GbParameter">
0016      <property name="title">
0017       <string>Edit Parameter</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout_2">
0020       <item row="0" column="0">
0021        <layout class="QGridLayout" name="GlParameterType">
0022         <item row="0" column="0">
0023          <widget class="QLabel" name="LblParameterType">
0024           <property name="sizePolicy">
0025            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0026             <horstretch>0</horstretch>
0027             <verstretch>0</verstretch>
0028            </sizepolicy>
0029           </property>
0030           <property name="minimumSize">
0031            <size>
0032             <width>150</width>
0033             <height>0</height>
0034            </size>
0035           </property>
0036           <property name="maximumSize">
0037            <size>
0038             <width>150</width>
0039             <height>16777215</height>
0040            </size>
0041           </property>
0042           <property name="text">
0043            <string>Parameter type:</string>
0044           </property>
0045          </widget>
0046         </item>
0047         <item row="0" column="1">
0048          <widget class="QComboBox" name="CbParameterType">
0049           <item>
0050            <property name="text">
0051             <string>Property Match</string>
0052            </property>
0053           </item>
0054           <item>
0055            <property name="text">
0056             <string>Content Conjunction</string>
0057            </property>
0058           </item>
0059           <item>
0060            <property name="text">
0061             <string>Content Disjunction</string>
0062            </property>
0063           </item>
0064           <item>
0065            <property name="text">
0066             <string>Device Interface Match</string>
0067            </property>
0068           </item>
0069          </widget>
0070         </item>
0071        </layout>
0072       </item>
0073       <item row="1" column="0">
0074        <layout class="QGridLayout" name="GlDeviceType">
0075         <item row="0" column="0">
0076          <widget class="QLabel" name="LblDeviceType">
0077           <property name="sizePolicy">
0078            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0079             <horstretch>0</horstretch>
0080             <verstretch>0</verstretch>
0081            </sizepolicy>
0082           </property>
0083           <property name="minimumSize">
0084            <size>
0085             <width>150</width>
0086             <height>0</height>
0087            </size>
0088           </property>
0089           <property name="maximumSize">
0090            <size>
0091             <width>150</width>
0092             <height>16777215</height>
0093            </size>
0094           </property>
0095           <property name="text">
0096            <string>Device type:</string>
0097           </property>
0098          </widget>
0099         </item>
0100         <item row="0" column="1">
0101          <widget class="QComboBox" name="CbDeviceType">
0102           <property name="sizePolicy">
0103            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0104             <horstretch>0</horstretch>
0105             <verstretch>0</verstretch>
0106            </sizepolicy>
0107           </property>
0108          </widget>
0109         </item>
0110        </layout>
0111       </item>
0112       <item row="2" column="0">
0113        <layout class="QGridLayout" name="GlValueName">
0114         <item row="0" column="0">
0115          <widget class="QLabel" name="LblValueName">
0116           <property name="sizePolicy">
0117            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0118             <horstretch>0</horstretch>
0119             <verstretch>0</verstretch>
0120            </sizepolicy>
0121           </property>
0122           <property name="minimumSize">
0123            <size>
0124             <width>150</width>
0125             <height>0</height>
0126            </size>
0127           </property>
0128           <property name="maximumSize">
0129            <size>
0130             <width>150</width>
0131             <height>16777215</height>
0132            </size>
0133           </property>
0134           <property name="text">
0135            <string>Value name:</string>
0136           </property>
0137          </widget>
0138         </item>
0139         <item row="0" column="1">
0140          <widget class="QComboBox" name="CbValueName">
0141           <property name="sizePolicy">
0142            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0143             <horstretch>0</horstretch>
0144             <verstretch>0</verstretch>
0145            </sizepolicy>
0146           </property>
0147          </widget>
0148         </item>
0149        </layout>
0150       </item>
0151       <item row="3" column="0">
0152        <layout class="QGridLayout" name="GlValueMatch">
0153         <item row="0" column="0">
0154          <widget class="QComboBox" name="CbValueMatch">
0155           <property name="sizePolicy">
0156            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0157             <horstretch>0</horstretch>
0158             <verstretch>0</verstretch>
0159            </sizepolicy>
0160           </property>
0161           <property name="minimumSize">
0162            <size>
0163             <width>150</width>
0164             <height>0</height>
0165            </size>
0166           </property>
0167           <property name="maximumSize">
0168            <size>
0169             <width>150</width>
0170             <height>16777215</height>
0171            </size>
0172           </property>
0173           <item>
0174            <property name="text">
0175             <string>Equals</string>
0176            </property>
0177           </item>
0178           <item>
0179            <property name="text">
0180             <string>Contains</string>
0181            </property>
0182           </item>
0183          </widget>
0184         </item>
0185         <item row="0" column="1">
0186          <widget class="QLineEdit" name="LeValueMatch"/>
0187         </item>
0188        </layout>
0189       </item>
0190       <item row="4" column="0">
0191        <layout class="QGridLayout" name="GlParameterControl">
0192         <item row="0" column="0">
0193          <spacer name="HsParameterControl">
0194           <property name="orientation">
0195            <enum>Qt::Horizontal</enum>
0196           </property>
0197           <property name="sizeHint" stdset="0">
0198            <size>
0199             <width>227</width>
0200             <height>25</height>
0201            </size>
0202           </property>
0203          </spacer>
0204         </item>
0205         <item row="0" column="1">
0206          <widget class="QPushButton" name="PbParameterReset">
0207           <property name="text">
0208            <string>Reset Parameter</string>
0209           </property>
0210          </widget>
0211         </item>
0212         <item row="0" column="2">
0213          <widget class="QPushButton" name="PbParameterSave">
0214           <property name="text">
0215            <string>Save Parameter Changes</string>
0216           </property>
0217          </widget>
0218         </item>
0219        </layout>
0220       </item>
0221      </layout>
0222     </widget>
0223    </item>
0224    <item row="0" column="0">
0225     <layout class="QGridLayout" name="GlActionIconName">
0226      <item row="0" column="0">
0227       <widget class="KIconButton" name="IbActionIcon">
0228        <property name="sizePolicy">
0229         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0230          <horstretch>0</horstretch>
0231          <verstretch>0</verstretch>
0232         </sizepolicy>
0233        </property>
0234        <property name="minimumSize">
0235         <size>
0236          <width>80</width>
0237          <height>80</height>
0238         </size>
0239        </property>
0240        <property name="maximumSize">
0241         <size>
0242          <width>75</width>
0243          <height>75</height>
0244         </size>
0245        </property>
0246        <property name="toolTip">
0247         <string>Action icon, click to change it</string>
0248        </property>
0249       </widget>
0250      </item>
0251      <item row="0" column="1">
0252       <widget class="QLineEdit" name="LeActionFriendlyName">
0253        <property name="toolTip">
0254         <string>Action name</string>
0255        </property>
0256       </widget>
0257      </item>
0258     </layout>
0259    </item>
0260    <item row="1" column="0">
0261     <layout class="QGridLayout" name="GlActionCommand">
0262      <item row="0" column="0">
0263       <widget class="QLabel" name="TlActionCommand">
0264        <property name="minimumSize">
0265         <size>
0266          <width>80</width>
0267          <height>0</height>
0268         </size>
0269        </property>
0270        <property name="text">
0271         <string>Command: </string>
0272        </property>
0273       </widget>
0274      </item>
0275      <item row="0" column="1">
0276       <widget class="KUrlRequester" name="LeActionCommand">
0277        <property name="toolTip">
0278         <string>Command that will trigger the action
0279 This can include any or all of the following case insensitive expands:
0280 
0281 %f: The mountpoint for the device - Storage Access devices only
0282 %d: Path to the device node - Block devices only
0283 %i: The identifier of the device</string>
0284        </property>
0285       </widget>
0286      </item>
0287     </layout>
0288    </item>
0289    <item row="2" column="0">
0290     <layout class="QGridLayout" name="GlPredicateTree">
0291      <item row="0" column="0" colspan="2">
0292       <widget class="QLabel" name="TlPredicateTree">
0293        <property name="minimumSize">
0294         <size>
0295          <width>80</width>
0296          <height>0</height>
0297         </size>
0298        </property>
0299        <property name="text">
0300         <string>Devices must match the following parameters for this action:</string>
0301        </property>
0302       </widget>
0303      </item>
0304      <item row="1" column="0" colspan="2">
0305       <widget class="QTreeView" name="TvPredicateTree"/>
0306      </item>
0307     </layout>
0308    </item>
0309    <item row="4" column="0">
0310     <widget class="QDialogButtonBox" name="buttonBox">
0311      <property name="standardButtons">
0312       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0313      </property>
0314     </widget>
0315    </item>
0316   </layout>
0317  </widget>
0318  <customwidgets>
0319   <customwidget>
0320    <class>KIconButton</class>
0321    <extends>QPushButton</extends>
0322    <header>kiconbutton.h</header>
0323   </customwidget>
0324   <customwidget>
0325    <class>KUrlRequester</class>
0326    <extends>QWidget</extends>
0327    <header>kurlrequester.h</header>
0328   </customwidget>
0329  </customwidgets>
0330  <tabstops>
0331   <tabstop>IbActionIcon</tabstop>
0332   <tabstop>LeActionFriendlyName</tabstop>
0333   <tabstop>LeActionCommand</tabstop>
0334   <tabstop>TvPredicateTree</tabstop>
0335   <tabstop>CbDeviceType</tabstop>
0336   <tabstop>CbParameterType</tabstop>
0337   <tabstop>CbValueName</tabstop>
0338   <tabstop>CbValueMatch</tabstop>
0339   <tabstop>LeValueMatch</tabstop>
0340   <tabstop>PbParameterReset</tabstop>
0341   <tabstop>PbParameterSave</tabstop>
0342  </tabstops>
0343  <resources/>
0344  <connections/>
0345 </ui>