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

« back to all changes in this revision

Viewing changes to src/plugins/grass/qgsgrassshellbase.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
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
5
 
 <class>QgsGrassShellBase</class>
6
 
 <widget class="QWidget" name="QgsGrassShellBase" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>600</width>
12
 
    <height>434</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="minimumSize" >
16
 
   <size>
17
 
    <width>600</width>
18
 
    <height>400</height>
19
 
   </size>
20
 
  </property>
21
 
  <property name="windowTitle" >
22
 
   <string>GRASS Shell</string>
23
 
  </property>
24
 
  <layout class="QVBoxLayout" >
25
 
   <property name="margin" >
26
 
    <number>10</number>
27
 
   </property>
28
 
   <property name="spacing" >
29
 
    <number>6</number>
30
 
   </property>
31
 
   <item>
32
 
    <widget class="Q3Frame" name="mTextFrame" >
33
 
     <property name="sizePolicy" >
34
 
      <sizepolicy>
35
 
       <hsizetype>7</hsizetype>
36
 
       <vsizetype>7</vsizetype>
37
 
       <horstretch>0</horstretch>
38
 
       <verstretch>0</verstretch>
39
 
      </sizepolicy>
40
 
     </property>
41
 
     <property name="frameShape" >
42
 
      <enum>QFrame::StyledPanel</enum>
43
 
     </property>
44
 
     <property name="frameShadow" >
45
 
      <enum>QFrame::Raised</enum>
46
 
     </property>
47
 
    </widget>
48
 
   </item>
49
 
   <item>
50
 
    <widget class="Q3ProgressBar" name="mProgressBar" />
51
 
   </item>
52
 
  </layout>
53
 
 </widget>
54
 
 <layoutdefault spacing="6" margin="11" />
55
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
56
 
 <customwidgets>
57
 
  <customwidget>
58
 
   <class>Q3ProgressBar</class>
59
 
   <extends>QWidget</extends>
60
 
   <header>q3progressbar.h</header>
61
 
   <container>1</container>
62
 
   <pixmap></pixmap>
63
 
  </customwidget>
64
 
  <customwidget>
65
 
   <class>Q3Frame</class>
66
 
   <extends></extends>
67
 
   <header>Qt3Support/Q3Frame</header>
68
 
   <container>1</container>
69
 
   <pixmap></pixmap>
70
 
  </customwidget>
71
 
 </customwidgets>
72
 
 <resources/>
73
 
 <connections/>
74
 
</ui>