~ubuntu-branches/ubuntu/trusty/ktp-text-ui/trusty-proposed

« back to all changes in this revision

Viewing changes to filters/latex/latex-config.ui

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-10-29 12:47:49 UTC
  • mto: (21.1.1 utopic-proposed)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20131029124749-gvemwfc9jnpij4g8
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>LatexConfig</class>
 
4
 <widget class="QWidget" name="LatexConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>470</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>LatexConfig</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>LaTeX header:</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="QPlainTextEdit" name="kcfg_LatexHeader">
 
26
     <property name="plainText">
 
27
      <string>\documentclass{minimal}
 
28
\usepackage{color}
 
29
\pagestyle{empty}
 
30
\color{black}
 
31
</string>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item>
 
36
    <widget class="QLabel" name="label_2">
 
37
     <property name="text">
 
38
      <string>LaTeX command line:</string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item>
 
43
    <widget class="KLineEdit" name="kcfg_LatexCmd">
 
44
     <property name="text">
 
45
      <string>latex -interaction=batchmode -halt-on-error</string>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
  </layout>
 
50
 </widget>
 
51
 <customwidgets>
 
52
  <customwidget>
 
53
   <class>KLineEdit</class>
 
54
   <extends>QLineEdit</extends>
 
55
   <header>klineedit.h</header>
 
56
  </customwidget>
 
57
 </customwidgets>
 
58
 <resources/>
 
59
 <connections/>
 
60
</ui>