~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to setup/dialogs/wizard.ui

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>wizard</class>
 
3
 <widget class="QDialog" name="wizard" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>300</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy>
 
14
    <hsizetype>5</hsizetype>
 
15
    <vsizetype>5</vsizetype>
 
16
    <horstretch>0</horstretch>
 
17
    <verstretch>0</verstretch>
 
18
   </sizepolicy>
 
19
  </property>
 
20
  <property name="windowTitle" >
 
21
   <string>iTALC-Setup</string>
 
22
  </property>
 
23
  <property name="windowIcon" >
 
24
   <iconset resource="../setup.qrc" >:/resources/setup.png</iconset>
 
25
  </property>
 
26
  <layout class="QVBoxLayout" >
 
27
   <property name="margin" >
 
28
    <number>9</number>
 
29
   </property>
 
30
   <property name="spacing" >
 
31
    <number>6</number>
 
32
   </property>
 
33
   <item>
 
34
    <widget class="QWidget" native="1" name="contentWidget" />
 
35
   </item>
 
36
   <item>
 
37
    <widget class="Line" name="line" >
 
38
     <property name="orientation" >
 
39
      <enum>Qt::Horizontal</enum>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item>
 
44
    <layout class="QHBoxLayout" >
 
45
     <property name="margin" >
 
46
      <number>0</number>
 
47
     </property>
 
48
     <property name="spacing" >
 
49
      <number>6</number>
 
50
     </property>
 
51
     <item>
 
52
      <spacer>
 
53
       <property name="orientation" >
 
54
        <enum>Qt::Horizontal</enum>
 
55
       </property>
 
56
       <property name="sizeHint" >
 
57
        <size>
 
58
         <width>0</width>
 
59
         <height>0</height>
 
60
        </size>
 
61
       </property>
 
62
      </spacer>
 
63
     </item>
 
64
     <item>
 
65
      <widget class="QPushButton" name="cancelButton" >
 
66
       <property name="text" >
 
67
        <string>Cancel</string>
 
68
       </property>
 
69
       <property name="icon" >
 
70
        <iconset resource="../setup.qrc" >:/resources/cancel.png</iconset>
 
71
       </property>
 
72
      </widget>
 
73
     </item>
 
74
     <item>
 
75
      <widget class="QPushButton" name="backButton" >
 
76
       <property name="text" >
 
77
        <string>Back</string>
 
78
       </property>
 
79
       <property name="icon" >
 
80
        <iconset resource="../setup.qrc" >:/resources/back.png</iconset>
 
81
       </property>
 
82
      </widget>
 
83
     </item>
 
84
     <item>
 
85
      <widget class="QPushButton" name="nextButton" >
 
86
       <property name="text" >
 
87
        <string>Next</string>
 
88
       </property>
 
89
       <property name="icon" >
 
90
        <iconset resource="../setup.qrc" >:/resources/next.png</iconset>
 
91
       </property>
 
92
       <property name="default" >
 
93
        <bool>true</bool>
 
94
       </property>
 
95
      </widget>
 
96
     </item>
 
97
    </layout>
 
98
   </item>
 
99
  </layout>
 
100
 </widget>
 
101
 <resources>
 
102
  <include location="../setup.qrc" />
 
103
 </resources>
 
104
 <connections>
 
105
  <connection>
 
106
   <sender>cancelButton</sender>
 
107
   <signal>clicked()</signal>
 
108
   <receiver>wizard</receiver>
 
109
   <slot>reject()</slot>
 
110
   <hints>
 
111
    <hint type="sourcelabel" >
 
112
     <x>308</x>
 
113
     <y>274</y>
 
114
    </hint>
 
115
    <hint type="destinationlabel" >
 
116
     <x>298</x>
 
117
     <y>169</y>
 
118
    </hint>
 
119
   </hints>
 
120
  </connection>
 
121
 </connections>
 
122
</ui>