~ubuntu-branches/ubuntu/lucid/skrooge/lucid

« back to all changes in this revision

Viewing changes to skrooge_calculator/skginterestpluginwidget_board.ui

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2010-02-07 19:00:01 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100207190001-apq0bzl80p0tyr8s
Tags: 0.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>skginterestplugin_board</class>
 
4
 <widget class="QWidget" name="skginterestplugin_board">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
14
   <property name="margin">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <item>
 
18
    <widget class="QGroupBox" name="groupBox">
 
19
     <property name="title">
 
20
      <string comment="Noun">Estimated interest</string>
 
21
     </property>
 
22
     <layout class="QVBoxLayout" name="verticalLayout">
 
23
      <property name="margin">
 
24
       <number>0</number>
 
25
      </property>
 
26
      <item>
 
27
       <widget class="QLabel" name="kLabel">
 
28
        <property name="text">
 
29
         <string/>
 
30
        </property>
 
31
        <property name="textFormat">
 
32
         <enum>Qt::RichText</enum>
 
33
        </property>
 
34
        <property name="alignment">
 
35
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
36
        </property>
 
37
        <property name="textInteractionFlags">
 
38
         <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
 
39
        </property>
 
40
       </widget>
 
41
      </item>
 
42
     </layout>
 
43
    </widget>
 
44
   </item>
 
45
  </layout>
 
46
 </widget>
 
47
 <resources/>
 
48
 <connections>
 
49
  <connection>
 
50
   <sender>kLabel</sender>
 
51
   <signal>linkActivated(QString)</signal>
 
52
   <receiver>skginterestplugin_board</receiver>
 
53
   <slot>onOpen(QString)</slot>
 
54
   <hints>
 
55
    <hint type="sourcelabel">
 
56
     <x>253</x>
 
57
     <y>180</y>
 
58
    </hint>
 
59
    <hint type="destinationlabel">
 
60
     <x>403</x>
 
61
     <y>229</y>
 
62
    </hint>
 
63
   </hints>
 
64
  </connection>
 
65
 </connections>
 
66
 <slots>
 
67
  <slot>onOpen(QString)</slot>
 
68
 </slots>
 
69
</ui>