~ubuntu-branches/ubuntu/precise/kgrubeditor/precise

« back to all changes in this revision

Viewing changes to ui/grubpasswordeditor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-08-12 16:12:09 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080812161209-uiv9urtsluly7rtc
Tags: 0.8-0ubuntu1
* New upstream release
* Remove debian/cdbs and use kde4.mk from cdbs instead
* Add manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>GRUBPasswordEditor</class>
 
3
 <widget class="QWidget" name="GRUBPasswordEditor" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>376</width>
 
9
    <height>230</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" name="gridLayout_2" >
 
16
   <item row="0" column="0" >
 
17
    <widget class="QGroupBox" name="groupBox" >
 
18
     <property name="title" >
 
19
      <string>Require Password</string>
 
20
     </property>
 
21
     <property name="checkable" >
 
22
      <bool>true</bool>
 
23
     </property>
 
24
     <property name="checked" >
 
25
      <bool>false</bool>
 
26
     </property>
 
27
     <layout class="QGridLayout" name="gridLayout" >
 
28
      <item row="0" column="0" >
 
29
       <widget class="QLabel" name="label" >
 
30
        <property name="sizePolicy" >
 
31
         <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
 
32
          <horstretch>0</horstretch>
 
33
          <verstretch>0</verstretch>
 
34
         </sizepolicy>
 
35
        </property>
 
36
        <property name="text" >
 
37
         <string>Password:</string>
 
38
        </property>
 
39
       </widget>
 
40
      </item>
 
41
      <item row="0" column="1" colspan="3" >
 
42
       <widget class="KLineEdit" name="klineedit_password" >
 
43
        <property name="passwordMode" >
 
44
         <bool>true</bool>
 
45
        </property>
 
46
       </widget>
 
47
      </item>
 
48
      <item row="1" column="0" colspan="2" >
 
49
       <spacer name="horizontalSpacer" >
 
50
        <property name="orientation" >
 
51
         <enum>Qt::Horizontal</enum>
 
52
        </property>
 
53
        <property name="sizeHint" stdset="0" >
 
54
         <size>
 
55
          <width>95</width>
 
56
          <height>27</height>
 
57
         </size>
 
58
        </property>
 
59
       </spacer>
 
60
      </item>
 
61
      <item row="1" column="2" >
 
62
       <widget class="KPushButton" name="kpushbutton" >
 
63
        <property name="sizePolicy" >
 
64
         <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
65
          <horstretch>0</horstretch>
 
66
          <verstretch>0</verstretch>
 
67
         </sizepolicy>
 
68
        </property>
 
69
        <property name="text" >
 
70
         <string>Encrypt using MD5</string>
 
71
        </property>
 
72
       </widget>
 
73
      </item>
 
74
      <item row="1" column="3" >
 
75
       <widget class="KPushButton" name="kpushbutton_2" >
 
76
        <property name="sizePolicy" >
 
77
         <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
78
          <horstretch>0</horstretch>
 
79
          <verstretch>0</verstretch>
 
80
         </sizepolicy>
 
81
        </property>
 
82
        <property name="text" >
 
83
         <string>Reveal</string>
 
84
        </property>
 
85
        <property name="checkable" >
 
86
         <bool>true</bool>
 
87
        </property>
 
88
       </widget>
 
89
      </item>
 
90
      <item row="2" column="0" colspan="4" >
 
91
       <widget class="Line" name="line" >
 
92
        <property name="orientation" >
 
93
         <enum>Qt::Horizontal</enum>
 
94
        </property>
 
95
       </widget>
 
96
      </item>
 
97
      <item row="3" column="0" colspan="4" >
 
98
       <widget class="QCheckBox" name="checkBox" >
 
99
        <property name="text" >
 
100
         <string>Load new configuration file on valid password entry</string>
 
101
        </property>
 
102
       </widget>
 
103
      </item>
 
104
      <item row="4" column="0" colspan="4" >
 
105
       <widget class="KUrlRequester" name="kurlrequester" >
 
106
        <property name="enabled" >
 
107
         <bool>false</bool>
 
108
        </property>
 
109
       </widget>
 
110
      </item>
 
111
      <item row="5" column="2" >
 
112
       <spacer name="verticalSpacer" >
 
113
        <property name="orientation" >
 
114
         <enum>Qt::Vertical</enum>
 
115
        </property>
 
116
        <property name="sizeHint" stdset="0" >
 
117
         <size>
 
118
          <width>20</width>
 
119
          <height>40</height>
 
120
         </size>
 
121
        </property>
 
122
       </spacer>
 
123
      </item>
 
124
     </layout>
 
125
    </widget>
 
126
   </item>
 
127
  </layout>
 
128
 </widget>
 
129
 <customwidgets>
 
130
  <customwidget>
 
131
   <class>KLineEdit</class>
 
132
   <extends>QLineEdit</extends>
 
133
   <header>klineedit.h</header>
 
134
  </customwidget>
 
135
  <customwidget>
 
136
   <class>KPushButton</class>
 
137
   <extends>QPushButton</extends>
 
138
   <header>kpushbutton.h</header>
 
139
  </customwidget>
 
140
  <customwidget>
 
141
   <class>KUrlRequester</class>
 
142
   <extends>QFrame</extends>
 
143
   <header>kurlrequester.h</header>
 
144
  </customwidget>
 
145
 </customwidgets>
 
146
 <resources/>
 
147
 <connections/>
 
148
</ui>