~ubuntu-branches/ubuntu/precise/networkmanagement/precise

« back to all changes in this revision

Viewing changes to libs/ui/security/eapmethodleapbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-23 14:00:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111023140013-e38hdzybcg6zndrk
Tags: 0.9~svngit.nm09.20111023.ff842e-0ubuntu1
* New upstream snapshot.
* Drop all patches, merged upstream.
* Add kubuntu_add_subdirectory_po.diff to build the translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>269</width>
10
 
    <height>260</height>
 
10
    <height>111</height>
11
11
   </rect>
12
12
  </property>
13
13
  <layout class="QVBoxLayout" name="verticalLayout">
15
15
    <number>0</number>
16
16
   </property>
17
17
   <item>
18
 
    <layout class="QGridLayout" name="gridLayout">
 
18
    <layout class="QFormLayout" name="formLayout">
19
19
     <item row="0" column="0">
20
20
      <widget class="QLabel" name="label_6">
21
21
       <property name="text">
50
50
      </widget>
51
51
     </item>
52
52
     <item row="1" column="1">
53
 
      <widget class="KLineEdit" name="lePassword">
54
 
       <property name="toolTip">
55
 
        <string>Password on this network</string>
56
 
       </property>
57
 
       <property name="echoMode">
58
 
        <enum>QLineEdit::Password</enum>
59
 
       </property>
60
 
      </widget>
 
53
      <layout class="QHBoxLayout" name="horizontalLayout">
 
54
       <item>
 
55
        <widget class="KLineEdit" name="lePassword">
 
56
         <property name="toolTip">
 
57
          <string>Password on this network</string>
 
58
         </property>
 
59
         <property name="echoMode">
 
60
          <enum>QLineEdit::Password</enum>
 
61
         </property>
 
62
        </widget>
 
63
       </item>
 
64
       <item>
 
65
        <widget class="KComboBox" name="cmbPasswordStorage">
 
66
         <item>
 
67
          <property name="text">
 
68
           <string>Store</string>
 
69
          </property>
 
70
         </item>
 
71
         <item>
 
72
          <property name="text">
 
73
           <string>Always Ask</string>
 
74
          </property>
 
75
         </item>
 
76
         <item>
 
77
          <property name="text">
 
78
           <string>Not Required</string>
 
79
          </property>
 
80
         </item>
 
81
        </widget>
 
82
       </item>
 
83
      </layout>
61
84
     </item>
62
85
    </layout>
63
86
   </item>
82
105
   <extends>QLineEdit</extends>
83
106
   <header>klineedit.h</header>
84
107
  </customwidget>
 
108
  <customwidget>
 
109
   <class>KComboBox</class>
 
110
   <extends>QComboBox</extends>
 
111
   <header>kcombobox.h</header>
 
112
  </customwidget>
85
113
 </customwidgets>
86
114
 <resources/>
87
115
 <connections/>