~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to python/plugins/fTools/frmAbout.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>Dialog</class>
 
3
 <widget class="QDialog" name="Dialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>471</width>
 
9
    <height>343</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>fTools About</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <item rowspan="3" row="0" column="0" >
 
17
    <widget class="QLabel" name="fToolsLogo" >
 
18
     <property name="text" >
 
19
      <string/>
 
20
     </property>
 
21
     <property name="pixmap" >
 
22
      <pixmap/>
 
23
     </property>
 
24
    </widget>
 
25
   </item>
 
26
   <item row="0" column="1" colspan="2" >
 
27
    <widget class="QLabel" name="label_2" >
 
28
     <property name="font" >
 
29
      <font>
 
30
       <pointsize>20</pointsize>
 
31
       <weight>75</weight>
 
32
       <bold>true</bold>
 
33
      </font>
 
34
     </property>
 
35
     <property name="text" >
 
36
      <string>fTools</string>
 
37
     </property>
 
38
     <property name="textFormat" >
 
39
      <enum>Qt::RichText</enum>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item row="1" column="1" colspan="2" >
 
44
    <widget class="QLabel" name="label_3" >
 
45
     <property name="text" >
 
46
      <string>Version x.x-xxxxxx</string>
 
47
     </property>
 
48
    </widget>
 
49
   </item>
 
50
   <item row="2" column="1" colspan="2" >
 
51
    <widget class="QTextEdit" name="textEdit" >
 
52
     <property name="palette" >
 
53
      <palette>
 
54
       <active>
 
55
        <colorrole role="Base" >
 
56
         <brush brushstyle="SolidPattern" >
 
57
          <color alpha="0" >
 
58
           <red>0</red>
 
59
           <green>0</green>
 
60
           <blue>0</blue>
 
61
          </color>
 
62
         </brush>
 
63
        </colorrole>
 
64
       </active>
 
65
       <inactive>
 
66
        <colorrole role="Base" >
 
67
         <brush brushstyle="SolidPattern" >
 
68
          <color alpha="0" >
 
69
           <red>0</red>
 
70
           <green>0</green>
 
71
           <blue>0</blue>
 
72
          </color>
 
73
         </brush>
 
74
        </colorrole>
 
75
       </inactive>
 
76
       <disabled>
 
77
        <colorrole role="Base" >
 
78
         <brush brushstyle="SolidPattern" >
 
79
          <color alpha="255" >
 
80
           <red>255</red>
 
81
           <green>255</green>
 
82
           <blue>255</blue>
 
83
          </color>
 
84
         </brush>
 
85
        </colorrole>
 
86
       </disabled>
 
87
      </palette>
 
88
     </property>
 
89
     <property name="autoFillBackground" >
 
90
      <bool>true</bool>
 
91
     </property>
 
92
     <property name="frameShape" >
 
93
      <enum>QFrame::NoFrame</enum>
 
94
     </property>
 
95
     <property name="frameShadow" >
 
96
      <enum>QFrame::Plain</enum>
 
97
     </property>
 
98
     <property name="readOnly" >
 
99
      <bool>true</bool>
 
100
     </property>
 
101
     <property name="html" >
 
102
      <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
103
p, li { white-space: pre-wrap; }
 
104
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
 
105
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
 
106
     </property>
 
107
    </widget>
 
108
   </item>
 
109
   <item row="3" column="1" >
 
110
    <spacer>
 
111
     <property name="orientation" >
 
112
      <enum>Qt::Vertical</enum>
 
113
     </property>
 
114
     <property name="sizeHint" >
 
115
      <size>
 
116
       <width>20</width>
 
117
       <height>40</height>
 
118
      </size>
 
119
     </property>
 
120
    </spacer>
 
121
   </item>
 
122
   <item row="4" column="0" >
 
123
    <widget class="QPushButton" name="btnHelp" >
 
124
     <property name="text" >
 
125
      <string>Help</string>
 
126
     </property>
 
127
    </widget>
 
128
   </item>
 
129
   <item row="4" column="1" >
 
130
    <widget class="QPushButton" name="btnWeb" >
 
131
     <property name="text" >
 
132
      <string>Web</string>
 
133
     </property>
 
134
    </widget>
 
135
   </item>
 
136
   <item row="4" column="2" >
 
137
    <widget class="QPushButton" name="pushButton" >
 
138
     <property name="text" >
 
139
      <string>Close</string>
 
140
     </property>
 
141
    </widget>
 
142
   </item>
 
143
  </layout>
 
144
 </widget>
 
145
 <resources/>
 
146
 <connections>
 
147
  <connection>
 
148
   <sender>pushButton</sender>
 
149
   <signal>clicked()</signal>
 
150
   <receiver>Dialog</receiver>
 
151
   <slot>reject()</slot>
 
152
   <hints>
 
153
    <hint type="sourcelabel" >
 
154
     <x>325</x>
 
155
     <y>279</y>
 
156
    </hint>
 
157
    <hint type="destinationlabel" >
 
158
     <x>267</x>
 
159
     <y>266</y>
 
160
    </hint>
 
161
   </hints>
 
162
  </connection>
 
163
 </connections>
 
164
</ui>