~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kugar/samplesdb/mainform.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>mainForm</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>mainForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>600</width>
12
 
            <height>480</height>
13
 
        </rect>
14
 
    </property>
15
 
    <widget class="QPushButton">
16
 
        <property name="name">
17
 
            <cstring>directAccessButton</cstring>
18
 
        </property>
19
 
        <property name="geometry">
20
 
            <rect>
21
 
                <x>190</x>
22
 
                <y>90</y>
23
 
                <width>91</width>
24
 
                <height>31</height>
25
 
            </rect>
26
 
        </property>
27
 
        <property name="text">
28
 
            <string>Direct Access</string>
29
 
        </property>
30
 
    </widget>
31
 
</widget>
32
 
<connections>
33
 
    <connection>
34
 
        <sender>directAccessButton</sender>
35
 
        <signal>clicked()</signal>
36
 
        <receiver>mainForm</receiver>
37
 
        <slot>directAccessSlot()</slot>
38
 
    </connection>
39
 
</connections>
40
 
<includes>
41
 
    <include location="global" impldecl="in implementation">qfile.h</include>
42
 
    <include location="local" impldecl="in implementation">mainform.ui.h</include>
43
 
</includes>
44
 
<slots>
45
 
    <slot>directAccessSlot()</slot>
46
 
</slots>
47
 
<pixmapinproject/>
48
 
<layoutdefaults spacing="6" margin="11"/>
49
 
</UI>