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

« back to all changes in this revision

Viewing changes to setup/dialogs/page_license_agreement.ui

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080617134654-2y5m7ki93r5c1ysf
Tags: upstream-1.0.9~rc3
ImportĀ upstreamĀ versionĀ 1.0.9~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>pageLicenseAgreement</class>
 
3
 <widget class="QWidget" name="pageLicenseAgreement" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>758</width>
 
9
    <height>300</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="text" >
 
22
      <string/>
 
23
     </property>
 
24
     <property name="pixmap" >
 
25
      <pixmap resource="../setup.qrc" >:/resources/page_license_agreement.png</pixmap>
 
26
     </property>
 
27
    </widget>
 
28
   </item>
 
29
   <item>
 
30
    <layout class="QVBoxLayout" >
 
31
     <property name="margin" >
 
32
      <number>0</number>
 
33
     </property>
 
34
     <property name="spacing" >
 
35
      <number>16</number>
 
36
     </property>
 
37
     <item>
 
38
      <widget class="QLabel" name="label_2" >
 
39
       <property name="text" >
 
40
        <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
41
p, li { white-space: pre-wrap; }
 
42
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
 
43
&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;">License agreement&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
 
44
       </property>
 
45
      </widget>
 
46
     </item>
 
47
     <item>
 
48
      <widget class="QLabel" name="label_3" >
 
49
       <property name="text" >
 
50
        <string>iTALC is published under the terms of the General Public License (GPL). Please read the following license terms and choose whether you agree or disagree the license.</string>
 
51
       </property>
 
52
       <property name="wordWrap" >
 
53
        <bool>true</bool>
 
54
       </property>
 
55
      </widget>
 
56
     </item>
 
57
     <item>
 
58
      <widget class="QTextEdit" name="licenseView" >
 
59
       <property name="minimumSize" >
 
60
        <size>
 
61
         <width>550</width>
 
62
         <height>0</height>
 
63
        </size>
 
64
       </property>
 
65
       <property name="readOnly" >
 
66
        <bool>true</bool>
 
67
       </property>
 
68
      </widget>
 
69
     </item>
 
70
     <item>
 
71
      <layout class="QHBoxLayout" >
 
72
       <property name="margin" >
 
73
        <number>0</number>
 
74
       </property>
 
75
       <property name="spacing" >
 
76
        <number>6</number>
 
77
       </property>
 
78
       <item>
 
79
        <widget class="QRadioButton" name="agreeRadioButton" >
 
80
         <property name="text" >
 
81
          <string>I agree</string>
 
82
         </property>
 
83
        </widget>
 
84
       </item>
 
85
       <item>
 
86
        <widget class="QRadioButton" name="disagreeRadioButton" >
 
87
         <property name="text" >
 
88
          <string>I disagree</string>
 
89
         </property>
 
90
         <property name="checked" >
 
91
          <bool>true</bool>
 
92
         </property>
 
93
        </widget>
 
94
       </item>
 
95
      </layout>
 
96
     </item>
 
97
    </layout>
 
98
   </item>
 
99
  </layout>
 
100
 </widget>
 
101
 <resources>
 
102
  <include location="../setup.qrc" />
 
103
 </resources>
 
104
 <connections/>
 
105
</ui>