summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.8/src/connection_setting_wireless_security.ui
blob: 5fce58f0dcdf6a9f6e7c9d047d900178d3738708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ConnectionSettingWirelessSecurityWidget</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>522</width>
            <height>158</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form1</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQGroupBox" row="0" column="0">
            <property name="name">
                <cstring>groupUseEncryption</cstring>
            </property>
            <property name="title">
                <string>Use Wireless Security</string>
            </property>
            <property name="checkable">
                <bool>true</bool>
            </property>
            <property name="checked">
                <bool>false</bool>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQComboBox" row="0" column="1">
                    <property name="name">
                        <cstring>cboSecurity</cstring>
                    </property>
                </widget>
                <widget class="TQLabel" row="0" column="0">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="text">
                        <string>Security:</string>
                    </property>
                </widget>
                <widget class="TQButtonGroup" row="1" column="1">
                    <property name="name">
                        <cstring>buttonGroup5</cstring>
                    </property>
                    <property name="frameShape">
                        <enum>NoFrame</enum>
                    </property>
                    <property name="title">
                        <string></string>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                    </hbox>
                </widget>
                <widget class="TQPushButton" row="0" column="2">
                    <property name="name">
                        <cstring>pbExtra</cstring>
                    </property>
                    <property name="text">
                        <string>Expert settings</string>
                    </property>
                    <property name="toggleButton">
                        <bool>true</bool>
                    </property>
                </widget>
            </grid>
        </widget>
    </grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>