~ubuntu-branches/debian/jessie/italc/jessie

« back to all changes in this revision

Viewing changes to setup/dialogs/wizard.ui

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2011-02-11 14:50:22 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20110211145022-sn173siax6lywjus
Tags: upstream-1.0.13
ImportĀ upstreamĀ versionĀ 1.0.13

Show diffs side-by-side

added added

removed removed

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