Warning, /utilities/kwalletmanager/src/konfigurator/walletconfigwidget.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>WalletConfigWidget</class>
0004  <widget class="QWidget" name="WalletConfigWidget">
0005   <layout class="QVBoxLayout" name="verticalLayout">
0006    <property name="margin">
0007     <number>0</number>
0008    </property>
0009    <item>
0010     <widget class="QTabWidget" name="tabWidget2">
0011      <property name="currentIndex">
0012       <number>0</number>
0013      </property>
0014      <widget class="QWidget" name="tab1">
0015       <attribute name="title">
0016        <string>Wallet Preferences</string>
0017       </attribute>
0018       <layout class="QVBoxLayout">
0019        <item>
0020         <widget class="QCheckBox" name="_enabled">
0021          <property name="whatsThis">
0022           <string>&lt;p&gt;The wallet subsystem provides a convenient and secure way to manage all your passwords. This option specifies whether or not you want to use it.&lt;/p&gt;</string>
0023          </property>
0024          <property name="text">
0025           <string>&amp;Enable the KDE wallet subsystem</string>
0026          </property>
0027          <property name="checked">
0028           <bool>true</bool>
0029          </property>
0030         </widget>
0031        </item>
0032        <item>
0033         <widget class="QGroupBox" name="groupBox2">
0034          <property name="whatsThis">
0035           <string>It is best to close your wallets when you are not using them to prevent others from viewing or using them.</string>
0036          </property>
0037          <property name="title">
0038           <string>Close Wallet</string>
0039          </property>
0040          <layout class="QVBoxLayout">
0041           <item>
0042            <layout class="QHBoxLayout">
0043             <item>
0044              <widget class="QCheckBox" name="_closeIdle">
0045               <property name="whatsThis">
0046                <string>&lt;p&gt;&lt;b&gt;Close wallet after a period of inactivity.&lt;/b&gt;&lt;br&gt;When a wallet is closed the password is needed to access it again.&lt;/p&gt;</string>
0047               </property>
0048               <property name="text">
0049                <string>Close when unused for:</string>
0050               </property>
0051              </widget>
0052             </item>
0053             <item>
0054              <widget class="QSpinBox" name="_idleTime">
0055               <property name="enabled">
0056                <bool>false</bool>
0057               </property>
0058               <property name="whatsThis">
0059                <string>&lt;p&gt;&lt;b&gt;Close wallet after a period of inactivity.&lt;/b&gt;&lt;br&gt;When a wallet is closed the password is needed to access it again.&lt;/p&gt;</string>
0060               </property>
0061               <property name="suffix">
0062                <string> minutes</string>
0063               </property>
0064               <property name="minimum">
0065                <number>1</number>
0066               </property>
0067               <property name="maximum">
0068                <number>999</number>
0069               </property>
0070               <property name="singleStep">
0071                <number>5</number>
0072               </property>
0073               <property name="value">
0074                <number>10</number>
0075               </property>
0076              </widget>
0077             </item>
0078             <item>
0079              <spacer>
0080               <property name="orientation">
0081                <enum>Qt::Horizontal</enum>
0082               </property>
0083               <property name="sizeType">
0084                <enum>QSizePolicy::Expanding</enum>
0085               </property>
0086               <property name="sizeHint" stdset="0">
0087                <size>
0088                 <width>20</width>
0089                 <height>20</height>
0090                </size>
0091               </property>
0092              </spacer>
0093             </item>
0094            </layout>
0095           </item>
0096           <item>
0097            <widget class="QCheckBox" name="_screensaverLock">
0098             <property name="whatsThis">
0099              <string>&lt;p&gt;&lt;b&gt;Close wallet as soon as the screensaver starts.&lt;/b&gt;&lt;br&gt;When a wallet is closed the password is needed to access it again.&lt;/p&gt;</string>
0100             </property>
0101             <property name="text">
0102              <string>Close when screensaver starts</string>
0103             </property>
0104            </widget>
0105           </item>
0106           <item>
0107            <widget class="QCheckBox" name="_autoclose">
0108             <property name="whatsThis">
0109              <string>&lt;p&gt;&lt;b&gt;Close wallet as soon as applications that use it have stopped.&lt;/b&gt;&lt;br&gt;Note that your wallet will only be closed when all applications that use it have stopped.&lt;br&gt;When a wallet is closed the password is needed to access it again.&lt;/p&gt;</string>
0110             </property>
0111             <property name="text">
0112              <string>Close when last application stops using it</string>
0113             </property>
0114            </widget>
0115           </item>
0116          </layout>
0117         </widget>
0118        </item>
0119        <item>
0120         <widget class="QGroupBox" name="groupBox4">
0121          <property name="title">
0122           <string>Automatic Wallet Selection</string>
0123          </property>
0124          <layout class="QGridLayout">
0125           <item row="0" column="0">
0126            <widget class="QLabel" name="textLabel1_2">
0127             <property name="text">
0128              <string>Select wallet to use as default:</string>
0129             </property>
0130            </widget>
0131           </item>
0132           <item row="0" column="1" rowspan="2">
0133            <spacer>
0134             <property name="orientation">
0135              <enum>Qt::Horizontal</enum>
0136             </property>
0137             <property name="sizeType">
0138              <enum>QSizePolicy::Expanding</enum>
0139             </property>
0140             <property name="sizeHint" stdset="0">
0141              <size>
0142               <width>20</width>
0143               <height>20</height>
0144              </size>
0145             </property>
0146            </spacer>
0147           </item>
0148           <item row="0" column="2">
0149            <widget class="QComboBox" name="_defaultWallet">
0150             <property name="sizePolicy">
0151              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0152               <horstretch>1</horstretch>
0153               <verstretch>0</verstretch>
0154              </sizepolicy>
0155             </property>
0156            </widget>
0157           </item>
0158           <item row="0" column="3">
0159            <widget class="QPushButton" name="_newWallet">
0160             <property name="text">
0161              <string>New...</string>
0162             </property>
0163            </widget>
0164           </item>
0165           <item row="1" column="0">
0166            <widget class="QCheckBox" name="_localWalletSelected">
0167             <property name="text">
0168              <string>Different wallet for local passwords:</string>
0169             </property>
0170            </widget>
0171           </item>
0172           <item row="1" column="2">
0173            <widget class="QComboBox" name="_localWallet">
0174             <property name="enabled">
0175              <bool>false</bool>
0176             </property>
0177             <property name="sizePolicy">
0178              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0179               <horstretch>1</horstretch>
0180               <verstretch>0</verstretch>
0181              </sizepolicy>
0182             </property>
0183            </widget>
0184           </item>
0185           <item row="1" column="3">
0186            <widget class="QPushButton" name="_newLocalWallet">
0187             <property name="enabled">
0188              <bool>false</bool>
0189             </property>
0190             <property name="text">
0191              <string>New...</string>
0192             </property>
0193            </widget>
0194           </item>
0195          </layout>
0196         </widget>
0197        </item>
0198        <item>
0199         <widget class="QGroupBox" name="groupBox3">
0200          <property name="title">
0201           <string>Wallet Manager</string>
0202          </property>
0203          <layout class="QVBoxLayout" name="verticalLayout_3">
0204           <item>
0205            <widget class="QCheckBox" name="_launchManager">
0206             <property name="text">
0207              <string>Show manager in system tray</string>
0208             </property>
0209             <property name="checked">
0210              <bool>true</bool>
0211             </property>
0212            </widget>
0213           </item>
0214           <item>
0215            <layout class="QHBoxLayout" name="horizontalLayout_2">
0216             <item>
0217              <spacer name="horizontalSpacer">
0218               <property name="orientation">
0219                <enum>Qt::Horizontal</enum>
0220               </property>
0221               <property name="sizeType">
0222                <enum>QSizePolicy::Fixed</enum>
0223               </property>
0224               <property name="sizeHint" stdset="0">
0225                <size>
0226                 <width>20</width>
0227                 <height>0</height>
0228                </size>
0229               </property>
0230              </spacer>
0231             </item>
0232             <item>
0233              <widget class="QCheckBox" name="_autocloseManager">
0234               <property name="text">
0235                <string>Hide system tray icon when last wallet closes</string>
0236               </property>
0237              </widget>
0238             </item>
0239            </layout>
0240           </item>
0241           <item>
0242            <spacer>
0243             <property name="orientation">
0244              <enum>Qt::Horizontal</enum>
0245             </property>
0246             <property name="sizeType">
0247              <enum>QSizePolicy::Fixed</enum>
0248             </property>
0249             <property name="sizeHint" stdset="0">
0250              <size>
0251               <width>20</width>
0252               <height>0</height>
0253              </size>
0254             </property>
0255            </spacer>
0256           </item>
0257          </layout>
0258         </widget>
0259        </item>
0260        <item>
0261         <widget class="QGroupBox" name="groupBox5">
0262          <property name="title">
0263           <string>Secret Service</string>
0264          </property>
0265          <layout class="QVBoxLayout">
0266           <item>
0267            <widget class="QCheckBox" name="_secretServiceAPI">
0268             <property name="text">
0269              <string>Use KWallet for the Secret Service interface</string>
0270             </property>
0271             <property name="checked">
0272              <bool>true</bool>
0273             </property>
0274            </widget>
0275           </item>
0276           <item>
0277            <widget class="QLabel" name="label">
0278             <property name="text">
0279              <string>The Secret Service interface lets applications store passwords and other confidential data. Disable this to allow third-party wallet services such as KeePassXC or GNOME Keyring to manage it instead.</string>
0280             </property>
0281             <property name="wordWrap">
0282              <bool>true</bool>
0283             </property>
0284             <property name="indent">
0285              <number>2</number>
0286             </property>
0287            </widget>
0288           </item>
0289           <item>
0290            <spacer>
0291             <property name="orientation">
0292              <enum>Qt::Horizontal</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>0</height>
0301              </size>
0302             </property>
0303            </spacer>
0304           </item>
0305          </layout>
0306         </widget>
0307        </item>
0308        <item>
0309         <spacer>
0310          <property name="orientation">
0311           <enum>Qt::Vertical</enum>
0312          </property>
0313          <property name="sizeType">
0314           <enum>QSizePolicy::Expanding</enum>
0315          </property>
0316          <property name="sizeHint" stdset="0">
0317           <size>
0318            <width>20</width>
0319            <height>20</height>
0320           </size>
0321          </property>
0322         </spacer>
0323        </item>
0324       </layout>
0325      </widget>
0326      <widget class="QWidget" name="tab2">
0327       <attribute name="title">
0328        <string>Access Control</string>
0329       </attribute>
0330       <layout class="QVBoxLayout" name="verticalLayout_2">
0331        <item>
0332         <widget class="QCheckBox" name="_openPrompt">
0333          <property name="text">
0334           <string>&amp;Prompt when an application accesses a wallet</string>
0335          </property>
0336          <property name="checked">
0337           <bool>true</bool>
0338          </property>
0339         </widget>
0340        </item>
0341        <item>
0342         <widget class="QTreeWidget" name="_accessList">
0343          <property name="rootIsDecorated">
0344           <bool>true</bool>
0345          </property>
0346          <column>
0347           <property name="text">
0348            <string>Wallet</string>
0349           </property>
0350           <property name="clickable">
0351            <bool>true</bool>
0352           </property>
0353           <property name="resizable">
0354            <bool>true</bool>
0355           </property>
0356          </column>
0357          <column>
0358           <property name="text">
0359            <string>Application</string>
0360           </property>
0361           <property name="clickable">
0362            <bool>true</bool>
0363           </property>
0364           <property name="resizable">
0365            <bool>true</bool>
0366           </property>
0367          </column>
0368          <column>
0369           <property name="text">
0370            <string>Policy</string>
0371           </property>
0372           <property name="clickable">
0373            <bool>true</bool>
0374           </property>
0375           <property name="resizable">
0376            <bool>true</bool>
0377           </property>
0378          </column>
0379         </widget>
0380        </item>
0381       </layout>
0382      </widget>
0383     </widget>
0384    </item>
0385    <item>
0386     <layout class="QHBoxLayout" name="horizontalLayout">
0387      <item>
0388       <spacer>
0389        <property name="orientation">
0390         <enum>Qt::Horizontal</enum>
0391        </property>
0392        <property name="sizeType">
0393         <enum>QSizePolicy::Expanding</enum>
0394        </property>
0395        <property name="sizeHint" stdset="0">
0396         <size>
0397          <width>20</width>
0398          <height>0</height>
0399         </size>
0400        </property>
0401       </spacer>
0402      </item>
0403      <item>
0404       <widget class="QPushButton" name="_launch">
0405        <property name="text">
0406         <string>&amp;Launch Wallet Manager</string>
0407        </property>
0408       </widget>
0409      </item>
0410     </layout>
0411    </item>
0412   </layout>
0413  </widget>
0414  <resources/>
0415  <connections>
0416   <connection>
0417    <sender>_localWalletSelected</sender>
0418    <signal>toggled(bool)</signal>
0419    <receiver>_newLocalWallet</receiver>
0420    <slot>setEnabled(bool)</slot>
0421    <hints>
0422     <hint type="sourcelabel">
0423      <x>20</x>
0424      <y>20</y>
0425     </hint>
0426     <hint type="destinationlabel">
0427      <x>20</x>
0428      <y>20</y>
0429     </hint>
0430    </hints>
0431   </connection>
0432   <connection>
0433    <sender>_localWalletSelected</sender>
0434    <signal>toggled(bool)</signal>
0435    <receiver>_localWallet</receiver>
0436    <slot>setEnabled(bool)</slot>
0437    <hints>
0438     <hint type="sourcelabel">
0439      <x>20</x>
0440      <y>20</y>
0441     </hint>
0442     <hint type="destinationlabel">
0443      <x>20</x>
0444      <y>20</y>
0445     </hint>
0446    </hints>
0447   </connection>
0448   <connection>
0449    <sender>_closeIdle</sender>
0450    <signal>toggled(bool)</signal>
0451    <receiver>_idleTime</receiver>
0452    <slot>setEnabled(bool)</slot>
0453    <hints>
0454     <hint type="sourcelabel">
0455      <x>20</x>
0456      <y>20</y>
0457     </hint>
0458     <hint type="destinationlabel">
0459      <x>20</x>
0460      <y>20</y>
0461     </hint>
0462    </hints>
0463   </connection>
0464   <connection>
0465    <sender>_enabled</sender>
0466    <signal>toggled(bool)</signal>
0467    <receiver>groupBox2</receiver>
0468    <slot>setEnabled(bool)</slot>
0469    <hints>
0470     <hint type="sourcelabel">
0471      <x>20</x>
0472      <y>20</y>
0473     </hint>
0474     <hint type="destinationlabel">
0475      <x>20</x>
0476      <y>20</y>
0477     </hint>
0478    </hints>
0479   </connection>
0480   <connection>
0481    <sender>_enabled</sender>
0482    <signal>toggled(bool)</signal>
0483    <receiver>groupBox4</receiver>
0484    <slot>setEnabled(bool)</slot>
0485    <hints>
0486     <hint type="sourcelabel">
0487      <x>20</x>
0488      <y>20</y>
0489     </hint>
0490     <hint type="destinationlabel">
0491      <x>20</x>
0492      <y>20</y>
0493     </hint>
0494    </hints>
0495   </connection>
0496   <connection>
0497    <sender>_enabled</sender>
0498    <signal>toggled(bool)</signal>
0499    <receiver>groupBox3</receiver>
0500    <slot>setEnabled(bool)</slot>
0501    <hints>
0502     <hint type="sourcelabel">
0503      <x>20</x>
0504      <y>20</y>
0505     </hint>
0506     <hint type="destinationlabel">
0507      <x>20</x>
0508      <y>20</y>
0509     </hint>
0510    </hints>
0511   </connection>
0512   <connection>
0513    <sender>_enabled</sender>
0514    <signal>toggled(bool)</signal>
0515    <receiver>groupBox5</receiver>
0516    <slot>setEnabled(bool)</slot>
0517    <hints>
0518     <hint type="sourcelabel">
0519      <x>20</x>
0520      <y>20</y>
0521     </hint>
0522     <hint type="destinationlabel">
0523      <x>20</x>
0524      <y>20</y>
0525     </hint>
0526    </hints>
0527   </connection>
0528   <connection>
0529    <sender>_closeIdle</sender>
0530    <signal>toggled(bool)</signal>
0531    <receiver>_idleTime</receiver>
0532    <slot>setEnabled(bool)</slot>
0533    <hints>
0534     <hint type="sourcelabel">
0535      <x>20</x>
0536      <y>20</y>
0537     </hint>
0538     <hint type="destinationlabel">
0539      <x>20</x>
0540      <y>20</y>
0541     </hint>
0542    </hints>
0543   </connection>
0544   <connection>
0545    <sender>_launchManager</sender>
0546    <signal>toggled(bool)</signal>
0547    <receiver>_autocloseManager</receiver>
0548    <slot>setEnabled(bool)</slot>
0549    <hints>
0550     <hint type="sourcelabel">
0551      <x>20</x>
0552      <y>20</y>
0553     </hint>
0554     <hint type="destinationlabel">
0555      <x>20</x>
0556      <y>20</y>
0557     </hint>
0558    </hints>
0559   </connection>
0560  </connections>
0561 </ui>