diff options
Diffstat (limited to 'knetworkmanager-0.8/src/vpnauthentication.ui')
-rw-r--r-- | knetworkmanager-0.8/src/vpnauthentication.ui | 149 |
1 files changed, 149 insertions, 0 deletions
diff --git a/knetworkmanager-0.8/src/vpnauthentication.ui b/knetworkmanager-0.8/src/vpnauthentication.ui new file mode 100644 index 0000000..0c49472 --- /dev/null +++ b/knetworkmanager-0.8/src/vpnauthentication.ui @@ -0,0 +1,149 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>AuthenticationDialog</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>AuthenticationDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>426</width> + <height>224</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="caption"> + <string>AuthenticationDialog</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KPushButton" row="4" column="1"> + <property name="name"> + <cstring>pushOK</cstring> + </property> + <property name="text"> + <string>OK</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="TQCheckBox" row="3" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>chkStorePasswordsPermanent</cstring> + </property> + <property name="text"> + <string>Save passwords permanent</string> + </property> + </widget> + <widget class="KPushButton" row="4" column="2"> + <property name="name"> + <cstring>pushCancel</cstring> + </property> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + <spacer row="4" column="0"> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQLabel" row="1" column="0" rowspan="4" colspan="1"> + <property name="name"> + <cstring>labelPixmap</cstring> + </property> + <property name="scaledContents"> + <bool>false</bool> + </property> + <property name="tqalignment"> + <set>AlignTop</set> + </property> + </widget> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="TQWidgetStack" row="1" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>widgetStack</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <widget class="TQWidget"> + <property name="name"> + <cstring>WStackPage</cstring> + </property> + <attribute name="id"> + <number>0</number> + </attribute> + </widget> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>pushCancel</sender> + <signal>clicked()</signal> + <receiver>AuthenticationDialog</receiver> + <slot>cancel()</slot> + </connection> + <connection> + <sender>pushOK</sender> + <signal>clicked()</signal> + <receiver>AuthenticationDialog</receiver> + <slot>ok()</slot> + </connection> +</connections> +<tabstops> + <tabstop>pushOK</tabstop> + <tabstop>pushCancel</tabstop> + <tabstop>chkStorePasswordsPermanent</tabstop> + <tabstop>widgetStack</tabstop> +</tabstops> +<Q_SLOTS> + <slot access="protected">ok()</slot> + <slot access="protected">cancel()</slot> +</Q_SLOTS> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |