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

« back to all changes in this revision

Viewing changes to setup/dialogs/page_welcome.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>pageWelcome</class>
 
3
 <widget class="QWidget" name="pageWelcome" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>516</width>
 
9
    <height>250</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QHBoxLayout" >
 
13
   <property name="margin" >
 
14
    <number>0</number>
 
15
   </property>
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <item>
 
20
    <widget class="QLabel" name="label" >
 
21
     <property name="frameShape" >
 
22
      <enum>QFrame::NoFrame</enum>
 
23
     </property>
 
24
     <property name="frameShadow" >
 
25
      <enum>QFrame::Plain</enum>
 
26
     </property>
 
27
     <property name="pixmap" >
 
28
      <pixmap resource="../setup.qrc" >:/resources/page_artwork_welcome.png</pixmap>
 
29
     </property>
 
30
    </widget>
 
31
   </item>
 
32
   <item>
 
33
    <layout class="QVBoxLayout" >
 
34
     <property name="margin" >
 
35
      <number>0</number>
 
36
     </property>
 
37
     <property name="spacing" >
 
38
      <number>6</number>
 
39
     </property>
 
40
     <item>
 
41
      <widget class="QLabel" name="label_2" >
 
42
       <property name="text" >
 
43
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
44
p, li { white-space: pre-wrap; }
 
45
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
 
46
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-size:13pt; font-weight:600;">Welcome to installation of iTALC&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
47
       </property>
 
48
      </widget>
 
49
     </item>
 
50
     <item>
 
51
      <widget class="QLabel" name="label_3" >
 
52
       <property name="sizePolicy" >
 
53
        <sizepolicy>
 
54
         <hsizetype>3</hsizetype>
 
55
         <vsizetype>7</vsizetype>
 
56
         <horstretch>0</horstretch>
 
57
         <verstretch>0</verstretch>
 
58
        </sizepolicy>
 
59
       </property>
 
60
       <property name="text" >
 
61
        <string>This setup-wizard will guide you through the installation of iTALC on this computer. The installation includes the client-software as well as the optional master-application.
 
62
 
 
63
Furthermore you'll be able to setup security-settings.
 
64
 
 
65
Click 'Next' to continue.</string>
 
66
       </property>
 
67
       <property name="wordWrap" >
 
68
        <bool>true</bool>
 
69
       </property>
 
70
      </widget>
 
71
     </item>
 
72
     <item>
 
73
      <spacer>
 
74
       <property name="orientation" >
 
75
        <enum>Qt::Vertical</enum>
 
76
       </property>
 
77
       <property name="sizeType" >
 
78
        <enum>QSizePolicy::Expanding</enum>
 
79
       </property>
 
80
       <property name="sizeHint" >
 
81
        <size>
 
82
         <width>0</width>
 
83
         <height>0</height>
 
84
        </size>
 
85
       </property>
 
86
      </spacer>
 
87
     </item>
 
88
    </layout>
 
89
   </item>
 
90
  </layout>
 
91
 </widget>
 
92
 <resources>
 
93
  <include location="../setup.qrc" />
 
94
 </resources>
 
95
 <connections/>
 
96
</ui>