~manchicken/adept/label-support-branch

« back to all changes in this revision

Viewing changes to adept/adept/filtersidebarui.ui

  • Committer: root
  • Date: 2007-01-05 00:00:22 UTC
  • Revision ID: root@lichts-20070105000022-s4nu11wzvdc0u9b4
Inital packaging commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>adept::FilterSidebarUi</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>adept::FilterSidebarUi</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>227</width>
 
12
            <height>469</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Form2</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>0</number>
 
24
        </property>
 
25
        <property name="spacing">
 
26
            <number>0</number>
 
27
        </property>
 
28
        <widget class="QTabWidget" row="0" column="0">
 
29
            <property name="name">
 
30
                <cstring>m_tabs</cstring>
 
31
            </property>
 
32
            <widget class="QWidget">
 
33
                <property name="name">
 
34
                    <cstring>tab0</cstring>
 
35
                </property>
 
36
                <attribute name="title">
 
37
                    <string>Smart</string>
 
38
                </attribute>
 
39
                <grid>
 
40
                    <property name="name">
 
41
                        <cstring>unnamed</cstring>
 
42
                    </property>
 
43
                    <property name="margin">
 
44
                        <number>0</number>
 
45
                    </property>
 
46
                    <widget class="adept::TagChooser" row="0" column="0">
 
47
                        <property name="name">
 
48
                            <cstring>m_smart</cstring>
 
49
                        </property>
 
50
                    </widget>
 
51
                </grid>
 
52
            </widget>
 
53
            <widget class="QWidget">
 
54
                <property name="name">
 
55
                    <cstring>tab1</cstring>
 
56
                </property>
 
57
                <attribute name="title">
 
58
                    <string>Simple</string>
 
59
                </attribute>
 
60
                <grid>
 
61
                    <property name="name">
 
62
                        <cstring>unnamed</cstring>
 
63
                    </property>
 
64
                    <property name="margin">
 
65
                        <number>0</number>
 
66
                    </property>
 
67
                    <widget class="adept::TagChooser" row="0" column="0">
 
68
                        <property name="name">
 
69
                            <cstring>m_easy</cstring>
 
70
                        </property>
 
71
                    </widget>
 
72
                </grid>
 
73
            </widget>
 
74
            <widget class="QWidget">
 
75
                <property name="name">
 
76
                    <cstring>tab2</cstring>
 
77
                </property>
 
78
                <attribute name="title">
 
79
                    <string>All</string>
 
80
                </attribute>
 
81
                <grid>
 
82
                    <property name="name">
 
83
                        <cstring>unnamed</cstring>
 
84
                    </property>
 
85
                    <property name="margin">
 
86
                        <number>0</number>
 
87
                    </property>
 
88
                    <widget class="adept::TagChooser" row="0" column="0">
 
89
                        <property name="name">
 
90
                            <cstring>m_all</cstring>
 
91
                        </property>
 
92
                    </widget>
 
93
                </grid>
 
94
            </widget>
 
95
        </widget>
 
96
    </grid>
 
97
</widget>
 
98
<customwidgets>
 
99
    <customwidget>
 
100
        <class>adept::TagChooser</class>
 
101
        <header location="global">adept/tagchooser.h</header>
 
102
        <sizehint>
 
103
            <width>-1</width>
 
104
            <height>-1</height>
 
105
        </sizehint>
 
106
        <container>0</container>
 
107
        <sizepolicy>
 
108
            <hordata>5</hordata>
 
109
            <verdata>5</verdata>
 
110
            <horstretch>0</horstretch>
 
111
            <verstretch>0</verstretch>
 
112
        </sizepolicy>
 
113
    </customwidget>
 
114
</customwidgets>
 
115
<layoutdefaults spacing="6" margin="11"/>
 
116
<includehints>
 
117
    <includehint>adept/tagchooser.h</includehint>
 
118
</includehints>
 
119
</UI>