diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 12:36:58 -0600 |
commit | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch) | |
tree | e5ce4701bac540038a279b4e208c86390a24ba11 /src/enterpassworddialogbase.ui | |
download | kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.tar.gz kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.zip |
Initial import of year-and-a-half-old upstream version 0.9.6a
Diffstat (limited to 'src/enterpassworddialogbase.ui')
-rw-r--r-- | src/enterpassworddialogbase.ui | 335 |
1 files changed, 335 insertions, 0 deletions
diff --git a/src/enterpassworddialogbase.ui b/src/enterpassworddialogbase.ui new file mode 100644 index 0000000..516d409 --- /dev/null +++ b/src/enterpassworddialogbase.ui @@ -0,0 +1,335 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>EnterUsernamePasswordDialogBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>EnterUsernamePasswordDialogBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>340</width> + <height>260</height> + </rect> + </property> + <property name="caption"> + <string>Enter Account Data</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout12</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string></string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout7</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout6</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>LabelUsername</cstring> + </property> + <property name="text"> + <string>Username:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Username for authentication</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>LabelGroupPassword</cstring> + </property> + <property name="text"> + <string>Pre-shared key (PSK):</string> + </property> + <property name="toolTip" stdset="0"> + <string>re-shared key for authenticat (shared secret)</string> + </property> + </widget> + <spacer row="2" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>spacer13</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>156</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLineEdit" row="2" column="3"> + <property name="name"> + <cstring>PasswordEdit</cstring> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + <property name="toolTip" stdset="0"> + <string>Password for authentication</string> + </property> + </widget> + <widget class="QLineEdit" row="3" column="3"> + <property name="name"> + <cstring>IDEdit</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="echoMode"> + <enum>Normal</enum> + </property> + <property name="toolTip" stdset="0"> + <string>IPsec ID</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <spacer row="1" column="2"> + <property name="name"> + <cstring>spacer12</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>88</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>LabelPassword</cstring> + </property> + <property name="text"> + <string>Password:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Password for authentication</string> + </property> + </widget> + <spacer row="3" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>spacer13_2_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>156</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>LabelID</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>ID:</string> + </property> + <property name="toolTip" stdset="0"> + <string>Username for authentication</string> + </property> + </widget> + <widget class="QLineEdit" row="0" column="3"> + <property name="name"> + <cstring>UsernameEdit</cstring> + </property> + <property name="echoMode"> + <enum>Normal</enum> + </property> + <property name="toolTip" stdset="0"> + <string>Username for authentication</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QLineEdit" row="1" column="3"> + <property name="name"> + <cstring>PSKLineEdit</cstring> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + <property name="toolTip" stdset="0"> + <string>Pre-shared key for authenticat (shared secret)</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter here the group password</string> + </property> + </widget> + <spacer row="0" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>spacer13_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>156</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>SaveUsernameCheckBox</cstring> + </property> + <property name="text"> + <string>Save &username</string> + </property> + <property name="accel"> + <string>Alt+U</string> + </property> + <property name="toolTip" stdset="0"> + <string>Save username, shared secret and password <br>in config file or in KWallet</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>SavePskCheckBox</cstring> + </property> + <property name="text"> + <string>Save PSK</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="toolTip" stdset="0"> + <string>Save username, shared secret and password <br>in config file or in KWallet</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>SavePasswordCheckBox</cstring> + </property> + <property name="text"> + <string>Save password</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="toolTip" stdset="0"> + <string>Save username, shared secret and password <br>in config file or in KWallet</string> + </property> + </widget> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer23</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer22</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>16</width> + <height>21</height> + </size> + </property> + </spacer> + </hbox> + </widget> + </vbox> + </widget> + </grid> +</widget> +<tabstops> + <tabstop>UsernameEdit</tabstop> + <tabstop>PSKLineEdit</tabstop> + <tabstop>PasswordEdit</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |