~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipe/dlgstyles.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
5
 
 <class>DlgStyles</class>
6
 
 <widget class="QDialog" name="DlgStyles" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>582</width>
12
 
    <height>314</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="windowTitle" >
16
 
   <string>Ipe style sheets</string>
17
 
  </property>
18
 
  <property name="sizeGripEnabled" >
19
 
   <bool>true</bool>
20
 
  </property>
21
 
  <layout class="QVBoxLayout" >
22
 
   <property name="margin" >
23
 
    <number>8</number>
24
 
   </property>
25
 
   <property name="spacing" >
26
 
    <number>6</number>
27
 
   </property>
28
 
   <item>
29
 
    <widget class="QGroupBox" name="iSheetsGroup" >
30
 
     <property name="whatsThis" >
31
 
      <string>&lt;qt>The style sheets of the document.
32
 
&lt;p>The list shows the style sheet cascade, with the top-level style sheet at the top.&lt;/p>
33
 
&lt;p>You can change the order of style sheets (when two style sheets define the same attribute, the one higher in the list takes priority), you can add new style sheets, and you can remove style sheets from the list.&lt;/p>
34
 
&lt;p>You can also save selected style sheets to a file.  A good way to generate style sheets is to save the standard style sheet and modify it to taste.&lt;/p>
35
 
&lt;/qt></string>
36
 
     </property>
37
 
     <property name="title" >
38
 
      <string>Style sheets</string>
39
 
     </property>
40
 
     <layout class="QGridLayout" >
41
 
      <property name="margin" >
42
 
       <number>8</number>
43
 
      </property>
44
 
      <property name="spacing" >
45
 
       <number>6</number>
46
 
      </property>
47
 
      <item row="0" column="1" >
48
 
       <widget class="QPushButton" name="iAddButton" >
49
 
        <property name="sizePolicy" >
50
 
         <sizepolicy>
51
 
          <hsizetype>1</hsizetype>
52
 
          <vsizetype>0</vsizetype>
53
 
          <horstretch>0</horstretch>
54
 
          <verstretch>0</verstretch>
55
 
         </sizepolicy>
56
 
        </property>
57
 
        <property name="toolTip" >
58
 
         <string>Add new style sheet</string>
59
 
        </property>
60
 
        <property name="text" >
61
 
         <string>&amp;Add</string>
62
 
        </property>
63
 
       </widget>
64
 
      </item>
65
 
      <item row="1" column="1" >
66
 
       <widget class="QPushButton" name="iDelButton" >
67
 
        <property name="sizePolicy" >
68
 
         <sizepolicy>
69
 
          <hsizetype>1</hsizetype>
70
 
          <vsizetype>0</vsizetype>
71
 
          <horstretch>0</horstretch>
72
 
          <verstretch>0</verstretch>
73
 
         </sizepolicy>
74
 
        </property>
75
 
        <property name="toolTip" >
76
 
         <string>Delete style sheet</string>
77
 
        </property>
78
 
        <property name="text" >
79
 
         <string>Del</string>
80
 
        </property>
81
 
        <property name="shortcut" >
82
 
         <number>0</number>
83
 
        </property>
84
 
       </widget>
85
 
      </item>
86
 
      <item row="2" column="1" >
87
 
       <widget class="QPushButton" name="iUpButton" >
88
 
        <property name="sizePolicy" >
89
 
         <sizepolicy>
90
 
          <hsizetype>1</hsizetype>
91
 
          <vsizetype>0</vsizetype>
92
 
          <horstretch>0</horstretch>
93
 
          <verstretch>0</verstretch>
94
 
         </sizepolicy>
95
 
        </property>
96
 
        <property name="toolTip" >
97
 
         <string>Move highlighted style sheet up</string>
98
 
        </property>
99
 
        <property name="text" >
100
 
         <string>&amp;Up</string>
101
 
        </property>
102
 
       </widget>
103
 
      </item>
104
 
      <item row="4" column="1" >
105
 
       <widget class="QPushButton" name="iSaveButton" >
106
 
        <property name="toolTip" >
107
 
         <string>Save highlighted style sheet to a file</string>
108
 
        </property>
109
 
        <property name="text" >
110
 
         <string>&amp;Save</string>
111
 
        </property>
112
 
       </widget>
113
 
      </item>
114
 
      <item row="3" column="1" >
115
 
       <widget class="QPushButton" name="iDownButton" >
116
 
        <property name="sizePolicy" >
117
 
         <sizepolicy>
118
 
          <hsizetype>1</hsizetype>
119
 
          <vsizetype>0</vsizetype>
