~blueyed/apport/bug532944-lucid

« back to all changes in this revision

Viewing changes to qt4/error.ui

  • Committer: Martin Pitt
  • Date: 2007-02-08 18:18:05 UTC
  • mfrom: (535.1.3 apport)
  • Revision ID: martin.pitt@ubuntu.com-20070208181805-xwrrs5arjc7cqbt6
New feature: Qt4 GUI implementation:
* Added qt4/: Qt4 implementation of the abstract user interface. Thanks to
  Michael Hofmann <mh21@piware.de> for that!
* debian/copyright: Add Michael as copyright holder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ErrorDialog</class>
 
3
 <widget class="QDialog" name="ErrorDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>270</width>
 
9
    <height>191</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Dialog</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <property name="margin" >
 
17
    <number>9</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item row="2" column="1" >
 
23
    <widget class="QCheckBox" name="checker" >
 
24
     <property name="text" >
 
25
      <string>checker</string>
 
26
     </property>
 
27
    </widget>
 
28
   </item>
 
29
   <item rowspan="3" row="0" column="0" >
 
30
    <widget class="QLabel" name="icon" >
 
31
     <property name="sizePolicy" >
 
32
      <sizepolicy>
 
33
       <hsizetype>0</hsizetype>
 
34
       <vsizetype>1</vsizetype>
 
35
       <horstretch>0</horstretch>
 
36
       <verstretch>0</verstretch>
 
37
      </sizepolicy>
 
38
     </property>
 
39
     <property name="text" >
 
40
      <string/>
 
41
     </property>
 
42
     <property name="alignment" >
 
43
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="0" column="1" >
 
48
    <widget class="QLabel" name="heading" >
 
49
     <property name="sizePolicy" >
 
50
      <sizepolicy>
 
51
       <hsizetype>1</hsizetype>
 
52
       <vsizetype>0</vsizetype>
 
53
       <horstretch>0</horstretch>
 
54
       <verstretch>0</verstretch>
 
55
      </sizepolicy>
 
56
     </property>
 
57
     <property name="text" >
 
58
      <string>heading</string>
 
59
     </property>
 
60
    </widget>
 
61
   </item>
 
62
   <item row="1" column="1" >
 
63
    <widget class="QLabel" name="text" >
 
64
     <property name="sizePolicy" >
 
65
      <sizepolicy>
 
66
       <hsizetype>5</hsizetype>
 
67
       <vsizetype>1</vsizetype>
 
68
       <horstretch>0</horstretch>
 
69
       <verstretch>0</verstretch>
 
70
      </sizepolicy>
 
71
     </property>
 
72
     <property name="text" >
 
73
      <string>text</string>
 
74
     </property>
 
75
     <property name="alignment" >
 
76
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
77
     </property>
 
78
     <property name="wordWrap" >
 
79
      <bool>true</bool>
 
80
     </property>
 
81
    </widget>
 
82
   </item>
 
83
   <item row="3" column="0" colspan="2" >
 
84
    <widget class="QDialogButtonBox" name="buttons" >
 
85
     <property name="orientation" >
 
86
      <enum>Qt::Horizontal</enum>
 
87
     </property>
 
88
     <property name="standardButtons" >
 
89
      <set>QDialogButtonBox::Close</set>
 
90
     </property>
 
91
    </widget>
 
92
   </item>
 
93
  </layout>
 
94
 </widget>
 
95
 <resources/>
 
96
 <connections>
 
97
  <connection>
 
98
   <sender>buttons</sender>
 
99
   <signal>accepted()</signal>
 
100
   <receiver>ErrorDialog</receiver>
 
101
   <slot>accept()</slot>
 
102
   <hints>
 
103
    <hint type="sourcelabel" >
 
104
     <x>248</x>
 
105
     <y>254</y>
 
106
    </hint>
 
107
    <hint type="destinationlabel" >
 
108
     <x>157</x>
 
109
     <y>274</y>
 
110
    </hint>
 
111
   </hints>
 
112
  </connection>
 
113
  <connection>
 
114
   <sender>buttons</sender>
 
115
   <signal>rejected()</signal>
 
116
   <receiver>ErrorDialog</receiver>
 
117
   <slot>reject()</slot>
 
118
   <hints>
 
119
    <hint type="sourcelabel" >
 
120
     <x>316</x>
 
121
     <y>260</y>
 
122
    </hint>
 
123
    <hint type="destinationlabel" >
 
124
     <x>286</x>
 
125
     <y>274</y>
 
126
    </hint>
 
127
   </hints>
 
128
  </connection>
 
129
 </connections>
 
130
</ui>