Warning, /education/marble/src/lib/marble/MarbleCacheSettingsWidget.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>MarbleCacheSettingsWidget</class>
0004  <widget class="QWidget" name="MarbleCacheSettingsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>459</width>
0010     <height>380</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox_cache">
0016      <property name="toolTip">
0017       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0018 p, li { white-space: pre-wrap; }
0019 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0020 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;There are two caches being used for Marble: The physical memory which is needed to keep map data in the computer's memory. Increasing the value will make the application more responsive. The hard disc memory cache is used by download contents from the Internet (e.g. Wikipedia data or map data). Decrease this value if you want to save space on the hard disc and if high usage of the Internet is not an issue. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0021      </property>
0022      <property name="title">
0023       <string>C&amp;ache</string>
0024      </property>
0025      <layout class="QGridLayout">
0026       <item row="0" column="0">
0027        <widget class="QLabel" name="label_volatileCache">
0028         <property name="sizePolicy">
0029          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0030           <horstretch>0</horstretch>
0031           <verstretch>0</verstretch>
0032          </sizepolicy>
0033         </property>
0034         <property name="minimumSize">
0035          <size>
0036           <width>118</width>
0037           <height>0</height>
0038          </size>
0039         </property>
0040         <property name="text">
0041          <string>&amp;Physical memory:</string>
0042         </property>
0043         <property name="buddy">
0044          <cstring>kcfg_volatileTileCacheLimit</cstring>
0045         </property>
0046        </widget>
0047       </item>
0048       <item row="0" column="1">
0049        <widget class="QSpinBox" name="kcfg_volatileTileCacheLimit">
0050         <property name="alignment">
0051          <set>Qt::AlignRight</set>
0052         </property>
0053         <property name="suffix">
0054          <string> MB</string>
0055         </property>
0056         <property name="maximum">
0057          <number>999999</number>
0058         </property>
0059         <property name="value">
0060          <number>100</number>
0061         </property>
0062        </widget>
0063       </item>
0064       <item row="0" column="2">
0065        <widget class="QPushButton" name="button_clearVolatileCache">
0066         <property name="sizePolicy">
0067          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0068           <horstretch>0</horstretch>
0069           <verstretch>0</verstretch>
0070          </sizepolicy>
0071         </property>
0072         <property name="text">
0073          <string>C&amp;lear</string>
0074         </property>
0075        </widget>
0076       </item>
0077       <item row="0" column="4">
0078        <spacer>
0079         <property name="orientation">
0080          <enum>Qt::Horizontal</enum>
0081         </property>
0082         <property name="sizeHint" stdset="0">
0083          <size>
0084           <width>10</width>
0085           <height>20</height>
0086          </size>
0087         </property>
0088        </spacer>
0089       </item>
0090       <item row="1" column="0">
0091        <widget class="QLabel" name="label_persistentCache">
0092         <property name="sizePolicy">
0093          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0094           <horstretch>0</horstretch>
0095           <verstretch>0</verstretch>
0096          </sizepolicy>
0097         </property>
0098         <property name="minimumSize">
0099          <size>
0100           <width>118</width>
0101           <height>0</height>
0102          </size>
0103         </property>
0104         <property name="text">
0105          <string>&amp;Hard disc:</string>
0106         </property>
0107         <property name="buddy">
0108          <cstring>kcfg_persistentTileCacheLimit</cstring>
0109         </property>
0110        </widget>
0111       </item>
0112       <item row="1" column="1">
0113        <widget class="QSpinBox" name="kcfg_persistentTileCacheLimit">
0114         <property name="minimumSize">
0115          <size>
0116           <width>100</width>
0117           <height>0</height>
0118          </size>
0119         </property>
0120         <property name="alignment">
0121          <set>Qt::AlignRight</set>
0122         </property>
0123         <property name="specialValueText">
0124          <string>Unlimited</string>
0125         </property>
0126         <property name="suffix">
0127          <string> MB</string>
0128         </property>
0129         <property name="maximum">
0130          <number>999999</number>
0131         </property>
0132         <property name="value">
0133          <number>999999</number>
0134         </property>
0135        </widget>
0136       </item>
0137       <item row="1" column="2" colspan="2">
0138        <widget class="QPushButton" name="button_clearPersistentCache">
0139         <property name="sizePolicy">
0140          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0141           <horstretch>0</horstretch>
0142           <verstretch>0</verstretch>
0143          </sizepolicy>
0144         </property>
0145         <property name="text">
0146          <string>Cl&amp;ear</string>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="1" column="4">
0151        <spacer>
0152         <property name="orientation">
0153          <enum>Qt::Horizontal</enum>
0154         </property>
0155         <property name="sizeHint" stdset="0">
0156          <size>
0157           <width>10</width>
0158           <height>20</height>
0159          </size>
0160         </property>
0161        </spacer>
0162       </item>
0163      </layout>
0164     </widget>
0165    </item>
0166    <item>
0167     <widget class="QGroupBox" name="groupBox_proxy">
0168      <property name="toolTip">
0169       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0170 p, li { white-space: pre-wrap; }
0171 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
0172 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Proxy settings for your local intranet. Please leave empty if there is no proxy.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0173      </property>
0174      <property name="title">
0175       <string>&amp;Proxy</string>
0176      </property>
0177      <layout class="QVBoxLayout" name="verticalLayout">
0178       <item>
0179        <layout class="QHBoxLayout" name="horizontalLayout">
0180         <item>
0181          <widget class="QLabel" name="label_proxyUrl">
0182           <property name="text">
0183            <string>&amp;Proxy:</string>
0184           </property>
0185           <property name="buddy">
0186            <cstring>kcfg_proxyUrl</cstring>
0187           </property>
0188          </widget>
0189         </item>
0190         <item>
0191          <widget class="QLineEdit" name="kcfg_proxyUrl">
0192           <property name="text">
0193            <string/>
0194           </property>
0195          </widget>
0196         </item>
0197         <item>
0198          <widget class="QLabel" name="label_proxyPort">
0199           <property name="text">
0200            <string>P&amp;ort:</string>
0201           </property>
0202           <property name="buddy">
0203            <cstring>kcfg_proxyPort</cstring>
0204           </property>
0205          </widget>
0206         </item>
0207         <item>
0208          <widget class="QSpinBox" name="kcfg_proxyPort">
0209           <property name="maximum">
0210            <number>65535</number>
0211           </property>
0212           <property name="value">
0213            <number>8081</number>
0214           </property>
0215          </widget>
0216         </item>
0217        </layout>
0218       </item>
0219       <item>
0220        <spacer name="verticalSpacer_2">
0221         <property name="orientation">
0222          <enum>Qt::Vertical</enum>
0223         </property>
0224         <property name="sizeType">
0225          <enum>QSizePolicy::Fixed</enum>
0226         </property>
0227         <property name="sizeHint" stdset="0">
0228          <size>
0229           <width>20</width>
0230           <height>10</height>
0231          </size>
0232         </property>
0233        </spacer>
0234       </item>
0235       <item>
0236        <layout class="QHBoxLayout" name="horizontalLayout_2">
0237         <item>
0238          <spacer name="horizontalSpacer_4">
0239           <property name="orientation">
0240            <enum>Qt::Horizontal</enum>
0241           </property>
0242           <property name="sizeType">
0243            <enum>QSizePolicy::Fixed</enum>
0244           </property>
0245           <property name="sizeHint" stdset="0">
0246            <size>
0247             <width>20</width>
0248             <height>20</height>
0249            </size>
0250           </property>
0251          </spacer>
0252         </item>
0253         <item>
0254          <widget class="QLabel" name="label_proxyType">
0255           <property name="text">
0256            <string>Proxy type:</string>
0257           </property>
0258          </widget>
0259         </item>
0260         <item>
0261          <widget class="QComboBox" name="kcfg_proxyType">
0262           <item>
0263            <property name="text">
0264             <string>Http</string>
0265            </property>
0266           </item>
0267           <item>
0268            <property name="text">
0269             <string>Socks5</string>
0270            </property>
0271           </item>
0272          </widget>
0273         </item>
0274         <item>
0275          <spacer name="horizontalSpacer">
0276           <property name="orientation">
0277            <enum>Qt::Horizontal</enum>
0278           </property>
0279           <property name="sizeHint" stdset="0">
0280            <size>
0281             <width>40</width>
0282             <height>20</height>
0283            </size>
0284           </property>
0285          </spacer>
0286         </item>
0287        </layout>
0288       </item>
0289       <item>
0290        <spacer name="verticalSpacer_3">
0291         <property name="orientation">
0292          <enum>Qt::Vertical</enum>
0293         </property>
0294         <property name="sizeType">
0295          <enum>QSizePolicy::Fixed</enum>
0296         </property>
0297         <property name="sizeHint" stdset="0">
0298          <size>
0299           <width>20</width>
0300           <height>13</height>
0301          </size>
0302         </property>
0303        </spacer>
0304       </item>
0305       <item>
0306        <widget class="QGroupBox" name="kcfg_proxyAuth">
0307         <property name="title">
0308          <string>Requires authentication</string>
0309         </property>
0310         <property name="flat">
0311          <bool>true</bool>
0312         </property>
0313         <property name="checkable">
0314          <bool>true</bool>
0315         </property>
0316         <property name="checked">
0317          <bool>false</bool>
0318         </property>
0319         <property name="text" stdset="0">
0320          <string>Requires authentication</string>
0321         </property>
0322         <layout class="QGridLayout" name="gridLayout1">
0323          <item row="0" column="0">
0324           <widget class="QLabel" name="label_username">
0325            <property name="text">
0326             <string>U&amp;sername:</string>
0327            </property>
0328            <property name="buddy">
0329             <cstring>kcfg_proxyUser</cstring>
0330            </property>
0331           </widget>
0332          </item>
0333          <item row="1" column="0">
0334           <widget class="QLabel" name="label_password">
0335            <property name="text">
0336             <string>&amp;Password:</string>
0337            </property>
0338            <property name="buddy">
0339             <cstring>kcfg_proxyPass</cstring>
0340            </property>
0341           </widget>
0342          </item>
0343          <item row="1" column="1">
0344           <widget class="QLineEdit" name="kcfg_proxyPass">
0345            <property name="enabled">
0346             <bool>false</bool>
0347            </property>
0348            <property name="echoMode">
0349             <enum>QLineEdit::Password</enum>
0350            </property>
0351           </widget>
0352          </item>
0353          <item row="0" column="1">
0354           <widget class="QLineEdit" name="kcfg_proxyUser">
0355            <property name="enabled">
0356             <bool>false</bool>
0357            </property>
0358           </widget>
0359          </item>
0360         </layout>
0361        </widget>
0362       </item>
0363      </layout>
0364     </widget>
0365    </item>
0366    <item>
0367     <spacer name="verticalSpacer">
0368      <property name="orientation">
0369       <enum>Qt::Vertical</enum>
0370      </property>
0371      <property name="sizeHint" stdset="0">
0372       <size>
0373        <width>20</width>
0374        <height>40</height>
0375       </size>
0376      </property>
0377     </spacer>
0378    </item>
0379   </layout>
0380  </widget>
0381  <resources/>
0382  <connections/>
0383 </ui>