120
 
          <horstretch>0</horstretch>
121
 
          <verstretch>0</verstretch>
122
 
         </sizepolicy>
123
 
        </property>
124
 
        <property name="toolTip" >
125
 
         <string>Move highlighed style sheet down</string>
126
 
        </property>
127
 
        <property name="text" >
128
 
         <string>&amp;Down</string>
129
 
        </property>
130
 
       </widget>
131
 
      </item>
132
 
      <item rowspan="6" row="0" column="0" >
133
 
       <widget class="QListWidget" name="iSheets" >
134
 
        <property name="toolTip" >
135
 
         <string>Views defined for this Ipe page</string>
136
 
        </property>
137
 
       </widget>
138
 
      </item>
139
 
      <item row="5" column="1" >
140
 
       <spacer>
141
 
        <property name="orientation" >
142
 
         <enum>Qt::Vertical</enum>
143
 
        </property>
144
 
        <property name="sizeType" >
145
 
         <enum>QSizePolicy::Expanding</enum>
146
 
        </property>
147
 
        <property name="sizeHint" >
148
 
         <size>
149
 
          <width>75</width>
150
 
          <height>141</height>
151
 
         </size>
152
 
        </property>
153
 
       </spacer>
154
 
      </item>
155
 
     </layout>
156
 
     <widget class="QWidget" name="widget" >
157
 
      <property name="geometry" >
158
 
       <rect>
159
 
        <x>507</x>
160
 
        <y>24</y>
161
 
        <width>77</width>
162
 
        <height>117</height>
163
 
       </rect>
164
 
      </property>
165
 
     </widget>
166
 
    </widget>
167
 
   </item>
168
 
   <item>
169
 
    <layout class="QHBoxLayout" >
170
 
     <property name="margin" >
171
 
      <number>0</number>
172
 
     </property>
173
 
     <property name="spacing" >
174
 
      <number>6</number>
175
 
     </property>
176
 
     <item>
177
 
      <widget class="QPushButton" name="iButtonHelp" >
178
 
       <property name="text" >
179
 
        <string>&amp;What's this?</string>
180
 
       </property>
181
 
       <property name="autoDefault" >
182
 
        <bool>true</bool>
183
 
       </property>
184
 
      </widget>
185
 
     </item>
186
 
     <item>
187
 
      <spacer>
188
 
       <property name="orientation" >
189
 
        <enum>Qt::Horizontal</enum>
190
 
       </property>
191
 
       <property name="sizeType" >
192
 
        <enum>QSizePolicy::Expanding</enum>
193
 
       </property>
194
 
       <property name="sizeHint" >
195
 
        <size>
196
 
         <width>332</width>
197
 
         <height>25</height>
198
 
        </size>
199
 
       </property>
200
 
      </spacer>
201
 
     </item>
202
 
     <item>
203
 
      <widget class="QPushButton" name="iButtonOk" >
204
 
       <property name="text" >
205
 
        <string>&amp;OK</string>
206
 
       </property>
207
 
       <property name="autoDefault" >
208
 
        <bool>true</bool>
209
 
       </property>
210
 
       <property name="default" >
211
 
        <bool>true</bool>
212
 
       </property>
213
 
      </widget>
214
 
     </item>
215
 
    </layout>
216
 
   </item>
217
 
  </layout>
218
 
 </widget>
219
 
 <pixmapfunction></pixmapfunction>
220
 
 <tabstops>
221
 
  <tabstop>iSheets</tabstop>
222
 
  <tabstop>iAddButton</tabstop>
223
 
  <tabstop>iDelButton</tabstop>
224
 
  <tabstop>iUpButton</tabstop>
225
 
  <tabstop>iDownButton</tabstop>
226
 
  <tabstop>iSaveButton</tabstop>
227
 
  <tabstop>iButtonHelp</tabstop>
228
 
  <tabstop>iButtonOk</tabstop>
229
 
 </tabstops>
230
 
 <resources/>
231
 
 <connections>
232
 
  <connection>
233
 
   <sender>iButtonOk</sender>
234
 
   <signal>clicked()</signal>
235
 
   <receiver>DlgStyles</receiver>
236
 
   <slot>accept()</slot>
237
 
   <hints>
238
 
    <hint type="sourcelabel" >
239
 
     <x>496</x>
240
 
     <y>288</y>
241
 
    </hint>
242
 
    <hint type="destinationlabel" >
243
 
     <x>451</x>
244
 
     <y>290</y>
245
 
    </hint>
246
 
   </hints>
247
 
  </connection>
248
 
 </connections>
249
 
</ui>