~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: 2007-01-09 23:14:51 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109231451-3nd095g7ishc108l
Tags: 6.0pre27-3
* debian/gsfonts-fontmap.xml: New.  Fontmap for fonts from gsfonts package.
* debian/rules: Use gsfonts-fontmap.xml instead of tetex-fontmap.xml.
* debian/control: Add texlive-latex-base dependency as alternative to
  tetex-bin (for pdflatex) and replace tetex-extra by gsfonts (for font
  files).  Patch courtesy of Norbert Preining.  Closes: #378537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI>
2
 
<class>DlgLatexErr</class>
3
 
<widget>
4
 
    <class>QDialog</class>
5
 
    <property stdset="1">
6
 
        <name>name</name>
7
 
        <cstring>DlgLatexErr</cstring>
8
 
    </property>
9
 
    <property stdset="1">
10
 
        <name>geometry</name>
11
 
        <rect>
12
 
            <x>0</x>
13
 
            <y>0</y>
14
 
            <width>534</width>
15
 
            <height>374</height>
16
 
        </rect>
17
 
    </property>
18
 
    <property stdset="1">
19
 
        <name>caption</name>
20
 
        <string>Ipe: Error during Pdflatex run</string>
21
 
    </property>
22
 
    <property stdset="1">
23
 
        <name>sizeGripEnabled</name>
24
 
        <bool>true</bool>
25
 
    </property>
26
 
    <vbox>
27
 
        <property stdset="1">
28
 
            <name>margin</name>
29
 
            <number>11</number>
30
 
        </property>
31
 
        <property stdset="1">
32
 
            <name>spacing</name>
33
 
            <number>6</number>
34
 
        </property>
35
 
        <widget>
36
 
            <class>QLabel</class>
37
 
            <property stdset="1">
38
 
                <name>name</name>
39
 
                <cstring>iLabel</cstring>
40
 
            </property>
41
 
            <property stdset="1">
42
 
                <name>text</name>
43
 
                <string>&lt;qt&gt;An error occurred during the Pdflatex run.
44
 
Please consult the Pdflatex logfile for further information.&lt;br&gt;
45
 
Note on finding LateX macro packages: they are searched for in the standard Latex tree, in the current directory (the directory where Ipe was started), and in the directory containing the current Ipe document (if the document has a filename).
46
 
On MikTeX, the first LaTeX run may not correctly search the additional directories - simply try running LaTeX again.
47
 
&lt;/qt&gt;</string>
48
 
            </property>
49
 
        </widget>
50
 
        <widget>
51
 
            <class>QMultiLineEdit</class>
52
 
            <property stdset="1">
53
 
                <name>name</name>
54
 
                <cstring>iLogEditor</cstring>
55
 
            </property>
56
 
            <property stdset="1">
57
 
                <name>readOnly</name>
58
 
                <bool>true</bool>
59
 
            </property>
60
 
        </widget>
61
 
        <widget>
62
 
            <class>QLayoutWidget</class>
63
 
            <property stdset="1">
64
 
                <name>name</name>
65
 
                <cstring>Layout1</cstring>
66
 
            </property>
67
 
            <hbox>
68
 
                <property stdset="1">
69
 
                    <name>margin</name>
70
 
                    <number>0</number>
71
 
                </property>
72
 
                <property stdset="1">
73
 
                    <name>spacing</name>
74
 
                    <number>6</number>
75
 
                </property>
76
 
                <spacer>
77
 
                    <property>
78
 
                        <name>name</name>
79
 
                        <cstring>Horizontal Spacing2</cstring>
80
 
                    </property>
81
 
                    <property stdset="1">
82
 
                        <name>orientation</name>
83
 
                        <enum>Horizontal</enum>
84
 
                    </property>
85
 
                    <property stdset="1">
86
 
                        <name>sizeType</name>
87
 
                        <enum>Expanding</enum>
88
 
                    </property>
89
 
                    <property>
90
 
                        <name>sizeHint</name>
91
 
                        <size>
92
 
                            <width>20</width>
93
 
                            <height>20</height>
94
 
                        </size>
95
 
                    </property>
96
 
                </spacer>
97
 
                <widget>
98
 
                    <class>QPushButton</class>
99
 
                    <property stdset="1">
100
 
                        <name>name</name>
101
 
                        <cstring>buttonOk</cstring>
102
 
                    </property>
103
 
                    <property stdset="1">
104
 
                        <name>text</name>
105
 
                        <string>&amp;Dismiss</string>
106
 
                    </property>
107
 
                    <property stdset="1">
108
 
                        <name>autoDefault</name>
109
 
                        <bool>true</bool>
110
 
                    </property>
111
 
                    <property stdset="1">
112
 
                        <name>default</name>
113
 
                        <bool>true</bool>
114
 
                    </property>
115
 
                </widget>
116
 
            </hbox>
117
 
        </widget>
118
 
    </vbox>
119
 
</widget>
120
 
<connections>
121
 
    <connection>
122
 
        <sender>buttonOk</sender>
123
 
        <signal>clicked()</signal>
124
 
        <receiver>DlgLatexErr</receiver>
125
 
        <slot>accept()</slot>
126
 
    </connection>
127
 
</connections>
128
 
</UI>
 
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>