~ev/apport/quantal

« back to all changes in this revision

Viewing changes to kde/error.ui

  • Committer: Richard A. Johnson
  • Date: 2009-06-11 02:18:16 UTC
  • mto: (1369.1.101 trunk)
  • mto: This revision was merged to the branch mainline in revision 1451.
  • Revision ID: nixternal@ubuntu.com-20090611021816-d563faalbkbszs36
 * Added apport-kde which is a PyKDE4 app that integrates much better with the
   Kubuntu desktop
 * Updated the .ui files under kde/ to follow the KDE HIG
 * Updated the gettext funkyness that was in the qt4 version for kde

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
     <property name="indent" >
 
61
      <number>6</number>
 
62
     </property>
 
63
    </widget>
 
64
   </item>
 
65
   <item row="1" column="1" >
 
66
    <widget class="QLabel" name="text" >
 
67
     <property name="sizePolicy" >
 
68
      <sizepolicy>
 
69
       <hsizetype>5</hsizetype>
 
70
       <vsizetype>1</vsizetype>
 
71
       <horstretch>0</horstretch>
 
72
       <verstretch>0</verstretch>
 
73
      </sizepolicy>
 
74
     </property>
 
75
     <property name="text" >
 
76
      <string>text</string>
 
77
     </property>
 
78
     <property name="alignment" >
 
79
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
80
     </property>
 
81
     <property name="wordWrap" >
 
82
      <bool>true</bool>
 
83
     </property>
 
84
     <property name="indent" >
 
85
      <number>6</number>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item row="3" column="0" colspan="2" >
 
90
    <widget class="QDialogButtonBox" name="buttons" >
 
91
     <property name="orientation" >
 
92
      <enum>Qt::Horizontal</enum>
 
93
     </property>
 
94
     <property name="standardButtons" >
 
95
      <set>QDialogButtonBox::Close</set>
 
96
     </property>
 
97
    </widget>
 
98
   </item>
 
99
  </layout>
 
100
 </widget>
 
101
 <resources/>
 
102
 <connections>
 
103
  <connection>
 
104
   <sender>buttons</sender>
 
105
   <signal>accepted()</signal>
 
106
   <receiver>ErrorDialog</receiver>
 
107
   <slot>accept()</slot>
 
108
   <hints>
 
109
    <hint type="sourcelabel" >
 
110
     <x>248</x>
 
111
     <y>254</y>
 
112
    </hint>
 
113
    <hint type="destinationlabel" >
 
114
     <x>157</x>
 
115
     <y>274</y>
 
116
    </hint>
 
117
   </hints>
 
118
  </connection>
 
119
  <connection>
 
120
   <sender>buttons</sender>
 
121
   <signal>rejected()</signal>
 
122
   <receiver>ErrorDialog</receiver>
 
123
   <slot>reject()</slot>
 
124
   <hints>
 
125
    <hint type="sourcelabel" >
 
126
     <x>316</x>
 
127
     <y>260</y>
 
128
    </hint>
 
129
    <hint type="destinationlabel" >
 
130
     <x>286</x>
 
131
     <y>274</y>
 
132
    </hint>
 
133
   </hints>
 
134
  </connection>
 
135
 </connections>
 
136
</ui>