Warning, /frameworks/kio/src/widgets/kpropertiesdesktopbase.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>KPropertiesDesktopBase</class>
0004  <widget class="QWidget" name="KPropertiesDesktopBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>365</width>
0010     <height>415</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="margin" stdset="0">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <layout class="QFormLayout" name="formLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="nameLabel">
0021        <property name="whatsThis">
0022         <string>Type the name you want to give to this application here. This application will appear under this name in the applications menu and in the panel.</string>
0023        </property>
0024        <property name="text">
0025         <string>&amp;Name:</string>
0026        </property>
0027        <property name="buddy">
0028         <cstring>nameEdit</cstring>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QLineEdit" name="nameEdit">
0034        <property name="whatsThis">
0035         <string>Type the name you want to give to this application here. This application will appear under this name in the applications menu and in the panel.</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item row="1" column="0">
0040       <widget class="QLabel" name="textLabel2">
0041        <property name="whatsThis">
0042         <string>Type the description of this application, based on its use, here. Examples: a dial up application (KPPP) would be &quot;Dial up tool&quot;.</string>
0043        </property>
0044        <property name="text">
0045         <string>&amp;Description:</string>
0046        </property>
0047        <property name="buddy">
0048         <cstring>genNameEdit</cstring>
0049        </property>
0050       </widget>
0051      </item>
0052      <item row="1" column="1">
0053       <widget class="QLineEdit" name="genNameEdit">
0054        <property name="whatsThis">
0055         <string>Type the description of this application, based on its use, here. Examples: a dial up application (KPPP) would be &quot;Dial up tool&quot;.</string>
0056        </property>
0057       </widget>
0058      </item>
0059      <item row="2" column="0">
0060       <widget class="QLabel" name="textLabel3">
0061        <property name="whatsThis">
0062         <string>Type any comment you think is useful here.</string>
0063        </property>
0064        <property name="text">
0065         <string>Comm&amp;ent:</string>
0066        </property>
0067        <property name="buddy">
0068         <cstring>commentEdit</cstring>
0069        </property>
0070       </widget>
0071      </item>
0072      <item row="2" column="1">
0073       <widget class="QLineEdit" name="commentEdit">
0074        <property name="whatsThis">
0075         <string>Type any comment you think is useful here.</string>
0076        </property>
0077       </widget>
0078      </item>
0079      <item row="3" column="0">
0080       <widget class="QLabel" name="labelenvvars">
0081        <property name="text">
0082         <string>Environment Variables:</string>
0083        </property>
0084        <property name="buddy">
0085         <cstring>envarsEdit</cstring>
0086        </property>
0087       </widget>
0088      </item>
0089      <item row="3" column="1">
0090       <widget class="QLineEdit" name="envarsEdit"/>
0091      </item>
0092      <item row="4" column="0">
0093       <widget class="QLabel" name="textLabel4">
0094        <property name="whatsThis">
0095         <string>Type the command to start this application here.</string>
0096        </property>
0097        <property name="text">
0098         <string>Program:</string>
0099        </property>
0100        <property name="buddy">
0101         <cstring>programEdit</cstring>
0102        </property>
0103       </widget>
0104      </item>
0105      <item row="4" column="1">
0106       <layout class="QHBoxLayout" name="horizontalLayout">
0107        <item>
0108         <widget class="QLineEdit" name="programEdit">
0109          <property name="whatsThis">
0110           <string>Type the command to start this application here.</string>
0111          </property>
0112         </widget>
0113        </item>
0114        <item>
0115         <widget class="QPushButton" name="browseButton">
0116          <property name="whatsThis">
0117           <string>Click here to browse your file system in order to find the desired executable.</string>
0118          </property>
0119          <property name="text">
0120           <string>&amp;Browse...</string>
0121          </property>
0122         </widget>
0123        </item>
0124       </layout>
0125      </item>
0126      <item row="5" column="0">
0127       <widget class="QLabel" name="argumentsLabel">
0128        <property name="whatsThis">
0129         <string>Type the arguments to use when starting this application here.
0130 
0131 You can have several placeholders which will be replaced with the actual values when the actual program is run:
0132 
0133 %f - a single filename
0134 %F - a list of files (for apps that can open several files at once)
0135 %u - a single URL
0136 %U - a list of URLs
0137 %i - the icon of the .desktop file
0138 %c - the name of the .desktop file
0139 %k - the location of the .desktop file</string>
0140        </property>
0141        <property name="text">
0142         <string>&amp;Arguments:</string>
0143        </property>
0144        <property name="buddy">
0145         <cstring>argumentsEdit</cstring>
0146        </property>
0147       </widget>
0148      </item>
0149      <item row="5" column="1">
0150       <widget class="QLineEdit" name="argumentsEdit">
0151        <property name="whatsThis">
0152         <string>Type the arguments to use when starting this application here.
0153 
0154 You can have several placeholders which will be replaced with the actual values when the actual program is run:
0155 
0156 %f - a single filename
0157 %F - a list of files (for apps that can open several files at once)
0158 %u - a single URL
0159 %U - a list of URLs
0160 %i - the icon of the .desktop file
0161 %c - the name of the .desktop file
0162 %k - the location of the .desktop file</string>
0163        </property>
0164       </widget>
0165      </item>
0166      <item row="6" column="0">
0167       <widget class="QLabel" name="textLabel5">
0168        <property name="whatsThis">
0169         <string>Sets the working directory for your application.</string>
0170        </property>
0171        <property name="text">
0172         <string>&amp;Work path:</string>
0173        </property>
0174        <property name="buddy">
0175         <cstring>pathEdit</cstring>
0176        </property>
0177       </widget>
0178      </item>
0179      <item row="6" column="1">
0180       <widget class="KUrlRequester" name="pathEdit">
0181        <property name="whatsThis">
0182         <string>Sets the working directory for your application.</string>
0183        </property>
0184       </widget>
0185      </item>
0186     </layout>
0187    </item>
0188    <item>
0189     <widget class="KSeparator" name="kseparator"/>
0190    </item>
0191    <item>
0192     <widget class="QLabel" name="textLabel7">
0193      <property name="whatsThis">
0194       <string>&lt;qt&gt;&lt;p&gt;This list should show the types of file that your application can handle. This list is organized by &lt;u&gt;mimetypes&lt;/u&gt;.&lt;/p&gt;
0195 &lt;p&gt;MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for identifying the type of data based on filename extensions and correspondent &lt;u&gt;mimetypes&lt;/u&gt;. Example: the &quot;bmp&quot; part that comes after the dot in flower.bmp indicates that it is a specific kind of image, &lt;u&gt;image/x-bmp&lt;/u&gt;. To know which application should open each type of file, the system should be informed about the abilities of each application to handle these extensions and mimetypes.&lt;/p&gt;
0196 &lt;p&gt;If you want to associate this application with one or more mimetypes that are not in this list, click on the button &lt;b&gt;Add&lt;/b&gt; below. If there are one or more filetypes that this application cannot handle, you may want to remove them from the list clicking on the button &lt;b&gt;Remove&lt;/b&gt; below.&lt;/p&gt;&lt;/qt&gt;</string>
0197      </property>
0198      <property name="text">
0199       <string>&amp;Supported file types:</string>
0200      </property>
0201      <property name="buddy">
0202       <cstring>filetypeList</cstring>
0203      </property>
0204     </widget>
0205    </item>
0206    <item>
0207     <widget class="QTreeWidget" name="filetypeList">
0208      <property name="sizePolicy">
0209       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0210        <horstretch>0</horstretch>
0211        <verstretch>1</verstretch>
0212       </sizepolicy>
0213      </property>
0214      <property name="whatsThis">
0215       <string>&lt;qt&gt;&lt;p&gt;This list should show the types of file that your application can handle. This list is organized by &lt;u&gt;mimetypes&lt;/u&gt;.&lt;/p&gt;
0216 &lt;p&gt;MIME, Multipurpose Internet (e)Mail Extension, is a standard protocol for identifying the type of data based on filename extensions and correspondent &lt;u&gt;mimetypes&lt;/u&gt;. Example: the &quot;bmp&quot; part that comes after the dot in flower.bmp indicates that it is a specific kind of image, &lt;u&gt;image/x-bmp&lt;/u&gt;. To know which application should open each type of file, the system should be informed about the abilities of each application to handle these extensions and mimetypes.&lt;/p&gt;
0217 &lt;p&gt;If you want to associate this application with one or more mimetypes that are not in this list, click on the button &lt;b&gt;Add&lt;/b&gt; below. If there are one or more filetypes that this application cannot handle, you may want to remove them from the list clicking on the button &lt;b&gt;Remove&lt;/b&gt; below.&lt;/p&gt;&lt;/qt&gt;</string>
0218      </property>
0219      <property name="rootIsDecorated">
0220       <bool>false</bool>
0221      </property>
0222      <property name="sortingEnabled">
0223       <bool>true</bool>
0224      </property>
0225      <property name="allColumnsShowFocus">
0226       <bool>true</bool>
0227      </property>
0228      <column>
0229       <property name="text">
0230        <string>Mimetype</string>
0231       </property>
0232      </column>
0233      <column>
0234       <property name="text">
0235        <string>Description</string>
0236       </property>
0237      </column>
0238     </widget>
0239    </item>
0240    <item>
0241     <layout class="QHBoxLayout" name="horizontalLayout_2">
0242      <item>
0243       <widget class="QPushButton" name="addFiletypeButton">
0244        <property name="whatsThis">
0245         <string>Click on this button if you want to add a type of file (mimetype) that your application can handle.</string>
0246        </property>
0247        <property name="text">
0248         <string>Add...</string>
0249        </property>
0250       </widget>
0251      </item>
0252      <item>
0253       <widget class="QPushButton" name="delFiletypeButton">
0254        <property name="whatsThis">
0255         <string>If you want to remove a type of file (mimetype) that your application cannot handle, select the mimetype in the list above and click on this button.</string>
0256        </property>
0257        <property name="text">
0258         <string>Remove</string>
0259        </property>
0260       </widget>
0261      </item>
0262      <item>
0263       <spacer>
0264        <property name="orientation">
0265         <enum>Qt::Horizontal</enum>
0266        </property>
0267        <property name="sizeType">
0268         <enum>QSizePolicy::MinimumExpanding</enum>
0269        </property>
0270        <property name="sizeHint" stdset="0">
0271         <size>
0272          <width>70</width>
0273          <height>20</height>
0274         </size>
0275        </property>
0276       </spacer>
0277      </item>
0278      <item>
0279       <widget class="QPushButton" name="advancedButton">
0280        <property name="whatsThis">
0281         <string>Click here to modify the way this application will run, launch feedback, D-Bus options or to run it as a different user.</string>
0282        </property>
0283        <property name="text">
0284         <string>Ad&amp;vanced Options</string>
0285        </property>
0286       </widget>
0287      </item>
0288     </layout>
0289    </item>
0290   </layout>
0291  </widget>
0292  <customwidgets>
0293   <customwidget>
0294    <class>KUrlRequester</class>
0295    <extends>QFrame</extends>
0296    <header>kurlrequester.h</header>
0297    <container>1</container>
0298   </customwidget>
0299   <customwidget>
0300    <class>KSeparator</class>
0301    <extends>QFrame</extends>
0302    <header>kseparator.h</header>
0303    <container>1</container>
0304   </customwidget>
0305  </customwidgets>
0306  <resources/>
0307  <connections/>
0308 </ui>