~ubuntu-branches/ubuntu/raring/recorditnow/raring

« back to all changes in this revision

Viewing changes to src/ui/timelineconfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-09 14:54:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110109145401-gyckb4airz4fio50
Tags: 0.8.1-0ubuntu1
* New upstream release. (LP: #681270)
  - Update debian/copyright.
* Build-depend on recordmydesktop.
* Add a watch file.
* Drop 01_fix_ftbfs_kwarning_call.diff, fixed upstream.
* Add 01_joschy_install_to_usr_lib.diff.
* Add 02_fix_ftbfs_no-add-needed.diff.
* Add 03_dont_install_header_files.diff.
* Replace dependency on libpolkit-qt-1-0 with policykit-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<ui version="4.0">
3
 
 <class>TimeLineConfig</class>
4
 
 <widget class="QWidget" name="TimeLineConfig">
 
3
 <class>TimelineConfig</class>
 
4
 <widget class="QWidget" name="TimelineConfig">
5
5
  <property name="geometry">
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>417</width>
10
 
    <height>99</height>
 
10
    <height>201</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
14
14
   <string notr="true"/>
15
15
  </property>
16
16
  <layout class="QVBoxLayout" name="verticalLayout_4">
 
17
   <property name="spacing">
 
18
    <number>0</number>
 
19
   </property>
17
20
   <item>
18
21
    <widget class="QGroupBox" name="kcfg_showTimeLine">
19
22
     <property name="title">
20
 
      <string>Enable the Timeline</string>
 
23
      <string>Enable The Timeline</string>
21
24
     </property>
22
25
     <property name="flat">
23
26
      <bool>false</bool>
42
45
      <item row="1" column="0" colspan="2">
43
46
       <widget class="QCheckBox" name="kcfg_timelineNotifications">
44
47
        <property name="text">
45
 
         <string>Enable Notifications</string>
 
48
         <string>Enable notifications</string>
46
49
        </property>
47
50
       </widget>
48
51
      </item>