~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/plugins/grass/qgsgrassmodulebase.ui

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

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>QgsGrassModuleBase</class>
 
6
 <widget class="QWidget" name="QgsGrassModuleBase" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>430</width>
 
12
    <height>367</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>GRASS Module</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QTabWidget" name="mTabWidget" >
 
27
     <widget class="QWidget" name="options" >
 
28
      <attribute name="title" >
 
29
       <string>Options</string>
 
30
      </attribute>
 
31
     </widget>
 
32
     <widget class="QWidget" name="output" >
 
33
      <attribute name="title" >
 
34
       <string>Output</string>
 
35
      </attribute>
 
36
      <layout class="QVBoxLayout" >
 
37
       <property name="margin" >
 
38
        <number>0</number>
 
39
       </property>
 
40
       <property name="spacing" >
 
41
        <number>6</number>
 
42
       </property>
 
43
       <item>
 
44
        <widget class="QTextBrowser" name="mOutputTextBrowser" />
 
45
       </item>
 
46
      </layout>
 
47
     </widget>
 
48
     <widget class="QWidget" name="tab" >
 
49
      <attribute name="title" >
 
50
       <string>Manual</string>
 
51
      </attribute>
 
52
      <layout class="QVBoxLayout" >
 
53
       <property name="margin" >
 
54
        <number>0</number>
 
55
       </property>
 
56
       <property name="spacing" >
 
57
        <number>6</number>
 
58
       </property>
 
59
       <item>
 
60
        <widget class="QTextBrowser" name="mManualTextBrowser" />
 
61
       </item>
 
62
      </layout>
 
63
     </widget>
 
64
    </widget>
 
65
   </item>
 
66
   <item>
 
67
    <widget class="Q3ProgressBar" name="mProgressBar" />
 
68
   </item>
 
69
   <item>
 
70
    <widget class="Q3Frame" name="frame4" >
 
71
     <property name="frameShape" >
 
72
      <enum>QFrame::StyledPanel</enum>
 
73
     </property>
 
74
     <property name="frameShadow" >
 
75
      <enum>QFrame::Plain</enum>
 
76
     </property>
 
77
     <property name="lineWidth" >
 
78
      <number>0</number>
 
79
     </property>
 
80
     <property name="margin" >
 
81
      <number>0</number>
 
82
     </property>
 
83
     <layout class="QHBoxLayout" >
 
84
      <property name="margin" >
 
85
       <number>9</number>
 
86
      </property>
 
87
      <property name="spacing" >
 
88
       <number>6</number>
 
89
      </property>
 
90
      <item>
 
91
       <spacer>
 
92
        <property name="orientation" >
 
93
         <enum>Qt::Horizontal</enum>
 
94
        </property>
 
95
        <property name="sizeType" >
 
96
         <enum>QSizePolicy::Expanding</enum>
 
97
        </property>
 
98
        <property name="sizeHint" >
 
99
         <size>
 
100
          <width>21</width>
 
101
          <height>31</height>
 
102
         </size>
 
103
        </property>
 
104
       </spacer>
 
105
      </item>
 
106
      <item>
 
107
       <widget class="QPushButton" name="mRunButton" >
 
108
        <property name="text" >
 
109
         <string>Run</string>
 
110
        </property>
 
111
       </widget>
 
112
      </item>
 
113
      <item>
 
114
       <spacer>
 
115
        <property name="orientation" >
 
116
         <enum>Qt::Horizontal</enum>
 
117
        </property>
 
118
        <property name="sizeType" >
 
119
         <enum>QSizePolicy::Expanding</enum>
 
120
        </property>
 
121
        <property name="sizeHint" >
 
122
         <size>
 
123
          <width>31</width>
 
124
          <height>31</height>
 
125
         </size>
 
126
        </property>
 
127
       </spacer>
 
128
      </item>
 
129
      <item>
 
130
       <widget class="QPushButton" name="mViewButton" >
 
131
        <property name="text" >
 
132
         <string>View output</string>
 
133
        </property>
 
134
       </widget>
 
135
      </item>
 
136
      <item>
 
137
       <spacer>
 
138
        <property name="orientation" >
 
139
         <enum>Qt::Horizontal</enum>
 
140
        </property>
 
141
        <property name="sizeHint" >
 
142
         <size>
 
143
          <width>31</width>
 
144
          <height>20</height>
 
145
         </size>
 
146
        </property>
 
147
       </spacer>
 
148
      </item>
 
149
      <item>
 
150
       <widget class="QPushButton" name="mCloseButton" >
 
151
        <property name="text" >
 
152
         <string>Close</string>
 
153
        </property>
 
154
       </widget>
 
155
      </item>
 
156
      <item>
 
157
       <spacer>
 
158
        <property name="orientation" >
 
159
         <enum>Qt::Horizontal</enum>
 
160
        </property>
 
161
        <property name="sizeType" >
 
162
         <enum>QSizePolicy::Expanding</enum>
 
163
        </property>
 
164
        <property name="sizeHint" >
 
165
         <size>
 
166
          <width>21</width>
 
167
          <height>31</height>
 
168
         </size>
 
169
        </property>
 
170
       </spacer>
 
171
      </item>
 
172
     </layout>
 
173
    </widget>
 
174
   </item>
 
175
  </layout>
 
176
 </widget>
 
177
 <layoutdefault spacing="6" margin="11" />
 
178
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
179
 <customwidgets>
 
180
  <customwidget>
 
181
   <class>Q3TextBrowser</class>
 
182
   <extends>QWidget</extends>
 
183
   <header>q3textbrowser.h</header>
 
184
   <container>1</container>
 
185
   <pixmap></pixmap>
 
186
  </customwidget>
 
187
  <customwidget>
 
188
   <class>Q3ProgressBar</class>
 
189
   <extends>QWidget</extends>
 
190
   <header>q3progressbar.h</header>
 
191
   <container>1</container>
 
192
   <pixmap></pixmap>
 
193
  </customwidget>
 
194
  <customwidget>
 
195
   <class>Q3Frame</class>
 
196
   <extends></extends>
 
197
   <header>Qt3Support/Q3Frame</header>
 
198
   <container>1</container>
 
199
   <pixmap></pixmap>
 
200
  </customwidget>
 
201
 </customwidgets>
 
202
 <resources/>
 
203
 <connections/>
 
204
</ui>