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.
0096 
0097 Following the command, you can have several placeholders which will be replaced with the actual values when the actual program is run:
0098 
0099 %f - a single filename
0100 %F - a list of files (for apps that can open several files at once)
0101 %u - a single URL
0102 %U - a list of URLs
0103 %i - the icon of the .desktop file
0104 %c - the name of the .desktop file
0105 %k - the location of the .desktop file</string>
0106        </property>
0107        <property name="text">
0108         <string>Program:</string>
0109        </property>
0110        <property name="buddy">
0111         <cstring>programEdit</cstring>
0112        </property>
0113       </widget>
0114      </item>
0115      <item row="4" column="1">
0116       <layout class="QHBoxLayout" name="horizontalLayout">
0117        <item>
0118         <widget class="QLineEdit" name="programEdit">
0119          <property name="whatsThis">
0120           <string>Type the command to start this application here.
0121 
0122 Following the command, you can have several placeholders which will be replaced with the actual values when the actual program is run:
0123 
0124 %f - a single filename
0125 %F - a list of files (for apps that can open several files at once)
0126 %u - a single URL
0127 %U - a list of URLs
0128 %i - the icon of the .desktop file
0129 %c - the name of the .desktop file
0130 %k - the location of the .desktop file</string>
0131          </property>
0132         </widget>
0133        </item>
0134        <item>
0135         <widget class="QPushButton" name="browseButton">
0136          <property name="whatsThis">
0137           <string>Click here to browse your file system in order to find the desired executable.</string>
0138          </property>
0139          <property name="text">
0140           <string>&amp;Browse...</string>
0141          </property>
0142         </widget>
0143        </item>
0144       </layout>
0145      </item>
0146      <item row="6" column="0">
0147       <widget class="QLabel" name="textLabel5">
0148        <property name="whatsThis">
0149         <string>Sets the working directory for your application.</string>
0150        </property>
0151        <property name="text">
0152         <string>&amp;Work path:</string>
0153        </property>
0154        <property name="buddy">
0155         <cstring>pathEdit</cstring>
0156        </property>
0157       </widget>
0158      </item>
0159      <item row="6" column="1">
0160       <widget class="KUrlRequester" name="pathEdit">
0161        <property name="whatsThis">
0162         <string>Sets the working directory for your application.</string>
0163        </property>
0164       </widget>
0165      </item>
0166      <item row="5" column="0">
0167       <widget class="QLabel" name="label">
0168        <property name="text">
0169         <string>Arguments:</string>
0170        </property>
0171       </widget>
0172      </item>
0173      <item row="5" column="1">
0174       <widget class="QLineEdit" name="argumentsEdit"/>
0175      </item>
0176     </layout>
0177    </item>
0178    <item>
0179     <widget class="KSeparator" name="kseparator"/>
0180    </item>
0181    <item>
0182     <widget class="QLabel" name="textLabel7">
0183      <property name="whatsThis">
0184       <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;
0185 &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;
0186 &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>
0187      </property>
0188      <property name="text">
0189       <string>&amp;Supported file types:</string>
0190      </property>
0191      <property name="buddy">
0192       <cstring>filetypeList</cstring>
0193      </property>
0194     </widget>
0195    </item>
0196    <item>
0197     <widget class="QTreeWidget" name="filetypeList">
0198      <property name="sizePolicy">
0199       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0200        <horstretch>0</horstretch>
0201        <verstretch>1</verstretch>
0202       </sizepolicy>
0203      </property>
0204      <property name="whatsThis">
0205       <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;
0206 &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;
0207 &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>
0208      </property>
0209      <property name="rootIsDecorated">
0210       <bool>false</bool>
0211      </property>
0212      <property name="sortingEnabled">
0213       <bool>true</bool>
0214      </property>
0215      <property name="allColumnsShowFocus">
0216       <bool>true</bool>
0217      </property>
0218      <column>
0219       <property name="text">
0220        <string>Mimetype</string>
0221       </property>
0222      </column>
0223      <column>
0224       <property name="text">
0225        <string>Description</string>
0226       </property>
0227      </column>
0228     </widget>
0229    </item>
0230    <item>
0231     <layout class="QHBoxLayout" name="horizontalLayout_2">
0232      <item>
0233       <widget class="QPushButton" name="addFiletypeButton">
0234        <property name="whatsThis">
0235         <string>Click on this button if you want to add a type of file (mimetype) that your application can handle.</string>
0236        </property>
0237        <property name="text">
0238         <string>Add...</string>
0239        </property>
0240       </widget>
0241      </item>
0242      <item>
0243       <widget class="QPushButton" name="delFiletypeButton">
0244        <property name="whatsThis">
0245         <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>
0246        </property>
0247        <property name="text">
0248         <string>Remove</string>
0249        </property>
0250       </widget>
0251      </item>
0252      <item>
0253       <spacer>
0254        <property name="orientation">
0255         <enum>Qt::Horizontal</enum>
0256        </property>
0257        <property name="sizeType">
0258         <enum>QSizePolicy::MinimumExpanding</enum>
0259        </property>
0260        <property name="sizeHint" stdset="0">
0261         <size>
0262          <width>70</width>
0263          <height>20</height>
0264         </size>
0265        </property>
0266       </spacer>
0267      </item>
0268      <item>
0269       <widget class="QPushButton" name="advancedButton">
0270        <property name="whatsThis">
0271         <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>
0272        </property>
0273        <property name="text">
0274         <string>Ad&amp;vanced Options</string>
0275        </property>
0276       </widget>
0277      </item>
0278     </layout>
0279    </item>
0280   </layout>
0281  </widget>
0282  <customwidgets>
0283   <customwidget>
0284    <class>KUrlRequester</class>
0285    <extends>QFrame</extends>
0286    <header>kurlrequester.h</header>
0287    <container>1</container>
0288   </customwidget>
0289   <customwidget>
0290    <class>KSeparator</class>
0291    <extends>QFrame</extends>
0292    <header>kseparator.h</header>
0293    <container>1</container>
0294   </customwidget>
0295  </customwidgets>
0296  <resources/>
0297  <connections/>
0298 </ui>