Warning, /graphics/digikam/core/utilities/setup/misc/proxysettingswidget.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>ProxySettingsWidget</class>
0004  <widget class="QWidget" name="ProxySettingsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>406</width>
0010     <height>311</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QGroupBox" name="groupBox_proxy">
0028      <property name="toolTip">
0029       <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;
0030 p, li { white-space: pre-wrap; }
0031 &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;
0032 &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>
0033      </property>
0034      <property name="title">
0035       <string>&amp;Network Proxy Server Settings</string>
0036      </property>
0037      <layout class="QVBoxLayout" name="verticalLayout">
0038       <item>
0039        <layout class="QHBoxLayout" name="horizontalLayout">
0040         <item>
0041          <widget class="QLabel" name="label_proxyUrl">
0042           <property name="text">
0043            <string>&amp;Proxy:</string>
0044           </property>
0045           <property name="buddy">
0046            <cstring>kcfg_proxyUrl</cstring>
0047           </property>
0048          </widget>
0049         </item>
0050         <item>
0051          <widget class="QLineEdit" name="kcfg_proxyUrl">
0052           <property name="text">
0053            <string/>
0054           </property>
0055          </widget>
0056         </item>
0057         <item>
0058          <widget class="QLabel" name="label_proxyPort">
0059           <property name="text">
0060            <string>P&amp;ort:</string>
0061           </property>
0062           <property name="buddy">
0063            <cstring>kcfg_proxyPort</cstring>
0064           </property>
0065          </widget>
0066         </item>
0067         <item>
0068          <widget class="QSpinBox" name="kcfg_proxyPort">
0069           <property name="maximum">
0070            <number>65535</number>
0071           </property>
0072           <property name="value">
0073            <number>8081</number>
0074           </property>
0075          </widget>
0076         </item>
0077        </layout>
0078       </item>
0079       <item>
0080        <spacer name="verticalSpacer_2">
0081         <property name="orientation">
0082          <enum>Qt::Vertical</enum>
0083         </property>
0084         <property name="sizeType">
0085          <enum>QSizePolicy::Fixed</enum>
0086         </property>
0087         <property name="sizeHint" stdset="0">
0088          <size>
0089           <width>20</width>
0090           <height>10</height>
0091          </size>
0092         </property>
0093        </spacer>
0094       </item>
0095       <item>
0096        <layout class="QHBoxLayout" name="horizontalLayout_2">
0097         <item>
0098          <spacer name="horizontalSpacer_4">
0099           <property name="orientation">
0100            <enum>Qt::Horizontal</enum>
0101           </property>
0102           <property name="sizeType">
0103            <enum>QSizePolicy::Fixed</enum>
0104           </property>
0105           <property name="sizeHint" stdset="0">
0106            <size>
0107             <width>20</width>
0108             <height>20</height>
0109            </size>
0110           </property>
0111          </spacer>
0112         </item>
0113         <item>
0114          <widget class="QLabel" name="label_proxyType">
0115           <property name="text">
0116            <string>Proxy type:</string>
0117           </property>
0118          </widget>
0119         </item>
0120         <item>
0121          <widget class="QComboBox" name="kcfg_proxyType">
0122           <item>
0123            <property name="text">
0124             <string>Http</string>
0125            </property>
0126           </item>
0127           <item>
0128            <property name="text">
0129             <string>Socks5</string>
0130            </property>
0131           </item>
0132          </widget>
0133         </item>
0134         <item>
0135          <spacer name="horizontalSpacer">
0136           <property name="orientation">
0137            <enum>Qt::Horizontal</enum>
0138           </property>
0139           <property name="sizeHint" stdset="0">
0140            <size>
0141             <width>40</width>
0142             <height>20</height>
0143            </size>
0144           </property>
0145          </spacer>
0146         </item>
0147        </layout>
0148       </item>
0149       <item>
0150        <spacer name="verticalSpacer_3">
0151         <property name="orientation">
0152          <enum>Qt::Vertical</enum>
0153         </property>
0154         <property name="sizeType">
0155          <enum>QSizePolicy::Fixed</enum>
0156         </property>
0157         <property name="sizeHint" stdset="0">
0158          <size>
0159           <width>20</width>
0160           <height>13</height>
0161          </size>
0162         </property>
0163        </spacer>
0164       </item>
0165       <item>
0166        <widget class="QGroupBox" name="kcfg_proxyAuth">
0167         <property name="title">
0168          <string>Requires authentication</string>
0169         </property>
0170         <property name="flat">
0171          <bool>true</bool>
0172         </property>
0173         <property name="checkable">
0174          <bool>true</bool>
0175         </property>
0176         <property name="checked">
0177          <bool>false</bool>
0178         </property>
0179         <property name="text" stdset="0">
0180          <string>Requires authentication</string>
0181         </property>
0182         <layout class="QGridLayout" name="gridLayout1">
0183          <item row="0" column="0">
0184           <widget class="QLabel" name="label_username">
0185            <property name="text">
0186             <string>U&amp;sername:</string>
0187            </property>
0188            <property name="buddy">
0189             <cstring>kcfg_proxyUser</cstring>
0190            </property>
0191           </widget>
0192          </item>
0193          <item row="1" column="0">
0194           <widget class="QLabel" name="label_password">
0195            <property name="text">
0196             <string>&amp;Password:</string>
0197            </property>
0198            <property name="buddy">
0199             <cstring>kcfg_proxyPass</cstring>
0200            </property>
0201           </widget>
0202          </item>
0203          <item row="1" column="1">
0204           <widget class="QLineEdit" name="kcfg_proxyPass">
0205            <property name="enabled">
0206             <bool>false</bool>
0207            </property>
0208            <property name="echoMode">
0209             <enum>QLineEdit::Password</enum>
0210            </property>
0211           </widget>
0212          </item>
0213          <item row="0" column="1">
0214           <widget class="QLineEdit" name="kcfg_proxyUser">
0215            <property name="enabled">
0216             <bool>false</bool>
0217            </property>
0218           </widget>
0219          </item>
0220         </layout>
0221        </widget>
0222       </item>
0223      </layout>
0224     </widget>
0225    </item>
0226   </layout>
0227  </widget>
0228  <resources/>
0229  <connections/>
0230 </ui>