diff options
Diffstat (limited to 'knetworkmanager-0.8/src/connection_setting_wireless.ui')
-rw-r--r-- | knetworkmanager-0.8/src/connection_setting_wireless.ui | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/knetworkmanager-0.8/src/connection_setting_wireless.ui b/knetworkmanager-0.8/src/connection_setting_wireless.ui new file mode 100644 index 0000000..49df622 --- /dev/null +++ b/knetworkmanager-0.8/src/connection_setting_wireless.ui @@ -0,0 +1,140 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConnectionSettingWirelessWidget</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>ConnectionSettingWirelessWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>506</width> + <height>418</height> + </rect> + </property> + <property name="caption"> + <string>Form6</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Essid:</string> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1" rowspan="1" colspan="3"> + <property name="name"> + <cstring>txtEssid</cstring> + </property> + </widget> + <widget class="KPushButton" row="3" column="2" rowspan="1" colspan="2"> + <property name="name"> + <cstring>pbExpert</cstring> + </property> + <property name="text"> + <string>Expert options</string> + </property> + </widget> + <spacer row="3" column="0" rowspan="1" colspan="2"> + <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>282</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KListView" row="1" column="0" rowspan="1" colspan="4"> + <column> + <property name="text"> + <string>Essid</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Quality</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Security</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>lvEssids</cstring> + </property> + <property name="frameShape"> + <enum>StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <property name="fullWidth"> + <bool>true</bool> + </property> + </widget> + <widget class="TQFrame" row="0" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>framePlaceholder</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Raised</enum> + </property> + </widget> + <widget class="TQCheckBox" row="0" column="3"> + <property name="name"> + <cstring>chkAutoRefresh</cstring> + </property> + <property name="text"> + <string>Refresh automatically</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>klistview.h</includehint> +</includehints> +</UI> |