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

« back to all changes in this revision

Viewing changes to src/ipe/dlglatexerr.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>DlgLatexErr</class>
6
 
 <widget class="QDialog" name="DlgLatexErr" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>537</width>
12
 
    <height>389</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="windowTitle" >
16
 
   <string>Ipe: Error during Pdflatex run</string>
17
 
  </property>
18
 
  <property name="sizeGripEnabled" >
19
 
   <bool>true</bool>
20
 
  </property>
21
 
  <layout class="QGridLayout" >
22
 
   <property name="margin" >
23
 
    <number>8</number>
24
 
   </property>
25
 
   <property name="spacing" >
26
 
    <number>6</number>
27
 
   </property>
28
 
   <item row="0" column="0" colspan="2" >
29
 
    <widget class="QLabel" name="iLabel" >
30
 
     <property name="text" >
31
 
      <string>&lt;qt>&lt;p>An error occurred during the Pdflatex run.
32
 
Please consult the Pdflatex logfile for further 
33
 
information.&lt;/p>&lt;/qt></string>
34
 
     </property>
35
 
     <property name="textFormat" >
36
 
      <enum>Qt::RichText</enum>
37
 
     </property>
38
 
     <property name="scaledContents" >
39
 
      <bool>false</bool>
40
 
     </property>
41
 
     <property name="alignment" >
42
 
      <set>Qt::AlignVCenter</set>
43
 
     </property>
44
 
     <property name="wordWrap" >
45
 
      <bool>true</bool>
46
 
     </property>
47
 
     <property name="buddy" >
48
 
      <cstring>iLogEditor</cstring>
49
 
     </property>
50
 
    </widget>
51
 
   </item>
52
 
   <item row="2" column="0" >
53
 
    <spacer>
54
 
     <property name="orientation" >
55
 
      <enum>Qt::Horizontal</enum>
56
 
     </property>
57
 
     <property name="sizeType" >
58
 
      <enum>QSizePolicy::Expanding</enum>
59
 
     </property>
60
 
     <property name="sizeHint" >
61
 
      <size>
62
 
       <width>428</width>
63
 
       <height>25</height>
64
 
      </size>
65
 
     </property>
66
 
    </spacer>
67
 
   </item>
68
 
   <item row="2" column="1" >
69
 
    <widget class="QPushButton" name="iButtonOk" >
70
 
     <property name="text" >
71
 
      <string>&amp;Dismiss</string>
72
 
     </property>
73
 
     <property name="autoDefault" >
74
 
      <bool>true</bool>
75
 
     </property>
76
 
     <property name="default" >
77
 
      <bool>true</bool>
78
 
     </property>
79
 
    </widget>
80
 
   </item>
81
 
   <item row="1" column="0" colspan="2" >
82
 
    <widget class="QTextEdit" name="iLogEditor" />
83
 
   </item>
84
 
  </layout>
85
 
 </widget>
86
 
 <tabstops>
87
 
  <tabstop>iLogEditor</tabstop>
88
 
  <tabstop>iButtonOk</tabstop>
89
 
 </tabstops>
90
 
 <resources/>
91
 
 <connections>
92
 
  <connection>
93
 
   <sender>iButtonOk</sender>
94
 
   <signal>clicked()</signal>
95
 
   <receiver>DlgLatexErr</receiver>
96
 
   <slot>accept()</slot>
97
 
   <hints>
98
 
    <hint type="sourcelabel" >
99
 
     <x>417</x>
100
 
     <y>359</y>
101
 
    </hint>
102
 
    <hint type="destinationlabel" >
103
 
     <x>373</x>
104
 
     <y>366</y>
105
 
    </hint>
106
 
   </hints>
107
 
  </connection>
108
 
 </connections>
109
 
</ui>