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

« back to all changes in this revision

Viewing changes to libs/ui/security/eapmethodsimplebase.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>376</width>
10
 
    <height>70</height>
 
10
    <height>58</height>
11
11
   </rect>
12
12
  </property>
13
13
  <layout class="QGridLayout" name="gridLayout">
41
41
    </widget>
42
42
   </item>
43
43
   <item row="1" column="1">
44
 
    <widget class="KLineEdit" name="lePassword">
45
 
     <property name="passwordMode">
46
 
      <bool>true</bool>
47
 
     </property>
48
 
    </widget>
 
44
    <layout class="QHBoxLayout" name="horizontalLayout">
 
45
     <item>
 
46
      <widget class="KLineEdit" name="lePassword">
 
47
       <property name="passwordMode">
 
48
        <bool>true</bool>
 
49
       </property>
 
50
      </widget>
 
51
     </item>
 
52
     <item>
 
53
      <widget class="KComboBox" name="cmbPasswordStorage">
 
54
       <item>
 
55
        <property name="text">
 
56
         <string>Store</string>
 
57
        </property>
 
58
       </item>
 
59
       <item>
 
60
        <property name="text">
 
61
         <string>Always Ask</string>
 
62
        </property>
 
63
       </item>
 
64
       <item>
 
65
        <property name="text">
 
66
         <string>Not Required</string>
 
67
        </property>
 
68
       </item>
 
69
      </widget>
 
70
     </item>
 
71
    </layout>
49
72
   </item>
50
73
  </layout>
51
74
 </widget>
55
78
   <extends>QLineEdit</extends>
56
79
   <header>klineedit.h</header>
57
80
  </customwidget>
 
81
  <customwidget>
 
82
   <class>KComboBox</class>
 
83
   <extends>QComboBox</extends>
 
84
   <header>kcombobox.h</header>
 
85
  </customwidget>
58
86
 </customwidgets>
59
87
 <resources/>
60
88
 <connections/>