~ev/apport/quantal

« back to all changes in this revision

Viewing changes to kde/choices.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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>DialogChoices</class>
 
4
 <widget class="QDialog" name="DialogChoices">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>182</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout_2">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="text">
 
19
     <property name="sizePolicy">
 
20
      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
 
21
       <horstretch>0</horstretch>
 
22
       <verstretch>0</verstretch>
 
23
      </sizepolicy>
 
24
     </property>
 
25
     <property name="text">
 
26
      <string>text</string>
 
27
     </property>
 
28
     <property name="alignment">
 
29
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
30
     </property>
 
31
     <property name="wordWrap">
 
32
      <bool>true</bool>
 
33
     </property>
 
34
     <property name="indent">
 
35
      <number>1</number>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item row="1" column="0">
 
40
    <widget class="QGroupBox" name="groupBox">
 
41
     <property name="title">
 
42
      <string/>
 
43
     </property>
 
44
     <layout class="QGridLayout" name="gridLayout">
 
45
      <item row="0" column="0">
 
46
       <layout class="QVBoxLayout" name="vbox_choices"/>
 
47
      </item>
 
48
     </layout>
 
49
    </widget>
 
50
   </item>
 
51
   <item row="2" column="0">
 
52
    <widget class="QDialogButtonBox" name="buttons">
 
53
     <property name="standardButtons">
 
54
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
55
     </property>
 
56
    </widget>
 
57
   </item>
 
58
  </layout>
 
59
 </widget>
 
60
 <resources/>
 
61
 <connections>
 
62
  <connection>
 
63
   <sender>buttons</sender>
 
64
   <signal>accepted()</signal>
 
65
   <receiver>DialogChoices</receiver>
 
66
   <slot>accept()</slot>
 
67
   <hints>
 
68
    <hint type="sourcelabel">
 
69
     <x>199</x>
 
70
     <y>164</y>
 
71
    </hint>
 
72
    <hint type="destinationlabel">
 
73
     <x>199</x>
 
74
     <y>90</y>
 
75
    </hint>
 
76
   </hints>
 
77
  </connection>
 
78
  <connection>
 
79
   <sender>buttons</sender>
 
80
   <signal>rejected()</signal>
 
81
   <receiver>DialogChoices</receiver>
 
82
   <slot>reject()</slot>
 
83
   <hints>
 
84
    <hint type="sourcelabel">
 
85
     <x>199</x>
 
86
     <y>164</y>
 
87
    </hint>
 
88
    <hint type="destinationlabel">
 
89
     <x>199</x>
 
90
     <y>90</y>
 
91
    </hint>
 
92
   </hints>
 
93
  </connection>
 
94
 </connections>
 
95
</ui>