~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/growlextension/settingsdialog_growl.ui

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>SettingsDialogGrowl</class>
3
 
 <widget class="QWidget" name="SettingsDialogGrowl" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>477</width>
9
 
    <height>300</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="margin" >
17
 
    <number>9</number>
18
 
   </property>
19
 
   <property name="spacing" >
20
 
    <number>6</number>
21
 
   </property>
22
 
   <item>
23
 
    <widget class="QLabel" name="label" >
24
 
     <property name="text" >
25
 
      <string>Configure Growl settings</string>
26
 
     </property>
27
 
     <property name="alignment" >
28
 
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
29
 
     </property>
30
 
    </widget>
31
 
   </item>
32
 
   <item>
33
 
    <widget class="Line" name="line" >
34
 
     <property name="orientation" >
35
 
      <enum>Qt::Horizontal</enum>
36
 
     </property>
37
 
    </widget>
38
 
   </item>
39
 
   <item>
40
 
    <widget class="QGroupBox" name="groupBox" >
41
 
     <property name="title" >
42
 
      <string>Now Playing Notifications</string>
43
 
     </property>
44
 
     <layout class="QVBoxLayout" >
45
 
      <property name="margin" >
46
 
       <number>9</number>
47
 
      </property>
48
 
      <property name="spacing" >
49
 
       <number>6</number>
50
 
      </property>
51
 
      <item>
52
 
       <widget class="QCheckBox" name="enabledCheck" >
53
 
        <property name="text" >
54
 
         <string>Send notification to Growl when a new track starts</string>
55
 
        </property>
56
 
       </widget>
57
 
      </item>
58
 
     </layout>
59
 
    </widget>
60
 
   </item>
61
 
   <item>
62
 
    <spacer>
63
 
     <property name="orientation" >
64
 
      <enum>Qt::Vertical</enum>
65
 
     </property>
66
 
     <property name="sizeHint" >
67
 
      <size>
68
 
       <width>459</width>
69
 
       <height>131</height>
70
 
      </size>
71
 
     </property>
72
 
    </spacer>
73
 
   </item>
74
 
  </layout>
75
 
 </widget>
76
 
 <resources>
77
 
  <include location="icons.qrc" />
78
 
 </resources>
79
 
 <connections/>
80
 
</ui>