~ubuntu-branches/ubuntu/lucid/meshlab/lucid

« back to all changes in this revision

Viewing changes to meshlab/src/meshlabplugins/edit_phototexturing/ui/photoTexturingWidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-10-08 16:40:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091008164041-0c2ealqv8b8uc20c
Tags: 1.2.2-1
* New upstream version
* Do not build filter_isoparametrization because liblevmar dependency
  is not (yet) in Debian
* Fix compilation with gcc-4.4, thanks to Jonathan Liu for the patch
  (closes: #539544)
* rules: Add compiler variables to the qmake call (for testing with new
  GCC versions)
* io_3ds.pro: Make LIBS and INCLUDEPATH point to Debian version of lib3ds
* io_epoch.pro: Make LIBS point to Debian version of libbz2
* control:
  - Move Homepage URL to the source package section
  - Update to standards-version 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>photoTexturingWidget</class>
 
3
 <widget class="QWidget" name="photoTexturingWidget" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>505</width>
 
9
    <height>462</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Photo Texturing</string>
 
14
  </property>
 
15
  <widget class="QFrame" name="main_frame" >
 
16
   <property name="geometry" >
 
17
    <rect>
 
18
     <x>10</x>
 
19
     <y>10</y>
 
20
     <width>491</width>
 
21
     <height>451</height>
 
22
    </rect>
 
23
   </property>
 
24
   <property name="frameShape" >
 
25
    <enum>QFrame::StyledPanel</enum>
 
26
   </property>
 
27
   <property name="frameShadow" >
 
28
    <enum>QFrame::Raised</enum>
 
29
   </property>
 
30
   <layout class="QVBoxLayout" name="verticalLayout_5" >
 
31
    <item>
 
32
     <layout class="QVBoxLayout" >
 
33
      <item>
 
34
       <layout class="QVBoxLayout" >
 
35
        <item>
 
36
         <widget class="QGroupBox" name="groupBox" >
 
37
          <property name="sizePolicy" >
 
38
           <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
 
39
            <horstretch>0</horstretch>
 
40
            <verstretch>0</verstretch>
 
41
           </sizepolicy>
 
42
          </property>
 
43
          <property name="title" >
 
44
           <string>Cameras:</string>
 
45
          </property>
 
46
          <property name="flat" >
 
47
           <bool>false</bool>
 
48
          </property>
 
49
          <property name="checkable" >
 
50
           <bool>false</bool>
 
51
          </property>
 
52
          <layout class="QVBoxLayout" name="verticalLayout_3" >
 
53
           <item>
 
54
            <layout class="QHBoxLayout" name="horizontalLayout" >
 
55
             <item>
 
56
              <widget class="QTableWidget" name="cameraTableWidget" >
 
57
               <property name="sizePolicy" >
 
58
                <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
 
59
                 <horstretch>0</horstretch>
 
60
                 <verstretch>0</verstretch>
 
61
                </sizepolicy>
 
62
               </property>
 
63
               <property name="selectionBehavior" >
 
64
                <enum>QAbstractItemView::SelectRows</enum>
 
65
               </property>
 
66
               <property name="columnCount" >
 
67
                <number>3</number>
 
68
               </property>
 
69
               <column>
 
70
                <property name="text" >
 
71
                 <string>Camera</string>
 
72
                </property>
 
73
               </column>
 
74
               <column>
 
75
                <property name="text" >
 
76
                 <string>Type</string>
 
77
                </property>
 
78
               </column>
 
79
               <column>
 
80
                <property name="text" >
 
81
                 <string>Texture</string>
 
82
                </property>
 
83
               </column>
 
84
              </widget>
 
85
             </item>
 
86
             <item>
 
87
              <layout class="QVBoxLayout" name="verticalLayout" >
 
88
               <item>
 
89
                <widget class="QPushButton" name="addCameraPushButton" >
 
90
                 <property name="text" >
 
91
                  <string>Add Camera</string>
 
92
                 </property>
 
93
                </widget>
 
94
               </item>
 
95
               <item>
 
96
                <widget class="QPushButton" name="removeCameraPushButton" >
 
97
                 <property name="text" >
 
98
                  <string>Remove Camera</string>
 
99
                 </property>
 
100
                </widget>
 
101
               </item>
 
102
               <item>
 
103
                <widget class="QPushButton" name="assignImagePushButton" >
 
104
                 <property name="text" >
 
105
                  <string>Assign Image</string>
 
106
                 </property>
 
107
                </widget>
 
108
               </item>
 
109
               <item>
 
110
                <widget class="QPushButton" name="convertToTsaiCameraPushButton" >
 
111
                 <property name="text" >
 
112
                  <string>Convert to Tsai</string>
 
113
                 </property>
 
114
                </widget>
 
115
               </item>
 
116
               <item>
 
117
                <widget class="QPushButton" name="exportToMaxScriptPushButton" >
 
118
                 <property name="text" >
 
119
                  <string>export to MaxScript</string>
 
120
                 </property>
 
121
                </widget>
 
122
               </item>
 
123
              </layout>
 
124
             </item>
 
125
            </layout>
 
126
           </item>
 
127
          </layout>
 
128
         </widget>
 
129
        </item>
 
130
        <item>
 
131
         <widget class="QGroupBox" name="groupBox_2" >
 
132
          <property name="title" >
 
133
           <string>Textures:</string>
 
134
          </property>
 
135
          <layout class="QHBoxLayout" name="horizontalLayout_2" >
 
136
           <item>
 
137
            <layout class="QVBoxLayout" >
 
138
             <property name="spacing" >
 
139
              <number>6</number>
 
140
             </property>
 
141
             <property name="topMargin" >
 
142
              <number>0</number>
 
143
             </property>
 
144
             <item>
 
145
              <widget class="QListWidget" name="textureListWidget" />
 
146
             </item>
 
147
            </layout>
 
148
           </item>
 
149
           <item>
 
150
            <layout class="QVBoxLayout" name="verticalLayout_2" >
 
151
             <item>
 
152
              <widget class="QCheckBox" name="checkBoxzBuffer" >
 
153
               <property name="text" >
 
154
                <string>calc. z-Buffer</string>
 
155
               </property>
 
156
              </widget>
 
157
             </item>
 
158
             <item>
 
159
              <widget class="QCheckBox" name="selectedCameraOnlyCheckBox" >
 
160
               <property name="text" >
 
161
                <string>sel. cam only</string>
 
162
               </property>
 
163
              </widget>
 
164
             </item>
 
165
             <item>
 
166
              <widget class="QPushButton" name="calculateTexturesPushButton" >
 
167
               <property name="text" >
 
168
                <string>Calculate UV Coords.</string>
 
169
               </property>
 
170
              </widget>
 
171
             </item>
 
172
            </layout>
 
173
           </item>
 
174
           <item>
 
175
            <layout class="QVBoxLayout" name="verticalLayout_4" >
 
176
             <item>
 
177
              <widget class="QPushButton" name="combineTexturesPushButton" >
 
178
               <property name="text" >
 
179
                <string>Combine Textures</string>
 
180
               </property>
 
181
              </widget>
 
182
             </item>
 
183
             <item>
 
184
              <widget class="QPushButton" name="unprojectTexturePushButton" >
 
185
               <property name="text" >
 
186
                <string>Unproject Texture</string>
 
187
               </property>
 
188
              </widget>
 
189
             </item>
 
190
             <item>
 
191
              <widget class="QPushButton" name="bakeTexturePushButton" >
 
192
               <property name="text" >
 
193
                <string>Bake Texture</string>
 
194
               </property>
 
195
              </widget>
 
196
             </item>
 
197
            </layout>
 
198
           </item>
 
199
          </layout>
 
200
         </widget>
 
201
        </item>
 
202
        <item>
 
203
         <widget class="QGroupBox" name="groupBox_3" >
 
204
          <property name="title" >
 
205
           <string>Configuration File:</string>
 
206
          </property>
 
207
          <layout class="QHBoxLayout" name="horizontalLayout_3" >
 
208
           <item>
 
209
            <layout class="QHBoxLayout" >
 
210
             <item>
 
211
              <widget class="QLineEdit" name="calibrationFileLineEdit" />
 
212
             </item>
 
213
             <item>
 
214
              <widget class="QPushButton" name="configurationLoadPushButton" >
 
215
               <property name="text" >
 
216
                <string>Load</string>
 
217
               </property>
 
218
              </widget>
 
219
             </item>
 
220
             <item>
 
221
              <widget class="QPushButton" name="configurationSavePushButton" >
 
222
               <property name="text" >
 
223
                <string>Save</string>
 
224
               </property>
 
225
              </widget>
 
226
             </item>
 
227
            </layout>
 
228
           </item>
 
229
          </layout>
 
230
         </widget>
 
231
        </item>
 
232
       </layout>
 
233
      </item>
 
234
      <item>
 
235
       <layout class="QHBoxLayout" >
 
236
        <item>
 
237
         <widget class="QPushButton" name="resetPushButton" >
 
238
          <property name="text" >
 
239
           <string>Reset</string>
 
240
          </property>
 
241
         </widget>
 
242
        </item>
 
243
        <item>
 
244
         <widget class="QPushButton" name="closePushButton" >
 
245
          <property name="text" >
 
246
           <string>Close</string>
 
247
          </property>
 
248
         </widget>
 
249
        </item>
 
250
       </layout>
 
251
      </item>
 
252
     </layout>
 
253
    </item>
 
254
   </layout>
 
255
  </widget>
 
256
 </widget>
 
257
 <resources/>
 
258
 <connections/>
 
259
</ui>