~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins/latex/latexprefsbase.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author>Duncan Mac-Vicar</author>
 
3
 <class>LatexPrefsUI</class>
 
4
 <widget class="QWidget" name="LatexPrefsUI" >
 
5
  <property name="geometry" >
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>606</width>
 
10
    <height>437</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" >
 
14
   <item>
 
15
    <widget class="QLabel" name="textLabel1" >
 
16
     <property name="frameShape" >
 
17
      <enum>QFrame::NoFrame</enum>
 
18
     </property>
 
19
     <property name="text" >
 
20
      <string>The KopeteTeX plugin allows Kopete to render LaTeX formulas in the chat window. The sender must enclose the formula between two pairs of $ signs. ie: $$formula$$
 
21
This plugin requires that the ImageMagick convert program be installed in order to work.</string>
 
22
     </property>
 
23
     <property name="wordWrap" >
 
24
      <bool>true</bool>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item>
 
29
    <widget class="QGroupBox" name="groupBox" >
 
30
     <property name="title" >
 
31
      <string>Options</string>
 
32
     </property>
 
33
     <layout class="QHBoxLayout" >
 
34
      <item>
 
35
       <layout class="QVBoxLayout" >
 
36
        <item>
 
37
         <layout class="QHBoxLayout" >
 
38
          <item>
 
39
           <widget class="QLabel" name="textLabel4" >
 
40
            <property name="text" >
 
41
             <string>LaTeX include file:</string>
 
42
            </property>
 
43
           </widget>
 
44
          </item>
 
45
          <item>
 
46
           <widget class="KUrlRequester" name="includeUrlRequester" />
 
47
          </item>
 
48
         </layout>
 
49
        </item>
 
50
        <item>
 
51
         <layout class="QHBoxLayout" >
 
52
          <item>
 
53
           <widget class="QLabel" name="textLabel2" >
 
54
            <property name="text" >
 
55
             <string>Rendering resolution (DPI):</string>
 
56
            </property>
 
57
           </widget>
 
58
          </item>
 
59
          <item>
 
60
           <widget class="KIntNumInput" name="horizontalDPI" />
 
61
          </item>
 
62
          <item>
 
63
           <widget class="QLabel" name="textLabel3" >
 
64
            <property name="text" >
 
65
             <string>x</string>
 
66
            </property>
 
67
           </widget>
 
68
          </item>
 
69
          <item>
 
70
           <widget class="KIntNumInput" name="verticalDPI" />
 
71
          </item>
 
72
         </layout>
 
73
        </item>
 
74
       </layout>
 
75
      </item>
 
76
      <item>
 
77
       <spacer>
 
78
        <property name="orientation" >
 
79
         <enum>Qt::Horizontal</enum>
 
80
        </property>
 
81
        <property name="sizeHint" >
 
82
         <size>
 
83
          <width>40</width>
 
84
          <height>20</height>
 
85
         </size>
 
86
        </property>
 
87
       </spacer>
 
88
      </item>
 
89
     </layout>
 
90
    </widget>
 
91
   </item>
 
92
   <item>
 
93
    <spacer>
 
94
     <property name="orientation" >
 
95
      <enum>Qt::Vertical</enum>
 
96
     </property>
 
97
     <property name="sizeHint" >
 
98
      <size>
 
99
       <width>20</width>
 
100
       <height>40</height>
 
101
      </size>
 
102
     </property>
 
103
    </spacer>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
  <customwidgets>
 
108
  <customwidget>
 
109
   <class>KIntNumInput</class>
 
110
   <extends>QWidget</extends>
 
111
   <header>knuminput.h</header>
 
112
  </customwidget>
 
113
  <customwidget>
 
114
   <class>KUrlRequester</class>
 
115
   <extends>QFrame</extends>
 
116
   <header>kurlrequester.h</header>
 
117
  </customwidget>
 
118
 </customwidgets>
 
119
 <resources/>
 
120
 <connections/>
 
121
</ui>