~ubuntu-branches/debian/sid/kxstitch/sid

« back to all changes in this revision

Viewing changes to kxstitch/texttooldlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): eric pareja
  • Date: 2005-02-19 12:37:22 UTC
  • Revision ID: james.westby@ubuntu.com-20050219123722-kt3ru1nqvllietee
Tags: upstream-0.6
ImportĀ upstreamĀ versionĀ 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>TextToolDlg</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>TextToolDlg</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>373</width>
 
12
            <height>127</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Text Tool</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QLayoutWidget">
 
23
            <property name="name">
 
24
                <cstring>layout1</cstring>
 
25
            </property>
 
26
            <hbox>
 
27
                <property name="name">
 
28
                    <cstring>unnamed</cstring>
 
29
                </property>
 
30
                <widget class="QLabel">
 
31
                    <property name="name">
 
32
                        <cstring>textLabel1</cstring>
 
33
                    </property>
 
34
                    <property name="text">
 
35
                        <string>Font</string>
 
36
                    </property>
 
37
                </widget>
 
38
                <widget class="KFontCombo">
 
39
                    <property name="name">
 
40
                        <cstring>TextTool_Font</cstring>
 
41
                    </property>
 
42
                </widget>
 
43
                <widget class="QLabel">
 
44
                    <property name="name">
 
45
                        <cstring>textLabel2</cstring>
 
46
                    </property>
 
47
                    <property name="text">
 
48
                        <string>Size</string>
 
49
                    </property>
 
50
                </widget>
 
51
                <widget class="QSpinBox">
 
52
                    <property name="name">
 
53
                        <cstring>TextTool_Size</cstring>
 
54
                    </property>
 
55
                    <property name="minValue">
 
56
                        <number>5</number>
 
57
                    </property>
 
58
                </widget>
 
59
            </hbox>
 
60
        </widget>
 
61
        <widget class="QLineEdit">
 
62
            <property name="name">
 
63
                <cstring>TextTool_Text</cstring>
 
64
            </property>
 
65
        </widget>
 
66
        <spacer>
 
67
            <property name="name">
 
68
                <cstring>spacer2</cstring>
 
69
            </property>
 
70
            <property name="orientation">
 
71
                <enum>Vertical</enum>
 
72
            </property>
 
73
            <property name="sizeType">
 
74
                <enum>Expanding</enum>
 
75
            </property>
 
76
            <property name="sizeHint">
 
77
                <size>
 
78
                    <width>20</width>
 
79
                    <height>40</height>
 
80
                </size>
 
81
            </property>
 
82
        </spacer>
 
83
        <widget class="QLayoutWidget">
 
84
            <property name="name">
 
85
                <cstring>layout4</cstring>
 
86
            </property>
 
87
            <hbox>
 
88
                <property name="name">
 
89
                    <cstring>unnamed</cstring>
 
90
                </property>
 
91
                <widget class="QPushButton">
 
92
                    <property name="name">
 
93
                        <cstring>TextTool_Help</cstring>
 
94
                    </property>
 
95
                    <property name="text">
 
96
                        <string>Help</string>
 
97
                    </property>
 
98
                </widget>
 
99
                <spacer>
 
100
                    <property name="name">
 
101
                        <cstring>spacer1</cstring>
 
102
                    </property>
 
103
                    <property name="orientation">
 
104
                        <enum>Horizontal</enum>
 
105
                    </property>
 
106
                    <property name="sizeType">
 
107
                        <enum>Expanding</enum>
 
108
                    </property>
 
109
                    <property name="sizeHint">
 
110
                        <size>
 
111
                            <width>40</width>
 
112
                            <height>20</height>
 
113
                        </size>
 
114
                    </property>
 
115
                </spacer>
 
116
                <widget class="QPushButton">
 
117
                    <property name="name">
 
118
                        <cstring>TextTool_OK</cstring>
 
119
                    </property>
 
120
                    <property name="text">
 
121
                        <string>OK</string>
 
122
                    </property>
 
123
                </widget>
 
124
                <widget class="QPushButton">
 
125
                    <property name="name">
 
126
                        <cstring>TextTool_Cancel</cstring>
 
127
                    </property>
 
128
                    <property name="text">
 
129
                        <string>Cancel</string>
 
130
                    </property>
 
131
                </widget>
 
132
            </hbox>
 
133
        </widget>
 
134
    </vbox>
 
135
</widget>
 
136
<connections>
 
137
    <connection>
 
138
        <sender>TextTool_OK</sender>
 
139
        <signal>clicked()</signal>
 
140
        <receiver>TextToolDlg</receiver>
 
141
        <slot>accept()</slot>
 
142
    </connection>
 
143
    <connection>
 
144
        <sender>TextTool_Cancel</sender>
 
145
        <signal>clicked()</signal>
 
146
        <receiver>TextToolDlg</receiver>
 
147
        <slot>reject()</slot>
 
148
    </connection>
 
149
</connections>
 
150
<tabstops>
 
151
    <tabstop>TextTool_Font</tabstop>
 
152
    <tabstop>TextTool_Size</tabstop>
 
153
    <tabstop>TextTool_Text</tabstop>
 
154
    <tabstop>TextTool_OK</tabstop>
 
155
    <tabstop>TextTool_Cancel</tabstop>
 
156
    <tabstop>TextTool_Help</tabstop>
 
157
</tabstops>
 
158
<layoutdefaults spacing="6" margin="11"/>
 
159
<includehints>
 
160
    <includehint>kfontcombo.h</includehint>
 
161
    <includehint>klineedit.h</includehint>
 
162
</includehints>
 
163
</UI>