~ubuntu-branches/ubuntu/saucy/kgrubeditor/saucy

« back to all changes in this revision

Viewing changes to ui/password_assistant_step3.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2008-08-02 08:47:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080802084756-4doy9cyfc63kzaic
Tags: 0.7-0ubuntu1
* New upstream release
* bumped standards version to 3.8.0 (no change)
* Updated debian/cdbs for intrepid paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>password_assistant_step3</class>
 
3
 <widget class="QWidget" name="password_assistant_step3" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>563</width>
 
9
    <height>254</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QGridLayout" >
 
13
   <item row="0" column="0" >
 
14
    <widget class="QLabel" name="label" >
 
15
     <property name="text" >
 
16
      <string comment="@info" >&lt;para>Here select whether or not a new GRUB configuration file will be loaded as soon as the password is entered. Most of the times, this new configuration file contains administration-related entries and that's why it needs password protection.&lt;/para>&lt;para>If a file is specified, GRUB will reload after you successfully enter the password. This time, however, the file specified here will be loaded and not the GRUB's default one. If nothing is specified, GRUB will just unlock the entries protected by the command &lt;command>lock&lt;/command>).&lt;/para></string>
 
17
     </property>
 
18
     <property name="wordWrap" >
 
19
      <bool>true</bool>
 
20
     </property>
 
21
    </widget>
 
22
   </item>
 
23
   <item row="1" column="0" >
 
24
    <spacer>
 
25
     <property name="orientation" >
 
26
      <enum>Qt::Vertical</enum>
 
27
     </property>
 
28
     <property name="sizeHint" >
 
29
      <size>
 
30
       <width>20</width>
 
31
       <height>40</height>
 
32
      </size>
 
33
     </property>
 
34
    </spacer>
 
35
   </item>
 
36
   <item row="2" column="0" >
 
37
    <widget class="QGroupBox" name="groupBox" >
 
38
     <property name="title" >
 
39
      <string comment="@title:group" >New Configuration File</string>
 
40
     </property>
 
41
     <layout class="QGridLayout" >
 
42
      <item row="0" column="0" >
 
43
       <widget class="QLabel" name="label_2" >
 
44
        <property name="text" >
 
45
         <string comment="@label:textbox" >Configuration File:</string>
 
46
        </property>
 
47
        <property name="buddy" >
 
48
         <cstring>kurlrequester_config</cstring>
 
49
        </property>
 
50
       </widget>
 
51
      </item>
 
52
      <item row="0" column="1" >
 
53
       <widget class="KUrlRequester" name="kurlrequester_config" />
 
54
      </item>
 
55
     </layout>
 
56
    </widget>
 
57
   </item>
 
58
  </layout>
 
59
 </widget>
 
60
 <customwidgets>
 
61
  <customwidget>
 
62
   <class>KUrlRequester</class>
 
63
   <extends>QFrame</extends>
 
64
   <header>kurlrequester.h</header>
 
65
  </customwidget>
 
66
 </customwidgets>
 
67
 <resources/>
 
68
 <connections/>
 
69
</ui>