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

« back to all changes in this revision

Viewing changes to ui/entry_assistant_step1.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:
5
5
   <rect>
6
6
    <x>0</x>
7
7
    <y>0</y>
8
 
    <width>330</width>
9
 
    <height>303</height>
 
8
    <width>562</width>
 
9
    <height>220</height>
10
10
   </rect>
11
11
  </property>
12
12
  <layout class="QGridLayout" >
13
13
   <item row="0" column="0" >
14
14
    <widget class="QLabel" name="label" >
15
15
     <property name="text" >
16
 
      <string>Title is this entry's name and it is a &lt;b>necessary&lt;/b> identifier for every GRUB entry. It is usually used to reflect what operating system this entry boots and therefore the user may enter here anything at all.&lt;br>&lt;br>You may use an entry as a separator if you set its title to dashes (no matter how many you enter) or to the following phrase: "Other Operating Systems".</string>
 
16
      <string comment="@info" >&lt;para>Title is this entry's name and it is a &lt;emphasis>necessary&lt;/emphasis> identifier for every GRUB entry. It is usually used to reflect what operating system this entry boots and therefore the user may enter here anything at all.&lt;/para>&lt;para>You may use an entry as a separator if you set its title to dashes (no matter how many you enter) or to the following phrase: "Other Operating Systems".&lt;/para></string>
17
17
     </property>
18
18
     <property name="wordWrap" >
19
19
      <bool>true</bool>
36
36
   <item row="2" column="0" >
37
37
    <widget class="QGroupBox" name="groupBox" >
38
38
     <property name="title" >
39
 
      <string>Title</string>
 
39
      <string comment="@title:group" >Title</string>
40
40
     </property>
41
41
     <layout class="QGridLayout" >
42
42
      <item row="0" column="0" >
43
43
       <widget class="QLabel" name="label_2" >
44
44
        <property name="text" >
45
 
         <string>Title:</string>
 
45
         <string comment="@label:textbox" >Title:</string>
46
46
        </property>
47
47
        <property name="buddy" >
48
48
         <cstring>klineedit_title</cstring>
50
50
       </widget>
51
51
      </item>
52
52
      <item row="0" column="1" >
53
 
       <widget class="KLineEdit" name="klineedit_title" />
 
53
       <widget class="KLineEdit" name="klineedit_title" >
 
54
        <property name="showClearButton" stdset="0" >
 
55
         <bool>true</bool>
 
56
        </property>
 
57
       </widget>
54
58
      </item>
55
59
     </layout>
56
60
    </widget>