You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kcontrol/hwmanager/cryptpassworddlgbase.ui

151 lines
4.4 KiB

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>CryptPasswordDialogBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>CryptPasswordDialogBase</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" colspan="1">
<property name="name">
<cstring>passwordIcon</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="TQLabel" row="0" column="1" colspan="1">
<property name="name">
<cstring>passwordPrompt</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="TQGroupBox" row="1" column="0" colspan="2">
<property name="name">
<cstring>passwordProps</cstring>
</property>
<property name="title">
<string>Password Source</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup" row="0" column="0" colspan="1">
<property name="name">
<cstring>enabledBox</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
<property name="title">
<string></string>
</property>
<property name="exclusive">
<bool>true</bool>
</property>
<property name="radioButtonExclusive">
<bool>true</bool>
</property>
<property name="margin">
<number>0</number>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQRadioButton" row="0" column="0" colspan="1">
<property name="name">
<cstring>textPasswordButton</cstring>
</property>
<property name="text">
<string>Text:</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="KPasswordEdit" row="0" column="1" colspan="1">
<property name="name">
<cstring>textPasswordEntry</cstring>
</property>
</widget>
<widget class="TQRadioButton" row="1" column="0" colspan="1">
<property name="name">
<cstring>filePasswordButton</cstring>
</property>
<property name="text">
<string>File:</string>
</property>
</widget>
<widget class="KURLRequester" row="1" column="1" colspan="1">
<property name="name">
<cstring>filePasswordURL</cstring>
</property>
<property name="filter">
<cstring>*</cstring>
</property>
<property name="mode">
<number>17</number>
</property>
</widget>
<widget class="TQRadioButton" row="2" column="0" colspan="1">
<property name="name">
<cstring>cardKeyButton</cstring>
</property>
<property name="text">
<string>Cryptographic Card</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="1" colspan="1">
<property name="name">
<cstring>cardKeyInfo</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
</grid>
</widget>
<includes>
<include location="local" impldecl="in implementation">CryptPasswordDialogBase.ui.h</include>
</includes>
<Q_SLOTS>
<slot>enableSupport_toggled(bool)</slot>
</Q_SLOTS>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="global" impldecl="in implementation">kpassdlg.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
<layoutdefaults spacing="3" margin="6"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>