~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/ruby/app_templates/kxt/appview_base.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>%{APPNAME}view_base</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>%{APPNAMESC}view_base</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>268</width>
12
 
            <height>164</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>%{APPNAMESC}_base</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLabel" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>sillyLabel</cstring>
25
 
            </property>
26
 
            <property name="text">
27
 
                <string>hello, world</string>
28
 
            </property>
29
 
        </widget>
30
 
    </grid>
31
 
</widget>
32
 
<layoutdefaults spacing="6" margin="11"/>
33
 
</UI>