~ubuntu-branches/ubuntu/utopic/robojournal/utopic

« back to all changes in this revision

Viewing changes to ui/exportpreview.ui

  • Committer: Package Import Robot
  • Author(s): Ritesh Raj Sarraf
  • Date: 2013-10-22 11:50:46 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20131022115046-gl6s110no2x4buoc
Tags: 0.4.2-1
* [b62d8ee] Imported Upstream version 0.4.2
* [344ee28] Update patches
* [3366262] Fix Vcs Links
* Upload to unstable 

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>ExportPreview</class>
 
4
 <widget class="QDialog" name="ExportPreview">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>597</width>
 
10
    <height>491</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Export Preview</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../images.qrc">
 
18
    <normaloff>:/icons/robojournal.ico</normaloff>:/icons/robojournal.ico</iconset>
 
19
  </property>
 
20
  <layout class="QVBoxLayout" name="verticalLayout">
 
21
   <item>
 
22
    <widget class="QWebView" name="webView">
 
23
     <property name="renderHints">
 
24
      <set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::SmoothPixmapTransform|QPainter::TextAntialiasing</set>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item>
 
29
    <spacer name="verticalSpacer">
 
30
     <property name="orientation">
 
31
      <enum>Qt::Vertical</enum>
 
32
     </property>
 
33
     <property name="sizeType">
 
34
      <enum>QSizePolicy::Fixed</enum>
 
35
     </property>
 
36
     <property name="sizeHint" stdset="0">
 
37
      <size>
 
38
       <width>20</width>
 
39
       <height>6</height>
 
40
      </size>
 
41
     </property>
 
42
    </spacer>
 
43
   </item>
 
44
   <item>
 
45
    <widget class="Line" name="line_2">
 
46
     <property name="orientation">
 
47
      <enum>Qt::Horizontal</enum>
 
48
     </property>
 
49
    </widget>
 
50
   </item>
 
51
   <item>
 
52
    <widget class="QDialogButtonBox" name="buttonBox">
 
53
     <property name="orientation">
 
54
      <enum>Qt::Horizontal</enum>
 
55
     </property>
 
56
     <property name="standardButtons">
 
57
      <set>QDialogButtonBox::Close</set>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
  </layout>
 
62
 </widget>
 
63
 <customwidgets>
 
64
  <customwidget>
 
65
   <class>QWebView</class>
 
66
   <extends>QWidget</extends>
 
67
   <header>QtWebKit/QWebView</header>
 
68
  </customwidget>
 
69
 </customwidgets>
 
70
 <resources>
 
71
  <include location="../images.qrc"/>
 
72
 </resources>
 
73
 <connections>
 
74
  <connection>
 
75
   <sender>buttonBox</sender>
 
76
   <signal>accepted()</signal>
 
77
   <receiver>ExportPreview</receiver>
 
78
   <slot>accept()</slot>
 
79
   <hints>
 
80
    <hint type="sourcelabel">
 
81
     <x>248</x>
 
82
     <y>254</y>
 
83
    </hint>
 
84
    <hint type="destinationlabel">
 
85
     <x>157</x>
 
86
     <y>274</y>
 
87
    </hint>
 
88
   </hints>
 
89
  </connection>
 
90
  <connection>
 
91
   <sender>buttonBox</sender>
 
92
   <signal>rejected()</signal>
 
93
   <receiver>ExportPreview</receiver>
 
94
   <slot>reject()</slot>
 
95
   <hints>
 
96
    <hint type="sourcelabel">
 
97
     <x>316</x>
 
98
     <y>260</y>
 
99
    </hint>
 
100
    <hint type="destinationlabel">
 
101
     <x>286</x>
 
102
     <y>274</y>
 
103
    </hint>
 
104
   </hints>
 
105
  </connection>
 
106
 </connections>
 
107
</ui>