diff options
Diffstat (limited to 'knetworkmanager-0.8/src/connection_settings.ui')
-rw-r--r-- | knetworkmanager-0.8/src/connection_settings.ui | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/knetworkmanager-0.8/src/connection_settings.ui b/knetworkmanager-0.8/src/connection_settings.ui new file mode 100644 index 0000000..794c0e3 --- /dev/null +++ b/knetworkmanager-0.8/src/connection_settings.ui @@ -0,0 +1,137 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConnectionSettingsDialog</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>ConnectionSettingsDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>644</width> + <height>318</height> + </rect> + </property> + <property name="caption"> + <string>Connections</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KPushButton" row="2" column="0"> + <property name="name"> + <cstring>pbBack</cstring> + </property> + <property name="text"> + <string>Back</string> + </property> + </widget> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="6"> + <property name="name"> + <cstring>lblInfo</cstring> + </property> + <property name="font"> + <font> + <bold>1</bold> + </font> + </property> + <property name="text"> + <string>New Connection</string> + </property> + </widget> + <widget class="TQWidgetStack" row="1" column="0" rowspan="1" colspan="6"> + <property name="name"> + <cstring>wstackSettings</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>TabWidgetPanel</enum> + </property> + <widget class="TQWidget"> + <property name="name"> + <cstring>WStackPage</cstring> + </property> + <attribute name="id"> + <number>0</number> + </attribute> + </widget> + </widget> + <widget class="KPushButton" row="2" column="5"> + <property name="name"> + <cstring>pbCancel</cstring> + </property> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>180</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton" row="2" column="2"> + <property name="name"> + <cstring>pbNext</cstring> + </property> + <property name="text"> + <string>Next</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="TQPushButton" row="2" column="4"> + <property name="name"> + <cstring>pbSave</cstring> + </property> + <property name="text"> + <string>Save</string> + </property> + </widget> + <widget class="KPushButton" row="2" column="3"> + <property name="name"> + <cstring>btnConnect</cstring> + </property> + <property name="text"> + <string>Connect && Save</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>false</bool> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |