~ubuntu-branches/ubuntu/saucy/plasma-nm/saucy-proposed

« back to all changes in this revision

Viewing changes to kcm/TabConnectionInfo.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
ImportĀ upstreamĀ versionĀ 0.0~git20130816

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>TabConnectionInfo</class>
 
4
 <widget class="QWidget" name="TabConnectionInfo">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QFormLayout" name="formLayout">
 
14
   <property name="fieldGrowthPolicy">
 
15
    <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
 
16
   </property>
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="iconL">
 
19
     <property name="sizePolicy">
 
20
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
21
       <horstretch>0</horstretch>
 
22
       <verstretch>0</verstretch>
 
23
      </sizepolicy>
 
24
     </property>
 
25
     <property name="text">
 
26
      <string notr="true">icon</string>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item row="0" column="1">
 
31
    <layout class="QVBoxLayout" name="verticalLayout">
 
32
     <item>
 
33
      <widget class="QLabel" name="nameL">
 
34
       <property name="font">
 
35
        <font>
 
36
         <pointsize>14</pointsize>
 
37
        </font>
 
38
       </property>
 
39
       <property name="text">
 
40
        <string notr="true">connection name</string>
 
41
       </property>
 
42
      </widget>
 
43
     </item>
 
44
     <item>
 
45
      <widget class="QLabel" name="typeL">
 
46
       <property name="text">
 
47
        <string>connection type</string>
 
48
       </property>
 
49
      </widget>
 
50
     </item>
 
51
     <item>
 
52
      <layout class="QHBoxLayout" name="horizontalLayout">
 
53
       <item>
 
54
        <widget class="QPushButton" name="connectDisconnectPB">
 
55
         <property name="text">
 
56
          <string notr="true">Connect</string>
 
57
         </property>
 
58
        </widget>
 
59
       </item>
 
60
       <item>
 
61
        <widget class="QPushButton" name="editPB">
 
62
         <property name="text">
 
63
          <string>Edit</string>
 
64
         </property>
 
65
        </widget>
 
66
       </item>
 
67
       <item>
 
68
        <spacer name="horizontalSpacer">
 
69
         <property name="orientation">
 
70
          <enum>Qt::Horizontal</enum>
 
71
         </property>
 
72
         <property name="sizeHint" stdset="0">
 
73
          <size>
 
74
           <width>40</width>
 
75
           <height>20</height>
 
76
          </size>
 
77
         </property>
 
78
        </spacer>
 
79
       </item>
 
80
      </layout>
 
81
     </item>
 
82
    </layout>
 
83
   </item>
 
84
   <item row="1" column="0">
 
85
    <widget class="QLabel" name="label">
 
86
     <property name="text">
 
87
      <string>Last used:</string>
 
88
     </property>
 
89
    </widget>
 
90
   </item>
 
91
   <item row="1" column="1">
 
92
    <widget class="QLabel" name="lastUsedL">
 
93
     <property name="text">
 
94
      <string notr="true">last used text</string>
 
95
     </property>
 
96
    </widget>
 
97
   </item>
 
98
   <item row="2" column="1">
 
99
    <widget class="QLabel" name="statusL">
 
100
     <property name="text">
 
101
      <string notr="true">connection status</string>
 
102
     </property>
 
103
    </widget>
 
104
   </item>
 
105
   <item row="2" column="0">
 
106
    <widget class="QLabel" name="label_3">
 
107
     <property name="text">
 
108
      <string>Status:</string>
 
109
     </property>
 
110
    </widget>
 
111
   </item>
 
112
  </layout>
 
113
 </widget>
 
114
 <resources/>
 
115
 <connections/>
 
116
</ui>