~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/src/connection_setting_info.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>ConnectionSettingInfoWidget</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>ConnectionSettingInfoWidget</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>591</width>
 
12
            <height>151</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Form1</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QLabel" row="0" column="0">
 
23
            <property name="name">
 
24
                <cstring>textLabel1</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Connection Name:</string>
 
28
            </property>
 
29
        </widget>
 
30
        <widget class="QLineEdit" row="0" column="1">
 
31
            <property name="name">
 
32
                <cstring>txtConnectionName</cstring>
 
33
            </property>
 
34
        </widget>
 
35
        <spacer row="2" column="0">
 
36
            <property name="name">
 
37
                <cstring>spacer1</cstring>
 
38
            </property>
 
39
            <property name="orientation">
 
40
                <enum>Vertical</enum>
 
41
            </property>
 
42
            <property name="sizeType">
 
43
                <enum>Expanding</enum>
 
44
            </property>
 
45
            <property name="sizeHint">
 
46
                <size>
 
47
                    <width>20</width>
 
48
                    <height>30</height>
 
49
                </size>
 
50
            </property>
 
51
        </spacer>
 
52
        <widget class="QLabel" row="1" column="0">
 
53
            <property name="name">
 
54
                <cstring>textLabel1_2</cstring>
 
55
            </property>
 
56
            <property name="text">
 
57
                <string>Autoconnect:</string>
 
58
            </property>
 
59
        </widget>
 
60
        <widget class="QCheckBox" row="1" column="1">
 
61
            <property name="name">
 
62
                <cstring>chkAutoConnect</cstring>
 
63
            </property>
 
64
            <property name="text">
 
65
                <string></string>
 
66
            </property>
 
67
        </widget>
 
68
    </grid>
 
69
</widget>
 
70
<layoutdefaults spacing="6" margin="11"/>
 
71
</UI>