~ubuntu-branches/ubuntu/maverick/scribus-ng/maverick-backports

« back to all changes in this revision

Viewing changes to scribus/tabmiscellaneousbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-02-09 09:25:18 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090209092518-iqsxmh3pjspgrdyd
Tags: 1.3.5.dfsg~svn20090208-2
debian/control: Use "type-handling -n arm,armel,armeb any" to generate the
list of architectures to build on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>TabMiscellaneousBase</class>
3
 
<comment>Misc. prefs panel UI</comment>
4
 
<author>Petr Vanek &lt;petr@scribus.info&gt;</author>
5
 
<widget class="QWidget">
6
 
    <property name="name">
7
 
        <cstring>TabMiscellaneousBase</cstring>
8
 
    </property>
9
 
    <property name="geometry">
10
 
        <rect>
11
 
            <x>0</x>
12
 
            <y>0</y>
13
 
            <width>400</width>
14
 
            <height>240</height>
15
 
        </rect>
16
 
    </property>
17
 
    <property name="caption">
18
 
        <string>Form1</string>
19
 
    </property>
20
 
    <vbox>
21
 
        <property name="name">
22
 
            <cstring>unnamed</cstring>
23
 
        </property>
24
 
        <widget class="QCheckBox">
25
 
            <property name="name">
26
 
                <cstring>AskForSubs</cstring>
27
 
            </property>
28
 
            <property name="text">
29
 
                <string>Always ask before fonts are replaced when loading a document</string>
30
 
            </property>
31
 
        </widget>
32
 
        <widget class="QCheckBox">
33
 
            <property name="name">
34
 
                <cstring>stylePreview</cstring>
35
 
            </property>
36
 
            <property name="text">
37
 
                <string>Preview of current Paragraph Style visible when editing Styles</string>
38
 
            </property>
39
 
        </widget>
40
 
        <widget class="QGroupBox">
41
 
            <property name="name">
42
 
                <cstring>groupBox1</cstring>
43
 
            </property>
44
 
            <property name="title">
45
 
                <string>Lorem Ipsum</string>
46
 
            </property>
47
 
            <vbox>
48
 
                <property name="name">
49
 
                    <cstring>unnamed</cstring>
50
 
                </property>
51
 
                <widget class="QCheckBox">
52
 
                    <property name="name">
53
 
                        <cstring>useStandardLI</cstring>
54
 
                    </property>
55
 
                    <property name="text">
56
 
                        <string>Always use standard Lorem Ipsum</string>
57
 
                    </property>
58
 
                </widget>
59
 
                <widget class="QLayoutWidget">
60
 
                    <property name="name">
61
 
                        <cstring>layout42</cstring>
62
 
                    </property>
63
 
                    <hbox>
64
 
                        <property name="name">
65
 
                            <cstring>unnamed</cstring>
66
 
                        </property>
67
 
                        <widget class="QLabel">
68
 
                            <property name="name">
69
 
                                <cstring>textLabel1</cstring>
70
 
                            </property>
71
 
                            <property name="text">
72
 
                                <string>Count of the Paragraphs:</string>
73
 
                            </property>
74
 
                        </widget>
75
 
                        <widget class="QSpinBox">
76
 
                            <property name="name">
77
 
                                <cstring>paragraphsLI</cstring>
78
 
                            </property>
79
 
                        </widget>
80
 
                        <spacer>
81
 
                            <property name="name">
82
 
                                <cstring>spacer9</cstring>
83
 
                            </property>
84
 
                            <property name="orientation">
85
 
                                <enum>Horizontal</enum>
86
 
                            </property>
87
 
                            <property name="sizeType">
88
 
                                <enum>Expanding</enum>
89
 
                            </property>
90
 
                            <property name="sizeHint">
91
 
                                <size>
92
 
                                    <width>130</width>
93
 
                                    <height>20</height>
94
 
                                </size>
95
 
                            </property>
96
 
                        </spacer>
97
 
                    </hbox>
98
 
                </widget>
99
 
            </vbox>
100
 
        </widget>
101
 
        <spacer>
102
 
            <property name="name">
103
 
                <cstring>spacer1</cstring>
104
 
            </property>
105
 
            <property name="orientation">
106
 
                <enum>Vertical</enum>
107
 
            </property>
108
 
            <property name="sizeType">
109
 
                <enum>Expanding</enum>
110
 
            </property>
111
 
            <property name="sizeHint">
112
 
                <size>
113
 
                    <width>20</width>
114
 
                    <height>30</height>
115
 
                </size>
116
 
            </property>
117
 
        </spacer>
118
 
    </vbox>
119
 
</widget>
120
 
<layoutdefaults spacing="6" margin="11"/>
121
 
</UI>