Ignore:
Timestamp:
May 19, 2010, 8:42:40 AM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner
Files:
2 deleted
23 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qchannelmanagerwidget.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QChannelManagerWidget</class>
    6  <widget class="QWidget" name="QChannelManagerWidget" >
    7   <property name="geometry" >
     4 <widget class="QWidget" name="QChannelManagerWidget">
     5  <property name="geometry">
    86   <rect>
    9         <x>0</x>
    10         <y>0</y>
    11         <width>223</width>
    12         <height>236</height>
     7    <x>0</x>
     8    <y>0</y>
     9    <width>223</width>
     10    <height>236</height>
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Channel Manager</string>
    1715  </property>
    18   <layout class="QHBoxLayout" >
    19    <property name="margin" >
    20         <number>0</number>
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
    2119   </property>
    22    <property name="spacing" >
    23         <number>6</number>
     20   <property name="margin">
     21    <number>0</number>
    2422   </property>
    2523   <item>
    26         <layout class="QVBoxLayout" >
    27          <property name="margin" >
    28           <number>0</number>
    29         </property>
    30          <property name="spacing" >
    31           <number>6</number>
    32         </property>
    33         <item>
    34           <widget class="QTableWidget" name="channelTable" >
    35            <property name="selectionMode" >
    36                 <enum>QAbstractItemView::SingleSelection</enum>
    37            </property>
    38            <property name="selectionBehavior" >
    39                 <enum>QAbstractItemView::SelectRows</enum>
    40            </property>
    41           </widget>
    42         </item>
    43         <item>
    44           <layout class="QHBoxLayout" >
    45            <property name="margin" >
    46                 <number>0</number>
    47            </property>
    48            <property name="spacing" >
    49                 <number>6</number>
    50            </property>
    51            <item>
    52                 <spacer>
    53                  <property name="orientation" >
    54                   <enum>Qt::Horizontal</enum>
    55                 </property>
    56                  <property name="sizeHint" >
    57                   <size>
    58                    <width>16</width>
    59                    <height>20</height>
    60                   </size>
    61                 </property>
    62                 </spacer>
    63            </item>
    64            <item>
    65                 <widget class="QPushButton" name="addButton" >
    66                  <property name="focusPolicy" >
    67                   <enum>Qt::NoFocus</enum>
    68                 </property>
    69                  <property name="text" >
    70                   <string>Add</string>
    71                 </property>
    72                 </widget>
    73            </item>
    74            <item>
    75                 <widget class="QPushButton" name="removeButton" >
    76                  <property name="focusPolicy" >
    77                   <enum>Qt::NoFocus</enum>
    78                 </property>
    79                  <property name="text" >
    80                   <string>Remove</string>
    81                 </property>
    82                 </widget>
    83            </item>
    84           </layout>
    85         </item>
    86         </layout>
     24    <layout class="QVBoxLayout">
     25     <property name="spacing">
     26      <number>6</number>
     27    </property>
     28     <property name="margin">
     29      <number>0</number>
     30    </property>
     31    <item>
     32      <widget class="QTableWidget" name="channelTable">
     33       <property name="selectionMode">
     34        <enum>QAbstractItemView::SingleSelection</enum>
     35       </property>
     36       <property name="selectionBehavior">
     37        <enum>QAbstractItemView::SelectRows</enum>
     38       </property>
     39      </widget>
     40    </item>
     41    <item>
     42      <layout class="QHBoxLayout">
     43       <property name="spacing">
     44        <number>6</number>
     45       </property>
     46       <property name="margin">
     47        <number>0</number>
     48       </property>
     49       <item>
     50        <spacer>
     51         <property name="orientation">
     52          <enum>Qt::Horizontal</enum>
     53        </property>
     54         <property name="sizeHint" stdset="0">
     55          <size>
     56           <width>16</width>
     57           <height>20</height>
     58          </size>
     59        </property>
     60        </spacer>
     61       </item>
     62       <item>
     63        <widget class="QPushButton" name="addButton">
     64         <property name="focusPolicy">
     65          <enum>Qt::NoFocus</enum>
     66        </property>
     67         <property name="text">
     68          <string>Add</string>
     69        </property>
     70        </widget>
     71       </item>
     72       <item>
     73        <widget class="QPushButton" name="removeButton">
     74         <property name="focusPolicy">
     75          <enum>Qt::NoFocus</enum>
     76        </property>
     77         <property name="text">
     78          <string>Remove</string>
     79        </property>
     80        </widget>
     81       </item>
     82      </layout>
     83    </item>
     84    </layout>
    8785   </item>
    8886  </layout>
    8987 </widget>
    90  <pixmapfunction></pixmapfunction>
    9188 <resources/>
    9289 <connections/>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qchannelwidget.ui

    r2 r42  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>QChannelWidget</class>
    3  <widget class="QWidget" name="QChannelWidget" >
    4   <property name="geometry" >
     4 <widget class="QWidget" name="QChannelWidget">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
     
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Channel Settings</string>
    1415  </property>
    15   <layout class="QVBoxLayout" >
    16    <property name="spacing" >
     16  <layout class="QVBoxLayout">
     17   <property name="spacing">
    1718    <number>6</number>
    1819   </property>
    19    <property name="margin" >
     20   <property name="margin">
    2021    <number>0</number>
    2122   </property>
    2223   <item>
    23     <layout class="QHBoxLayout" >
    24      <property name="spacing" >
     24    <layout class="QHBoxLayout">
     25     <property name="spacing">
    2526      <number>6</number>
    2627     </property>
    27      <property name="margin" >
     28     <property name="margin">
    2829      <number>0</number>
    2930     </property>
    3031     <item>
    31       <widget class="QLabel" name="nameLabel" >
    32        <property name="text" >
     32      <widget class="QLabel" name="nameLabel">
     33       <property name="text">
    3334        <string>Name</string>
    3435       </property>
     
    3637     </item>
    3738     <item>
    38       <widget class="QLineEdit" name="nameEdit" />
     39      <widget class="QLineEdit" name="nameEdit"/>
    3940     </item>
    4041     <item>
    4142      <spacer>
    42        <property name="orientation" >
     43       <property name="orientation">
    4344        <enum>Qt::Horizontal</enum>
    4445       </property>
    45        <property name="sizeHint" stdset="0" >
     46       <property name="sizeHint" stdset="0">
    4647        <size>
    4748         <width>40</width>
     
    5455   </item>
    5556   <item>
    56     <widget class="QGroupBox" name="overlayGroupBox" >
    57      <property name="title" >
     57    <widget class="QGroupBox" name="overlayGroupBox">
     58     <property name="title">
    5859      <string>Overlay</string>
    5960     </property>
    60      <layout class="QHBoxLayout" >
    61       <property name="spacing" >
     61     <layout class="QHBoxLayout">
     62      <property name="spacing">
    6263       <number>6</number>
    6364      </property>
    64       <property name="margin" >
     65      <property name="margin">
    6566       <number>4</number>
    6667      </property>
    6768      <item>
    68        <layout class="QVBoxLayout" >
    69         <property name="spacing" >
     69       <layout class="QVBoxLayout">
     70        <property name="spacing">
    7071         <number>6</number>
    7172        </property>
    72         <property name="margin" >
     73        <property name="margin">
    7374         <number>0</number>
    7475        </property>
    7576        <item>
    76          <widget class="QCheckBox" name="overlayNameCheckBox" >
    77           <property name="text" >
     77         <widget class="QCheckBox" name="overlayNameCheckBox">
     78          <property name="text">
    7879           <string>Channel name</string>
    7980          </property>
     
    8182        </item>
    8283        <item>
    83          <layout class="QHBoxLayout" >
    84           <property name="spacing" >
     84         <layout class="QHBoxLayout">
     85          <property name="spacing">
    8586           <number>6</number>
    8687          </property>
    87           <property name="margin" >
     88          <property name="margin">
    8889           <number>0</number>
    8990          </property>
    9091          <item>
    91            <widget class="QLabel" name="overlayImageLabel" >
    92             <property name="text" >
     92           <widget class="QLabel" name="overlayImageLabel">
     93            <property name="text">
    9394             <string>Image</string>
    9495            </property>
     
    9697          </item>
    9798          <item>
    98            <widget class="QLineEdit" name="overlayImageEdit" >
    99             <property name="sizePolicy" >
    100              <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
     99           <widget class="QLineEdit" name="overlayImageEdit">
     100            <property name="sizePolicy">
     101             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
    101102              <horstretch>0</horstretch>
    102103              <verstretch>0</verstretch>
     
    106107          </item>
    107108          <item>
    108            <widget class="QPushButton" name="overlayImageBrowseButton" >
    109             <property name="sizePolicy" >
    110              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
     109           <widget class="QPushButton" name="overlayImageBrowseButton">
     110            <property name="sizePolicy">
     111             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    111112              <horstretch>0</horstretch>
    112113              <verstretch>0</verstretch>
    113114             </sizepolicy>
    114115            </property>
    115             <property name="maximumSize" >
     116            <property name="maximumSize">
    116117             <size>
    117118              <width>23</width>
     
    119120             </size>
    120121            </property>
    121             <property name="text" >
     122            <property name="text">
    122123             <string>...</string>
    123124            </property>
     
    132133   </item>
    133134   <item>
    134     <widget class="QToolBox" name="toolBox" >
    135      <property name="autoFillBackground" >
     135    <widget class="QToolBox" name="toolBox">
     136     <property name="autoFillBackground">
    136137      <bool>true</bool>
    137138     </property>
    138      <property name="currentIndex" >
     139     <property name="currentIndex">
    139140      <number>1</number>
    140141     </property>
    141      <widget class="QWidget" name="page" >
    142       <property name="geometry" >
     142     <widget class="QWidget" name="page">
     143      <property name="geometry">
    143144       <rect>
    144145        <x>0</x>
    145146        <y>0</y>
    146         <width>232</width>
    147         <height>198</height>
     147        <width>158</width>
     148        <height>58</height>
    148149       </rect>
    149150      </property>
    150       <attribute name="label" >
     151      <attribute name="label">
    151152       <string>Remote Settings</string>
    152153      </attribute>
    153       <layout class="QHBoxLayout" >
    154        <property name="spacing" >
     154      <layout class="QHBoxLayout">
     155       <property name="spacing">
    155156        <number>6</number>
    156157       </property>
    157        <property name="margin" >
     158       <property name="margin">
    158159        <number>0</number>
    159160       </property>
    160161       <item>
    161         <layout class="QVBoxLayout" >
    162          <property name="spacing" >
     162        <layout class="QVBoxLayout">
     163         <property name="spacing">
    163164          <number>6</number>
    164165         </property>
    165          <property name="margin" >
     166         <property name="margin">
    166167          <number>0</number>
    167168         </property>
    168169         <item>
    169           <layout class="QHBoxLayout" >
    170            <property name="spacing" >
     170          <layout class="QHBoxLayout">
     171           <property name="spacing">
    171172            <number>6</number>
    172173           </property>
    173            <property name="margin" >
     174           <property name="margin">
    174175            <number>0</number>
    175176           </property>
    176177           <item>
    177             <widget class="QLabel" name="remoteHostNameLabel" >
    178              <property name="text" >
     178            <widget class="QLabel" name="remoteHostNameLabel">
     179             <property name="text">
    179180              <string>Host name</string>
    180181             </property>
     
    182183           </item>
    183184           <item>
    184             <widget class="QLineEdit" name="remoteHostNameEdit" />
     185            <widget class="QLineEdit" name="remoteHostNameEdit"/>
    185186           </item>
    186187          </layout>
    187188         </item>
    188189         <item>
    189           <layout class="QHBoxLayout" >
    190            <property name="spacing" >
     190          <layout class="QHBoxLayout">
     191           <property name="spacing">
    191192            <number>6</number>
    192193           </property>
    193            <property name="margin" >
     194           <property name="margin">
    194195            <number>0</number>
    195196           </property>
    196197           <item>
    197             <widget class="QCheckBox" name="remoteFullScreenCheckBox" >
    198              <property name="text" >
     198            <widget class="QCheckBox" name="remoteFullScreenCheckBox">
     199             <property name="text">
    199200              <string>Full screen</string>
    200201             </property>
     
    202203           </item>
    203204           <item>
    204             <widget class="QLabel" name="remoteScreenLabel" >
    205              <property name="text" >
     205            <widget class="QLabel" name="remoteScreenLabel">
     206             <property name="text">
    206207              <string> Screen</string>
    207208             </property>
     
    209210           </item>
    210211           <item>
    211             <widget class="QComboBox" name="remoteScreenComboBox" >
     212            <widget class="QComboBox" name="remoteScreenComboBox">
    212213             <item>
    213               <property name="text" >
     214              <property name="text">
    214215               <string>1</string>
    215216              </property>
    216217             </item>
    217218             <item>
    218               <property name="text" >
     219              <property name="text">
    219220               <string>2</string>
    220221              </property>
    221222             </item>
    222223             <item>
    223               <property name="text" >
     224              <property name="text">
    224225               <string>3</string>
    225226              </property>
    226227             </item>
    227228             <item>
    228               <property name="text" >
     229              <property name="text">
    229230               <string>4</string>
    230231              </property>
     
    236237         <item>
    237238          <spacer>
    238            <property name="orientation" >
     239           <property name="orientation">
    239240            <enum>Qt::Vertical</enum>
    240241           </property>
    241            <property name="sizeHint" stdset="0" >
     242           <property name="sizeHint" stdset="0">
    242243            <size>
    243244             <width>20</width>
     
    251252      </layout>
    252253     </widget>
    253      <widget class="QWidget" name="page_2" >
    254       <property name="geometry" >
     254     <widget class="QWidget" name="page_2">
     255      <property name="geometry">
    255256       <rect>
    256257        <x>0</x>
    257258        <y>0</y>
    258259        <width>232</width>
    259         <height>262</height>
     260        <height>267</height>
    260261       </rect>
    261262      </property>
    262       <attribute name="label" >
     263      <attribute name="label">
    263264       <string>Projector</string>
    264265      </attribute>
    265       <layout class="QVBoxLayout" >
    266        <property name="spacing" >
     266      <layout class="QVBoxLayout">
     267       <property name="spacing">
    267268        <number>0</number>
    268269       </property>
    269        <property name="margin" >
     270       <property name="margin">
    270271        <number>0</number>
    271272       </property>
    272273       <item>
    273         <layout class="QHBoxLayout" >
    274          <property name="spacing" >
     274        <layout class="QHBoxLayout">
     275         <property name="spacing">
    275276          <number>6</number>
    276277         </property>
    277          <property name="margin" >
     278         <property name="margin">
    278279          <number>0</number>
    279280         </property>
    280281         <item>
    281           <widget class="QLabel" name="pluginLabel" >
    282            <property name="text" >
     282          <widget class="QLabel" name="pluginLabel">
     283           <property name="text">
    283284            <string>Plugin</string>
    284285           </property>
     
    286287         </item>
    287288         <item>
    288           <widget class="QComboBox" name="pluginComboBox" />
     289          <widget class="QComboBox" name="pluginComboBox"/>
    289290         </item>
    290291         <item>
    291292          <spacer>
    292            <property name="orientation" >
     293           <property name="orientation">
    293294            <enum>Qt::Horizontal</enum>
    294295           </property>
    295            <property name="sizeHint" stdset="0" >
     296           <property name="sizeHint" stdset="0">
    296297            <size>
    297298             <width>40</width>
     
    304305       </item>
    305306       <item>
    306         <widget class="QStackedWidget" name="stackedWidget" >
    307          <property name="minimumSize" >
     307        <widget class="QStackedWidget" name="stackedWidget">
     308         <property name="minimumSize">
    308309          <size>
    309310           <width>0</width>
     
    314315       </item>
    315316       <item>
    316         <widget class="projection::QTransformMatrixWidget" native="1" name="projectionTransformWidget" >
    317          <property name="focusPolicy" >
     317        <widget class="projection::QTransformMatrixWidget" name="projectionTransformWidget" native="true">
     318         <property name="focusPolicy">
    318319          <enum>Qt::StrongFocus</enum>
    319320         </property>
     
    321322       </item>
    322323       <item>
    323         <widget class="QGroupBox" name="warpGroupBox" >
    324          <property name="title" >
     324        <widget class="QGroupBox" name="warpGroupBox">
     325         <property name="title">
    325326          <string>Warp</string>
    326327         </property>
    327          <layout class="QHBoxLayout" >
    328           <property name="spacing" >
     328         <layout class="QHBoxLayout">
     329          <property name="spacing">
    329330           <number>6</number>
    330331          </property>
    331           <property name="margin" >
     332          <property name="margin">
    332333           <number>4</number>
    333334          </property>
    334335          <item>
    335            <layout class="QHBoxLayout" >
    336             <property name="spacing" >
     336           <layout class="QHBoxLayout">
     337            <property name="spacing">
    337338             <number>6</number>
    338339            </property>
    339             <property name="margin" >
     340            <property name="margin">
    340341             <number>0</number>
    341342            </property>
    342343            <item>
    343              <widget class="QCheckBox" name="warpCheckBox" >
    344               <property name="text" >
     344             <widget class="QCheckBox" name="warpCheckBox">
     345              <property name="text">
    345346               <string>Enable</string>
    346347              </property>
     
    348349            </item>
    349350            <item>
    350              <widget class="QLabel" name="warpResLabel" >
    351               <property name="text" >
     351             <widget class="QLabel" name="warpResLabel">
     352              <property name="text">
    352353               <string>Res.</string>
    353354              </property>
     
    355356            </item>
    356357            <item>
    357              <widget class="QSpinBox" name="warpResSpinBox" >
    358               <property name="maximumSize" >
     358             <widget class="QSpinBox" name="warpResSpinBox">
     359              <property name="maximumSize">
    359360               <size>
    360361                <width>32</width>
     
    362363               </size>
    363364              </property>
    364               <property name="minimum" >
     365              <property name="minimum">
    365366               <number>2</number>
    366367              </property>
    367               <property name="maximum" >
     368              <property name="maximum">
    368369               <number>8</number>
    369370              </property>
     
    371372            </item>
    372373            <item>
    373              <widget class="QPushButton" name="warpResetButton" >
    374               <property name="maximumSize" >
     374             <widget class="QPushButton" name="warpResetButton">
     375              <property name="maximumSize">
    375376               <size>
    376377                <width>50</width>
     
    378379               </size>
    379380              </property>
    380               <property name="text" >
     381              <property name="text">
    381382               <string>Reset</string>
    382383              </property>
     
    389390       </item>
    390391       <item>
    391         <layout class="QHBoxLayout" >
    392          <property name="spacing" >
     392        <layout class="QHBoxLayout">
     393         <property name="spacing">
    393394          <number>0</number>
    394395         </property>
    395          <property name="margin" >
     396         <property name="margin">
    396397          <number>0</number>
    397398         </property>
    398399         <item>
    399400          <spacer>
    400            <property name="orientation" >
     401           <property name="orientation">
    401402            <enum>Qt::Horizontal</enum>
    402403           </property>
    403            <property name="sizeHint" stdset="0" >
     404           <property name="sizeHint" stdset="0">
    404405            <size>
    405406             <width>40</width>
     
    410411         </item>
    411412         <item>
    412           <widget class="QPushButton" name="calibrateButton" >
    413            <property name="enabled" >
     413          <widget class="QPushButton" name="calibrateButton">
     414           <property name="enabled">
    414415            <bool>false</bool>
    415416           </property>
    416            <property name="text" >
     417           <property name="text">
    417418            <string>Calibrate...</string>
    418419           </property>
     
    423424       <item>
    424425        <spacer>
    425          <property name="orientation" >
     426         <property name="orientation">
    426427          <enum>Qt::Vertical</enum>
    427428         </property>
    428          <property name="sizeHint" stdset="0" >
     429         <property name="sizeHint" stdset="0">
    429430          <size>
    430431           <width>20</width>
     
    436437      </layout>
    437438     </widget>
    438      <widget class="QWidget" name="page_3" >
    439       <property name="geometry" >
     439     <widget class="QWidget" name="page_3">
     440      <property name="geometry">
    440441       <rect>
    441442        <x>0</x>
    442443        <y>0</y>
    443         <width>232</width>
    444         <height>349</height>
     444        <width>98</width>
     445        <height>28</height>
    445446       </rect>
    446447      </property>
    447       <attribute name="label" >
     448      <attribute name="label">
    448449       <string>View</string>
    449450      </attribute>
    450       <layout class="QVBoxLayout" >
    451        <property name="spacing" >
     451      <layout class="QVBoxLayout">
     452       <property name="spacing">
    452453        <number>0</number>
    453454       </property>
    454        <property name="margin" >
     455       <property name="margin">
    455456        <number>0</number>
    456457       </property>
    457458       <item>
    458         <layout class="QVBoxLayout" >
    459          <property name="spacing" >
     459        <layout class="QVBoxLayout">
     460         <property name="spacing">
    460461          <number>0</number>
    461462         </property>
    462          <property name="margin" >
     463         <property name="margin">
    463464          <number>0</number>
    464465         </property>
    465466         <item>
    466           <widget class="projection::QProjectionMatrixWidget" native="1" name="viewProjectionWidget" >
    467            <property name="focusPolicy" >
     467          <widget class="projection::QProjectionMatrixWidget" name="viewProjectionWidget" native="true">
     468           <property name="focusPolicy">
    468469            <enum>Qt::StrongFocus</enum>
    469470           </property>
     
    471472         </item>
    472473         <item>
    473           <widget class="projection::QTransformMatrixWidget" native="1" name="viewTransformWidget" >
    474            <property name="focusPolicy" >
     474          <widget class="projection::QTransformMatrixWidget" name="viewTransformWidget" native="true">
     475           <property name="focusPolicy">
    475476            <enum>Qt::StrongFocus</enum>
    476477           </property>
     
    478479         </item>
    479480         <item>
    480           <layout class="QHBoxLayout" >
    481            <property name="spacing" >
     481          <layout class="QHBoxLayout">
     482           <property name="spacing">
    482483            <number>0</number>
    483484           </property>
    484            <property name="margin" >
     485           <property name="margin">
    485486            <number>0</number>
    486487           </property>
    487488           <item>
    488489            <spacer>
    489              <property name="orientation" >
     490             <property name="orientation">
    490491              <enum>Qt::Horizontal</enum>
    491492             </property>
    492              <property name="sizeHint" stdset="0" >
     493             <property name="sizeHint" stdset="0">
    493494              <size>
    494495               <width>40</width>
     
    499500           </item>
    500501           <item>
    501             <widget class="QPushButton" name="fitButton" >
    502              <property name="enabled" >
     502            <widget class="QPushButton" name="fitButton">
     503             <property name="enabled">
    503504              <bool>false</bool>
    504505             </property>
    505              <property name="text" >
     506             <property name="text">
    506507              <string>Fit to Projector</string>
    507508             </property>
     
    512513         <item>
    513514          <spacer>
    514            <property name="orientation" >
     515           <property name="orientation">
    515516            <enum>Qt::Vertical</enum>
    516517           </property>
    517            <property name="sizeHint" stdset="0" >
     518           <property name="sizeHint" stdset="0">
    518519            <size>
    519520             <width>20</width>
     
    531532   <item>
    532533    <spacer>
    533      <property name="orientation" >
     534     <property name="orientation">
    534535      <enum>Qt::Vertical</enum>
    535536     </property>
    536      <property name="sizeType" >
     537     <property name="sizeType">
    537538      <enum>QSizePolicy::Fixed</enum>
    538539     </property>
    539      <property name="sizeHint" stdset="0" >
     540     <property name="sizeHint" stdset="0">
    540541      <size>
    541542       <width>190</width>
     
    546547   </item>
    547548   <item>
    548     <layout class="QHBoxLayout" >
    549      <property name="spacing" >
     549    <layout class="QHBoxLayout">
     550     <property name="spacing">
    550551      <number>6</number>
    551552     </property>
    552      <property name="margin" >
     553     <property name="margin">
    553554      <number>0</number>
    554555     </property>
    555556     <item>
    556557      <spacer>
    557        <property name="orientation" >
     558       <property name="orientation">
    558559        <enum>Qt::Horizontal</enum>
    559560       </property>
    560        <property name="sizeHint" stdset="0" >
     561       <property name="sizeHint" stdset="0">
    561562        <size>
    562563         <width>40</width>
     
    567568     </item>
    568569     <item>
    569       <widget class="QPushButton" name="windowButton" >
    570        <property name="sizePolicy" >
    571         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
     570      <widget class="QPushButton" name="windowButton">
     571       <property name="sizePolicy">
     572        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
    572573         <horstretch>0</horstretch>
    573574         <verstretch>0</verstretch>
    574575        </sizepolicy>
    575576       </property>
    576        <property name="focusPolicy" >
     577       <property name="focusPolicy">
    577578        <enum>Qt::NoFocus</enum>
    578579       </property>
    579        <property name="text" >
     580       <property name="text">
    580581        <string>Open Window...</string>
    581582       </property>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qclientwindow.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QClientWindow</class>
    6  <widget class="QMainWindow" name="QClientWindow" >
    7   <property name="geometry" >
     4 <widget class="QMainWindow" name="QClientWindow">
     5  <property name="geometry">
    86   <rect>
    97    <x>0</x>
     
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Projection Designer</string>
    1715  </property>
    18   <widget class="QWidget" name="centralWidget" >
    19    <layout class="QHBoxLayout" >
    20     <property name="margin" >
     16  <widget class="QWidget" name="centralWidget">
     17   <layout class="QHBoxLayout">
     18    <property name="spacing">
     19     <number>6</number>
     20    </property>
     21    <property name="margin">
    2122     <number>2</number>
    2223    </property>
    23     <property name="spacing" >
    24      <number>6</number>
    25     </property>
    2624    <item>
    27      <widget class="QTextEdit" name="logEdit" >
    28       <property name="acceptDrops" >
     25     <widget class="QTextEdit" name="logEdit">
     26      <property name="acceptDrops">
    2927       <bool>false</bool>
    3028      </property>
    31       <property name="readOnly" >
     29      <property name="readOnly">
    3230       <bool>true</bool>
    3331      </property>
    34       <property name="acceptRichText" >
     32      <property name="acceptRichText">
    3533       <bool>false</bool>
    3634      </property>
     
    3937   </layout>
    4038  </widget>
    41   <widget class="QMenuBar" name="menuBar" >
    42    <property name="geometry" >
     39  <widget class="QMenuBar" name="menuBar">
     40   <property name="geometry">
    4341    <rect>
    4442     <x>0</x>
    4543     <y>0</y>
    4644     <width>344</width>
    47      <height>18</height>
     45     <height>21</height>
    4846    </rect>
    4947   </property>
    50    <widget class="QMenu" name="menu_File" >
    51     <property name="title" >
     48   <widget class="QMenu" name="menu_File">
     49    <property name="title">
    5250     <string>&amp;File</string>
    5351    </property>
    54     <addaction name="actionFileExit" />
     52    <addaction name="actionFileExit"/>
    5553   </widget>
    56    <addaction name="menu_File" />
     54   <addaction name="menu_File"/>
    5755  </widget>
    58   <action name="actionFileExit" >
    59    <property name="text" >
     56  <action name="actionFileExit">
     57   <property name="text">
    6058    <string>E&amp;xit</string>
    6159   </property>
    6260  </action>
    6361 </widget>
    64  <pixmapfunction></pixmapfunction>
    6562 <resources/>
    6663 <connections/>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qdesignviewwindow.ui

    r2 r42  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>QDesignViewWindow</class>
    3  <widget class="QMainWindow" name="QDesignViewWindow" >
    4   <property name="geometry" >
     4 <widget class="QMainWindow" name="QDesignViewWindow">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
     
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Projection Designer</string>
    1415  </property>
    15   <property name="windowIcon" >
    16    <iconset resource="../../projdesigner.qrc" >
     16  <property name="windowIcon">
     17   <iconset resource="../../projdesigner.qrc">
    1718    <normaloff>:/new/prefix1/Resources/projDesigner.png</normaloff>:/new/prefix1/Resources/projDesigner.png</iconset>
    1819  </property>
    19   <widget class="QWidget" name="centralWidget" >
    20    <layout class="QHBoxLayout" >
    21     <property name="spacing" >
     20  <widget class="QWidget" name="centralWidget">
     21   <layout class="QHBoxLayout">
     22    <property name="spacing">
    2223     <number>6</number>
    2324    </property>
    24     <property name="margin" >
     25    <property name="margin">
    2526     <number>0</number>
    2627    </property>
    2728    <item>
    28      <widget class="QSplitter" name="splitter" >
    29       <property name="orientation" >
     29     <widget class="QSplitter" name="splitter">
     30      <property name="orientation">
    3031       <enum>Qt::Horizontal</enum>
    3132      </property>
    32       <widget class="projection::QDesignViewWidget" native="1" name="designViewWidget" >
    33        <property name="sizePolicy" >
    34         <sizepolicy vsizetype="MinimumExpanding" hsizetype="Ignored" >
     33      <widget class="projection::QDesignViewWidget" name="designViewWidget" native="true">
     34       <property name="sizePolicy">
     35        <sizepolicy hsizetype="Ignored" vsizetype="MinimumExpanding">
    3536         <horstretch>1</horstretch>
    3637         <verstretch>0</verstretch>
     
    3839       </property>
    3940      </widget>
    40       <widget class="projection::QPanelWidget" native="1" name="panelWidget" >
    41        <property name="sizePolicy" >
    42         <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
     41      <widget class="projection::QPanelWidget" name="panelWidget" native="true">
     42       <property name="sizePolicy">
     43        <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
    4344         <horstretch>0</horstretch>
    4445         <verstretch>0</verstretch>
     
    5051   </layout>
    5152  </widget>
    52   <widget class="QMenuBar" name="menuBar" >
    53    <property name="geometry" >
     53  <widget class="QMenuBar" name="menuBar">
     54   <property name="geometry">
    5455    <rect>
    5556     <x>0</x>
    5657     <y>0</y>
    5758     <width>960</width>
    58      <height>22</height>
     59     <height>21</height>
    5960    </rect>
    6061   </property>
    61    <widget class="QMenu" name="menuEdit" >
    62     <property name="title" >
     62   <widget class="QMenu" name="menuEdit">
     63    <property name="title">
    6364     <string>&amp;Edit</string>
    6465    </property>
    65     <addaction name="actionEditDesignDistortionMap" />
    66     <addaction name="actionEditDesignBlendMap" />
    67     <addaction name="separator" />
    68     <addaction name="actionEditPreference" />
     66    <addaction name="actionEditDesignDistortionMap"/>
     67    <addaction name="actionEditDesignBlendMap"/>
     68    <addaction name="separator"/>
     69    <addaction name="actionEditPreference"/>
    6970   </widget>
    70    <widget class="QMenu" name="menuView" >
    71     <property name="title" >
     71   <widget class="QMenu" name="menuView">
     72    <property name="title">
    7273     <string>&amp;View</string>
    7374    </property>
    74     <addaction name="actionViewPerspective" />
    75     <addaction name="actionViewCenter" />
    76     <addaction name="actionViewFront" />
    77     <addaction name="actionViewTop" />
    78     <addaction name="actionViewSide" />
    79     <addaction name="separator" />
    80     <addaction name="actionViewAxis" />
    81     <addaction name="actionViewGrid" />
    82     <addaction name="actionViewInfo" />
    83     <addaction name="separator" />
    84     <addaction name="actionViewViewAll" />
     75    <addaction name="actionViewPerspective"/>
     76    <addaction name="actionViewCenter"/>
     77    <addaction name="actionViewFront"/>
     78    <addaction name="actionViewTop"/>
     79    <addaction name="actionViewSide"/>
     80    <addaction name="separator"/>
     81    <addaction name="actionViewAxis"/>
     82    <addaction name="actionViewGrid"/>
     83    <addaction name="actionViewInfo"/>
     84    <addaction name="separator"/>
     85    <addaction name="actionViewViewAll"/>
    8586   </widget>
    86    <widget class="QMenu" name="menuWindow" >
    87     <property name="title" >
     87   <widget class="QMenu" name="menuWindow">
     88    <property name="title">
    8889     <string>&amp;Window</string>
    8990    </property>
    90     <addaction name="actionWindowSceneViewer" />
    91     <addaction name="separator" />
    92     <addaction name="actionWindowSceneDialog" />
    93     <addaction name="actionWindowScreenDialog" />
    94     <addaction name="actionWindowChannelManager" />
     91    <addaction name="actionWindowSceneViewer"/>
     92    <addaction name="separator"/>
     93    <addaction name="actionWindowSceneDialog"/>
     94    <addaction name="actionWindowScreenDialog"/>
     95    <addaction name="actionWindowChannelManager"/>
    9596   </widget>
    96    <widget class="QMenu" name="menuFile" >
    97     <property name="title" >
     97   <widget class="QMenu" name="menuFile">
     98    <property name="title">
    9899     <string>&amp;File</string>
    99100    </property>
    100     <addaction name="actionFileNew" />
    101     <addaction name="actionFileOpen" />
    102     <addaction name="actionFileSave" />
    103     <addaction name="actionFileSaveAs" />
    104     <addaction name="separator" />
    105     <addaction name="actionFileExportDataset" />
    106     <addaction name="separator" />
    107     <addaction name="actionFileSyncClients" />
     101    <addaction name="actionFileNew"/>
     102    <addaction name="actionFileOpen"/>
     103    <addaction name="actionFileSave"/>
     104    <addaction name="actionFileSaveAs"/>
     105    <addaction name="separator"/>
     106    <addaction name="actionFileExportDataset"/>
     107    <addaction name="separator"/>
     108    <addaction name="actionFileSyncClients"/>
    108109   </widget>
    109    <widget class="QMenu" name="menuHelp" >
    110     <property name="title" >
     110   <widget class="QMenu" name="menuHelp">
     111    <property name="title">
    111112     <string>&amp;Help</string>
    112113    </property>
    113     <addaction name="actionHelpHelp" />
    114     <addaction name="actionHelpPlugins" />
    115     <addaction name="separator" />
    116     <addaction name="actionHelpAbout" />
    117     <addaction name="actionHelpAbout_Qt" />
     114    <addaction name="actionHelpHelp"/>
     115    <addaction name="actionHelpPlugins"/>
     116    <addaction name="separator"/>
     117    <addaction name="actionHelpAbout"/>
     118    <addaction name="actionHelpAbout_Qt"/>
    118119   </widget>
    119    <addaction name="menuFile" />
    120    <addaction name="menuEdit" />
    121    <addaction name="menuView" />
    122    <addaction name="menuWindow" />
    123    <addaction name="menuHelp" />
     120   <addaction name="menuFile"/>
     121   <addaction name="menuEdit"/>
     122   <addaction name="menuView"/>
     123   <addaction name="menuWindow"/>
     124   <addaction name="menuHelp"/>
    124125  </widget>
    125   <action name="actionFileNew" >
    126    <property name="icon" >
    127     <iconset resource="../../projdesigner.qrc" >
     126  <action name="actionFileNew">
     127   <property name="icon">
     128    <iconset resource="../../projdesigner.qrc">
    128129     <normaloff>:/new/prefix1/Resources/new.png</normaloff>:/new/prefix1/Resources/new.png</iconset>
    129130   </property>
    130    <property name="text" >
     131   <property name="text">
    131132    <string>&amp;New Project</string>
    132133   </property>
    133    <property name="shortcut" >
     134   <property name="shortcut">
    134135    <string>Ctrl+N</string>
    135136   </property>
    136137  </action>
    137   <action name="actionFileOpen" >
    138    <property name="icon" >
    139     <iconset resource="../../projdesigner.qrc" >
     138  <action name="actionFileOpen">
     139   <property name="icon">
     140    <iconset resource="../../projdesigner.qrc">
    140141     <normaloff>:/new/prefix1/Resources/open.png</normaloff>:/new/prefix1/Resources/open.png</iconset>
    141142   </property>
    142    <property name="text" >
     143   <property name="text">
    143144    <string>&amp;Open Project...</string>
    144145   </property>
    145    <property name="shortcut" >
     146   <property name="shortcut">
    146147    <string>Ctrl+O</string>
    147148   </property>
    148149  </action>
    149   <action name="actionFileSave" >
    150    <property name="icon" >
    151     <iconset resource="../../projdesigner.qrc" >
     150  <action name="actionFileSave">
     151   <property name="icon">
     152    <iconset resource="../../projdesigner.qrc">
    152153     <normaloff>:/new/prefix1/Resources/save.png</normaloff>:/new/prefix1/Resources/save.png</iconset>
    153154   </property>
    154    <property name="text" >
     155   <property name="text">
    155156    <string>&amp;Save Project</string>
    156157   </property>
    157    <property name="shortcut" >
     158   <property name="shortcut">
    158159    <string>Ctrl+S</string>
    159160   </property>
    160161  </action>
    161   <action name="actionFileSaveAs" >
    162    <property name="icon" >
    163     <iconset resource="../../projdesigner.qrc" >
     162  <action name="actionFileSaveAs">
     163   <property name="icon">
     164    <iconset resource="../../projdesigner.qrc">
    164165     <normaloff>:/new/prefix1/Resources/saveAs.png</normaloff>:/new/prefix1/Resources/saveAs.png</iconset>
    165166   </property>
    166    <property name="text" >
     167   <property name="text">
    167168    <string>Save Project &amp;As...</string>
    168169   </property>
    169    <property name="shortcut" >
     170   <property name="shortcut">
    170171    <string>Ctrl+A</string>
    171172   </property>
    172173  </action>
    173   <action name="actionFileSyncClients" >
    174    <property name="icon" >
    175     <iconset resource="../../projdesigner.qrc" >
     174  <action name="actionFileSyncClients">
     175   <property name="icon">
     176    <iconset resource="../../projdesigner.qrc">
    176177     <normaloff>:/new/prefix1/Resources/sync.png</normaloff>:/new/prefix1/Resources/sync.png</iconset>
    177178   </property>
    178    <property name="text" >
     179   <property name="text">
    179180    <string>Sync Clients</string>
    180181   </property>
    181    <property name="shortcut" >
     182   <property name="shortcut">
    182183    <string>Ctrl+Y</string>
    183184   </property>
    184185  </action>
    185   <action name="actionFileExit" >
    186    <property name="icon" >
    187     <iconset resource="../../projdesigner.qrc" >
     186  <action name="actionFileExit">
     187   <property name="icon">
     188    <iconset resource="../../projdesigner.qrc">
    188189     <normaloff>:/new/prefix1/Resources/exit.png</normaloff>:/new/prefix1/Resources/exit.png</iconset>
    189190   </property>
    190    <property name="text" >
     191   <property name="text">
    191192    <string>Exit</string>
    192193   </property>
    193    <property name="shortcut" >
     194   <property name="shortcut">
    194195    <string>Ctrl+Q</string>
    195196   </property>
    196197  </action>
    197   <action name="actionFileExitAll" >
    198    <property name="icon" >
    199     <iconset resource="../../projdesigner.qrc" >
     198  <action name="actionFileExitAll">
     199   <property name="icon">
     200    <iconset resource="../../projdesigner.qrc">
    200201     <normaloff>:/new/prefix1/Resources/exitAll.png</normaloff>:/new/prefix1/Resources/exitAll.png</iconset>
    201202   </property>
    202    <property name="text" >
     203   <property name="text">
    203204    <string>Exit All</string>
    204205   </property>
    205    <property name="shortcut" >
     206   <property name="shortcut">
    206207    <string>Ctrl+W</string>
    207208   </property>
    208209  </action>
    209   <action name="actionEditDesignDistortionMap" >
    210    <property name="icon" >
    211     <iconset resource="../../projdesigner.qrc" >
     210  <action name="actionEditDesignDistortionMap">
     211   <property name="icon">
     212    <iconset resource="../../projdesigner.qrc">
    212213     <normaloff>:/new/prefix1/Resources/distortionMode.png</normaloff>:/new/prefix1/Resources/distortionMode.png</iconset>
    213214   </property>
    214    <property name="text" >
     215   <property name="text">
    215216    <string>&amp;Distortion Map</string>
    216217   </property>
    217    <property name="shortcut" >
     218   <property name="shortcut">
    218219    <string>Alt+D</string>
    219220   </property>
    220    <property name="shortcutContext" >
     221   <property name="shortcutContext">
    221222    <enum>Qt::ApplicationShortcut</enum>
    222223   </property>
    223224  </action>
    224   <action name="actionEditDesignBlendMap" >
    225    <property name="icon" >
    226     <iconset resource="../../projdesigner.qrc" >
     225  <action name="actionEditDesignBlendMap">
     226   <property name="icon">
     227    <iconset resource="../../projdesigner.qrc">
    227228     <normaloff>:/new/prefix1/Resources/blendMode.png</normaloff>:/new/prefix1/Resources/blendMode.png</iconset>
    228229   </property>
    229    <property name="text" >
     230   <property name="text">
    230231    <string>Blend Map</string>
    231232   </property>
    232    <property name="shortcut" >
     233   <property name="shortcut">
    233234    <string>Alt+B</string>
    234235   </property>
    235    <property name="shortcutContext" >
     236   <property name="shortcutContext">
    236237    <enum>Qt::ApplicationShortcut</enum>
    237238   </property>
    238239  </action>
    239   <action name="actionEditPreference" >
    240    <property name="icon" >
    241     <iconset resource="../../projdesigner.qrc" >
     240  <action name="actionEditPreference">
     241   <property name="icon">
     242    <iconset resource="../../projdesigner.qrc">
    242243     <normaloff>:/new/prefix1/Resources/settings.png</normaloff>:/new/prefix1/Resources/settings.png</iconset>
    243244   </property>
    244    <property name="text" >
     245   <property name="text">
    245246    <string>Preferences</string>
    246247   </property>
    247    <property name="iconText" >
     248   <property name="iconText">
    248249    <string>Preferences</string>
    249250   </property>
    250    <property name="toolTip" >
     251   <property name="toolTip">
    251252    <string>Preferences</string>
    252253   </property>
    253    <property name="statusTip" >
     254   <property name="statusTip">
    254255    <string>Opens the preferences dialog</string>
    255256   </property>
    256    <property name="shortcut" >
     257   <property name="shortcut">
    257258    <string>Alt+P</string>
    258259   </property>
    259    <property name="shortcutContext" >
     260   <property name="shortcutContext">
    260261    <enum>Qt::ApplicationShortcut</enum>
    261262   </property>
    262263  </action>
    263   <action name="actionViewPerspective" >
    264    <property name="text" >
     264  <action name="actionViewPerspective">
     265   <property name="text">
    265266    <string>&amp;Perspective</string>
    266267   </property>
    267268  </action>
    268   <action name="actionViewCenter" >
    269    <property name="text" >
     269  <action name="actionViewCenter">
     270   <property name="text">
    270271    <string>&amp;Center</string>
    271272   </property>
    272273  </action>
    273   <action name="actionViewTop" >
    274    <property name="text" >
     274  <action name="actionViewTop">
     275   <property name="text">
    275276    <string>Top</string>
    276277   </property>
    277278  </action>
    278   <action name="actionViewSide" >
    279    <property name="text" >
     279  <action name="actionViewSide">
     280   <property name="text">
    280281    <string>Side</string>
    281282   </property>
    282283  </action>
    283   <action name="actionViewFront" >
    284    <property name="text" >
     284  <action name="actionViewFront">
     285   <property name="text">
    285286    <string>Front</string>
    286287   </property>
    287288  </action>
    288   <action name="actionViewAxis" >
    289    <property name="text" >
     289  <action name="actionViewAxis">
     290   <property name="text">
    290291    <string>&amp;Axis</string>
    291292   </property>
    292293  </action>
    293   <action name="actionViewGrid" >
    294    <property name="text" >
     294  <action name="actionViewGrid">
     295   <property name="text">
    295296    <string>&amp;Grid</string>
    296297   </property>
    297298  </action>
    298   <action name="actionViewInfo" >
    299    <property name="text" >
     299  <action name="actionViewInfo">
     300   <property name="text">
    300301    <string>&amp;Info</string>
    301302   </property>
    302303  </action>
    303   <action name="actionViewViewAll" >
    304    <property name="text" >
     304  <action name="actionViewViewAll">
     305   <property name="text">
    305306    <string>View All</string>
    306307   </property>
    307308  </action>
    308   <action name="actionWindowSceneViewer" >
    309    <property name="text" >
     309  <action name="actionWindowSceneViewer">
     310   <property name="text">
    310311    <string>Scene Viewer</string>
    311312   </property>
    312313  </action>
    313   <action name="actionWindowSceneDialog" >
    314    <property name="text" >
     314  <action name="actionWindowSceneDialog">
     315   <property name="text">
    315316    <string>Scene</string>
    316317   </property>
    317318  </action>
    318   <action name="actionWindowScreenDialog" >
    319    <property name="text" >
     319  <action name="actionWindowScreenDialog">
     320   <property name="text">
    320321    <string>Screen</string>
    321322   </property>
    322323  </action>
    323   <action name="actionWindowChannelManager" >
    324    <property name="text" >
     324  <action name="actionWindowChannelManager">
     325   <property name="text">
    325326    <string>Channels</string>
    326327   </property>
    327328  </action>
    328   <action name="actionHelpHelp" >
    329    <property name="icon" >
    330     <iconset resource="../../projdesigner.qrc" >
     329  <action name="actionHelpHelp">
     330   <property name="icon">
     331    <iconset resource="../../projdesigner.qrc">
    331332     <normaloff>:/new/prefix1/Resources/help.png</normaloff>:/new/prefix1/Resources/help.png</iconset>
    332333   </property>
    333    <property name="text" >
     334   <property name="text">
    334335    <string>Help...</string>
    335336   </property>
    336    <property name="shortcut" >
     337   <property name="shortcut">
    337338    <string>F1</string>
    338339   </property>
    339340  </action>
    340   <action name="actionHelpAbout" >
    341    <property name="icon" >
    342     <iconset resource="../../projdesigner.qrc" >
     341  <action name="actionHelpAbout">
     342   <property name="icon">
     343    <iconset resource="../../projdesigner.qrc">
    343344     <normaloff>:/new/prefix1/Resources/projDesigner.png</normaloff>:/new/prefix1/Resources/projDesigner.png</iconset>
    344345   </property>
    345    <property name="text" >
     346   <property name="text">
    346347    <string>About Projection Designer</string>
    347348   </property>
    348349  </action>
    349   <action name="actionFileExportDataset" >
    350    <property name="icon" >
    351     <iconset resource="../../projdesigner.qrc" >
     350  <action name="actionFileExportDataset">
     351   <property name="icon">
     352    <iconset resource="../../projdesigner.qrc">
    352353     <normaloff>:/new/prefix1/Resources/export.png</normaloff>:/new/prefix1/Resources/export.png</iconset>
    353354   </property>
    354    <property name="text" >
     355   <property name="text">
    355356    <string>Export Data set</string>
    356357   </property>
    357    <property name="shortcut" >
     358   <property name="shortcut">
    358359    <string>Ctrl+E</string>
    359360   </property>
    360361  </action>
    361   <action name="actionHelpPlugins" >
    362    <property name="icon" >
    363     <iconset resource="../../projdesigner.qrc" >
     362  <action name="actionHelpPlugins">
     363   <property name="icon">
     364    <iconset resource="../../projdesigner.qrc">
    364365     <normaloff>:/new/prefix1/Resources/plugins.png</normaloff>:/new/prefix1/Resources/plugins.png</iconset>
    365366   </property>
    366    <property name="text" >
     367   <property name="text">
    367368    <string>Plugins...</string>
    368369   </property>
    369    <property name="shortcut" >
     370   <property name="shortcut">
    370371    <string>Ctrl+Alt+P</string>
    371372   </property>
    372373  </action>
    373   <action name="actionHelpAbout_Qt" >
    374    <property name="icon" >
    375     <iconset resource="../../projdesigner.qrc" >
     374  <action name="actionHelpAbout_Qt">
     375   <property name="icon">
     376    <iconset resource="../../projdesigner.qrc">
    376377     <normaloff>:/new/prefix1/Resources/aboutQt.png</normaloff>:/new/prefix1/Resources/aboutQt.png</iconset>
    377378   </property>
    378    <property name="text" >
     379   <property name="text">
    379380    <string>About Qt</string>
    380381   </property>
     
    394395 </customwidgets>
    395396 <resources>
    396   <include location="../../projdesigner.qrc" />
     397  <include location="../../projdesigner.qrc"/>
    397398 </resources>
    398399 <connections/>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qpanelwidget.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QPanelWidget</class>
    6  <widget class="QWidget" name="QPanelWidget" >
    7   <property name="geometry" >
     4 <widget class="QWidget" name="QPanelWidget">
     5  <property name="geometry">
    86   <rect>
    97    <x>0</x>
     
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Projection Designer</string>
    1715  </property>
    18   <layout class="QHBoxLayout" >
    19    <property name="margin" >
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
     19   </property>
     20   <property name="margin">
    2021    <number>0</number>
    2122   </property>
    22    <property name="spacing" >
    23     <number>6</number>
    24    </property>
    2523   <item>
    26     <widget class="QTabWidget" name="tabWidget" >
    27      <widget class="QWidget" name="channelsTab" >
    28       <attribute name="title" >
     24    <widget class="QTabWidget" name="tabWidget">
     25     <widget class="QWidget" name="channelsTab">
     26      <attribute name="title">
    2927       <string>Channels</string>
    3028      </attribute>
    31       <layout class="QHBoxLayout" >
    32        <property name="margin" >
     29      <layout class="QHBoxLayout">
     30       <property name="spacing">
     31        <number>6</number>
     32       </property>
     33       <property name="margin">
    3334        <number>4</number>
    3435       </property>
    35        <property name="spacing" >
    36         <number>6</number>
    37        </property>
    3836       <item>
    39         <layout class="QVBoxLayout" >
    40          <property name="margin" >
     37        <layout class="QVBoxLayout">
     38         <property name="spacing">
     39          <number>6</number>
     40         </property>
     41         <property name="margin">
    4142          <number>0</number>
    4243         </property>
    43          <property name="spacing" >
    44           <number>6</number>
    45          </property>
    4644         <item>
    47           <widget class="projection::QChannelManagerWidget" name="channelManager" >
    48            <property name="maximumSize" >
     45          <widget class="projection::QChannelManagerWidget" name="channelManager" native="true">
     46           <property name="maximumSize">
    4947            <size>
    5048             <width>16777215</width>
     
    5250            </size>
    5351           </property>
    54            <property name="focusPolicy" >
     52           <property name="focusPolicy">
    5553            <enum>Qt::StrongFocus</enum>
    5654           </property>
     
    5856         </item>
    5957         <item>
    60           <widget class="QGroupBox" name="channelGroup" >
    61            <property name="sizePolicy" >
    62             <sizepolicy>
    63              <hsizetype>5</hsizetype>
    64              <vsizetype>5</vsizetype>
     58          <widget class="QGroupBox" name="channelGroup">
     59           <property name="sizePolicy">
     60            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    6561             <horstretch>0</horstretch>
    6662             <verstretch>0</verstretch>
    6763            </sizepolicy>
    6864           </property>
    69            <property name="title" >
     65           <property name="title">
    7066            <string>Channel</string>
    7167           </property>
    72            <layout class="QHBoxLayout" >
    73             <property name="margin" >
     68           <layout class="QHBoxLayout">
     69            <property name="spacing">
     70             <number>6</number>
     71            </property>
     72            <property name="margin">
    7473             <number>4</number>
    7574            </property>
    76             <property name="spacing" >
    77              <number>6</number>
    78             </property>
    7975            <item>
    80              <widget class="projection::QChannelWidget" name="channel" >
    81               <property name="focusPolicy" >
     76             <widget class="projection::QChannelWidget" name="channel" native="true">
     77              <property name="focusPolicy">
    8278               <enum>Qt::StrongFocus</enum>
    8379              </property>
     
    8985         <item>
    9086          <spacer>
    91            <property name="orientation" >
     87           <property name="orientation">
    9288            <enum>Qt::Vertical</enum>
    9389           </property>
    94            <property name="sizeHint" >
     90           <property name="sizeHint" stdset="0">
    9591            <size>
    9692             <width>20</width>
     
    104100      </layout>
    105101     </widget>
    106      <widget class="QWidget" name="screenTab" >
    107       <attribute name="title" >
     102     <widget class="QWidget" name="screenTab">
     103      <attribute name="title">
    108104       <string>Screen</string>
    109105      </attribute>
    110       <layout class="QVBoxLayout" >
    111        <property name="margin" >
     106      <layout class="QVBoxLayout">
     107       <property name="spacing">
     108        <number>6</number>
     109       </property>
     110       <property name="margin">
    112111        <number>0</number>
    113112       </property>
    114        <property name="spacing" >
    115         <number>6</number>
    116        </property>
    117113       <item>
    118         <widget class="projection::QScreenWidget" name="screen" />
     114        <widget class="projection::QScreenWidget" name="screen" native="true"/>
    119115       </item>
    120116       <item>
    121117        <spacer>
    122          <property name="orientation" >
     118         <property name="orientation">
    123119          <enum>Qt::Vertical</enum>
    124120         </property>
    125          <property name="sizeHint" >
     121         <property name="sizeHint" stdset="0">
    126122          <size>
    127123           <width>20</width>
     
    133129      </layout>
    134130     </widget>
    135      <widget class="QWidget" name="sceneTab" >
    136       <attribute name="title" >
     131     <widget class="QWidget" name="sceneTab">
     132      <attribute name="title">
    137133       <string>Scene</string>
    138134      </attribute>
    139       <layout class="QVBoxLayout" >
    140        <property name="margin" >
     135      <layout class="QVBoxLayout">
     136       <property name="spacing">
     137        <number>6</number>
     138       </property>
     139       <property name="margin">
    141140        <number>0</number>
    142141       </property>
    143        <property name="spacing" >
    144         <number>6</number>
    145        </property>
    146142       <item>
    147         <widget class="projection::QSceneWidget" name="scene" />
     143        <widget class="projection::QSceneWidget" name="scene" native="true"/>
    148144       </item>
    149145       <item>
    150146        <spacer>
    151          <property name="orientation" >
     147         <property name="orientation">
    152148          <enum>Qt::Vertical</enum>
    153149         </property>
    154          <property name="sizeHint" >
     150         <property name="sizeHint" stdset="0">
    155151          <size>
    156152           <width>20</width>
     
    166162  </layout>
    167163 </widget>
    168  <pixmapfunction></pixmapfunction>
    169164 <customwidgets>
    170165  <customwidget>
     
    172167   <extends>QWidget</extends>
    173168   <header>gui/QChannelManagerWidget.h</header>
    174    <container>0</container>
    175    <pixmap></pixmap>
    176169  </customwidget>
    177170  <customwidget>
     
    179172   <extends>QWidget</extends>
    180173   <header>gui/QScreenWidget.h</header>
    181    <container>0</container>
    182    <pixmap></pixmap>
    183174  </customwidget>
    184175  <customwidget>
     
    186177   <extends>QWidget</extends>
    187178   <header>gui/QChannelWidget.h</header>
    188    <container>0</container>
    189    <pixmap></pixmap>
    190179  </customwidget>
    191180  <customwidget>
     
    193182   <extends>QWidget</extends>
    194183   <header>gui/QSceneWidget.h</header>
    195    <container>0</container>
    196    <pixmap></pixmap>
    197184  </customwidget>
    198185 </customwidgets>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qpreferencedialog.ui

    r2 r42  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>QPreferenceDialog</class>
    3  <widget class="QDialog" name="QPreferenceDialog" >
    4   <property name="geometry" >
     4 <widget class="QDialog" name="QPreferenceDialog">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
     
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Preference</string>
    1415  </property>
    15   <property name="windowIcon" >
    16    <iconset resource="../../projdesigner.qrc" >
     16  <property name="windowIcon">
     17   <iconset resource="../../projdesigner.qrc">
    1718    <normaloff>:/new/prefix1/Resources/settings.png</normaloff>:/new/prefix1/Resources/settings.png</iconset>
    1819  </property>
    19   <layout class="QHBoxLayout" >
    20    <property name="spacing" >
     20  <layout class="QHBoxLayout">
     21   <property name="spacing">
    2122    <number>6</number>
    2223   </property>
    23    <property name="margin" >
     24   <property name="margin">
    2425    <number>4</number>
    2526   </property>
    2627   <item>
    27     <layout class="QVBoxLayout" >
    28      <property name="spacing" >
     28    <layout class="QVBoxLayout">
     29     <property name="spacing">
    2930      <number>6</number>
    3031     </property>
    31      <property name="margin" >
     32     <property name="margin">
    3233      <number>0</number>
    3334     </property>
    3435     <item>
    35       <widget class="QGroupBox" name="gridGroupBox" >
    36        <property name="title" >
     36      <widget class="QGroupBox" name="gridGroupBox">
     37       <property name="title">
    3738        <string>Grid</string>
    3839       </property>
    39        <layout class="QHBoxLayout" >
    40         <property name="spacing" >
     40       <layout class="QHBoxLayout">
     41        <property name="spacing">
    4142         <number>6</number>
    4243        </property>
    43         <property name="margin" >
     44        <property name="margin">
    4445         <number>4</number>
    4546        </property>
    4647        <item>
    47          <layout class="QHBoxLayout" >
    48           <property name="spacing" >
     48         <layout class="QHBoxLayout">
     49          <property name="spacing">
    4950           <number>6</number>
    5051          </property>
    51           <property name="margin" >
     52          <property name="margin">
    5253           <number>0</number>
    5354          </property>
    5455          <item>
    55            <widget class="QLabel" name="gridSizeLabel" >
    56             <property name="text" >
     56           <widget class="QLabel" name="gridSizeLabel">
     57            <property name="text">
    5758             <string>Size</string>
    5859            </property>
     
    6061          </item>
    6162          <item>
    62            <widget class="QLineEdit" name="gridSizeEdit" >
    63             <property name="minimumSize" >
     63           <widget class="QLineEdit" name="gridSizeEdit">
     64            <property name="minimumSize">
    6465             <size>
    6566              <width>64</width>
     
    6768             </size>
    6869            </property>
    69             <property name="maximumSize" >
     70            <property name="maximumSize">
    7071             <size>
    7172              <width>64</width>
     
    7677          </item>
    7778          <item>
    78            <widget class="QLabel" name="gridSubdivLabel" >
    79             <property name="text" >
     79           <widget class="QLabel" name="gridSubdivLabel">
     80            <property name="text">
    8081             <string>Subdivision</string>
    8182            </property>
     
    8384          </item>
    8485          <item>
    85            <widget class="QSpinBox" name="gridSubdivSpinBox" />
     86           <widget class="QSpinBox" name="gridSubdivSpinBox"/>
    8687          </item>
    8788          <item>
    8889           <spacer>
    89             <property name="orientation" >
     90            <property name="orientation">
    9091             <enum>Qt::Horizontal</enum>
    9192            </property>
    92             <property name="sizeHint" stdset="0" >
     93            <property name="sizeHint" stdset="0">
    9394             <size>
    9495              <width>40</width>
     
    104105     </item>
    105106     <item>
    106       <widget class="QGroupBox" name="offscreenSceneRenderingGroupBox" >
    107        <property name="title" >
     107      <widget class="QGroupBox" name="offscreenSceneRenderingGroupBox">
     108       <property name="title">
    108109        <string>Off-screen Scene Rendering</string>
    109110       </property>
    110        <layout class="QHBoxLayout" >
    111         <property name="spacing" >
     111       <layout class="QHBoxLayout">
     112        <property name="spacing">
    112113         <number>6</number>
    113114        </property>
    114         <property name="margin" >
     115        <property name="margin">
    115116         <number>4</number>
    116117        </property>
    117118        <item>
    118          <layout class="QVBoxLayout" >
    119           <property name="spacing" >
     119         <layout class="QVBoxLayout">
     120          <property name="spacing">
    120121           <number>6</number>
    121122          </property>
    122           <property name="margin" >
     123          <property name="margin">
    123124           <number>0</number>
    124125          </property>
    125126          <item>
    126            <layout class="QHBoxLayout" >
    127             <property name="spacing" >
     127           <layout class="QHBoxLayout">
     128            <property name="spacing">
    128129             <number>6</number>
    129130            </property>
    130             <property name="margin" >
     131            <property name="margin">
    131132             <number>0</number>
    132133            </property>
    133134            <item>
    134              <widget class="QLabel" name="bufferSizeLabel" >
    135               <property name="text" >
     135             <widget class="QLabel" name="bufferSizeLabel">
     136              <property name="text">
    136137               <string>Buffer size</string>
    137138              </property>
     
    139140            </item>
    140141            <item>
    141              <widget class="QComboBox" name="bufferWidthComboBox" >
    142               <item>
    143                <property name="text" >
     142             <widget class="QComboBox" name="bufferWidthComboBox">
     143              <item>
     144               <property name="text">
    144145                <string>128</string>
    145146               </property>
    146147              </item>
    147148              <item>
    148                <property name="text" >
     149               <property name="text">
    149150                <string>256</string>
    150151               </property>
    151152              </item>
    152153              <item>
    153                <property name="text" >
     154               <property name="text">
    154155                <string>512</string>
    155156               </property>
    156157              </item>
    157158              <item>
    158                <property name="text" >
     159               <property name="text">
    159160                <string>1024</string>
    160161               </property>
    161162              </item>
    162163              <item>
    163                <property name="text" >
     164               <property name="text">
    164165                <string>2048</string>
    165166               </property>
    166167              </item>
    167168              <item>
    168                <property name="text" >
     169               <property name="text">
    169170                <string>4096</string>
    170171               </property>
     
    173174            </item>
    174175            <item>
    175              <widget class="QComboBox" name="bufferHeightComboBox" >
    176               <item>
    177                <property name="text" >
     176             <widget class="QComboBox" name="bufferHeightComboBox">
     177              <item>
     178               <property name="text">
    178179                <string>128</string>
    179180               </property>
    180181              </item>
    181182              <item>
    182                <property name="text" >
     183               <property name="text">
    183184                <string>256</string>
    184185               </property>
    185186              </item>
    186187              <item>
    187                <property name="text" >
     188               <property name="text">
    188189                <string>512</string>
    189190               </property>
    190191              </item>
    191192              <item>
    192                <property name="text" >
     193               <property name="text">
    193194                <string>1024</string>
    194195               </property>
    195196              </item>
    196197              <item>
    197                <property name="text" >
     198               <property name="text">
    198199                <string>2048</string>
    199200               </property>
    200201              </item>
    201202              <item>
    202                <property name="text" >
     203               <property name="text">
    203204                <string>4096</string>
    204205               </property>
     
    208209            <item>
    209210             <spacer>
    210               <property name="orientation" >
     211              <property name="orientation">
    211212               <enum>Qt::Horizontal</enum>
    212213              </property>
    213               <property name="sizeHint" stdset="0" >
     214              <property name="sizeHint" stdset="0">
    214215               <size>
    215216                <width>40</width>
     
    227228     </item>
    228229     <item>
    229       <widget class="QGroupBox" name="blendMapGroupBox" >
    230        <property name="title" >
     230      <widget class="QGroupBox" name="blendMapGroupBox">
     231       <property name="title">
    231232        <string>Blend Map</string>
    232233       </property>
    233        <layout class="QHBoxLayout" >
    234         <property name="spacing" >
     234       <layout class="QHBoxLayout">
     235        <property name="spacing">
    235236         <number>6</number>
    236237        </property>
    237         <property name="margin" >
     238        <property name="margin">
    238239         <number>4</number>
    239240        </property>
    240241        <item>
    241          <layout class="QVBoxLayout" >
    242           <property name="spacing" >
     242         <layout class="QVBoxLayout">
     243          <property name="spacing">
    243244           <number>6</number>
    244245          </property>
    245           <property name="margin" >
     246          <property name="margin">
    246247           <number>0</number>
    247248          </property>
    248249          <item>
    249            <layout class="QHBoxLayout" >
    250             <property name="spacing" >
     250           <layout class="QHBoxLayout">
     251            <property name="spacing">
    251252             <number>6</number>
    252253            </property>
    253             <property name="margin" >
     254            <property name="margin">
    254255             <number>0</number>
    255256            </property>
    256257            <item>
    257              <widget class="QCheckBox" name="softEdgeCheckBox" >
    258               <property name="text" >
     258             <widget class="QCheckBox" name="softEdgeCheckBox">
     259              <property name="text">
    259260               <string>Soft edge</string>
    260261              </property>
     
    262263            </item>
    263264            <item>
    264              <widget class="QLabel" name="blendEdgeWidthLabel" >
    265               <property name="sizePolicy" >
    266                <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
     265             <widget class="QLabel" name="blendEdgeWidthLabel">
     266              <property name="sizePolicy">
     267               <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
    267268                <horstretch>0</horstretch>
    268269                <verstretch>0</verstretch>
    269270               </sizepolicy>
    270271              </property>
    271               <property name="text" >
     272              <property name="text">
    272273               <string> Width</string>
    273274              </property>
     
    275276            </item>
    276277            <item>
    277              <widget class="QSpinBox" name="blendEdgeWidthSpinBox" />
    278             </item>
    279             <item>
    280              <widget class="QLabel" name="blendEdgeExponentLabel" >
    281               <property name="text" >
     278             <widget class="QSpinBox" name="blendEdgeWidthSpinBox"/>
     279            </item>
     280            <item>
     281             <widget class="QLabel" name="blendEdgeExponentLabel">
     282              <property name="text">
    282283               <string>Exponent</string>
    283284              </property>
     
    285286            </item>
    286287            <item>
    287              <widget class="QLineEdit" name="blendEdgeExponentEdit" >
    288               <property name="maximumSize" >
     288             <widget class="QLineEdit" name="blendEdgeExponentEdit">
     289              <property name="maximumSize">
    289290               <size>
    290291                <width>32</width>
     
    296297            <item>
    297298             <spacer>
    298               <property name="orientation" >
     299              <property name="orientation">
    299300               <enum>Qt::Horizontal</enum>
    300301              </property>
    301               <property name="sizeHint" stdset="0" >
     302              <property name="sizeHint" stdset="0">
    302303               <size>
    303304                <width>20</width>
     
    315316     </item>
    316317     <item>
    317       <widget class="QGroupBox" name="exportGroupBox" >
    318        <property name="title" >
     318      <widget class="QGroupBox" name="exportGroupBox">
     319       <property name="title">
    319320        <string>Export</string>
    320321       </property>
    321        <layout class="QHBoxLayout" >
    322         <property name="spacing" >
     322       <layout class="QHBoxLayout">
     323        <property name="spacing">
    323324         <number>6</number>
    324325        </property>
    325         <property name="margin" >
     326        <property name="margin">
    326327         <number>4</number>
    327328        </property>
    328329        <item>
    329          <layout class="QVBoxLayout" >
    330           <property name="spacing" >
     330         <layout class="QVBoxLayout">
     331          <property name="spacing">
    331332           <number>6</number>
    332333          </property>
    333           <property name="margin" >
     334          <property name="margin">
    334335           <number>0</number>
    335336          </property>
    336337          <item>
    337            <layout class="QHBoxLayout" >
    338             <property name="spacing" >
     338           <layout class="QHBoxLayout">
     339            <property name="spacing">
    339340             <number>6</number>
    340341            </property>
    341             <property name="margin" >
     342            <property name="margin">
    342343             <number>0</number>
    343344            </property>
    344345            <item>
    345              <widget class="QLabel" name="exportSizeLabel" >
    346               <property name="text" >
     346             <widget class="QLabel" name="exportSizeLabel">
     347              <property name="text">
    347348               <string>Image size</string>
    348349              </property>
     
    350351            </item>
    351352            <item>
    352              <widget class="QComboBox" name="exportWidthComboBox" >
    353               <property name="editable" >
     353             <widget class="QComboBox" name="exportWidthComboBox">
     354              <property name="editable">
    354355               <bool>true</bool>
    355356              </property>
    356357              <item>
    357                <property name="text" >
     358               <property name="text">
    358359                <string>256</string>
    359360               </property>
    360361              </item>
    361362              <item>
    362                <property name="text" >
     363               <property name="text">
    363364                <string>512</string>
    364365               </property>
    365366              </item>
    366367              <item>
    367                <property name="text" >
     368               <property name="text">
    368369                <string>1024</string>
    369370               </property>
    370371              </item>
    371372              <item>
    372                <property name="text" >
     373               <property name="text">
    373374                <string>2048</string>
    374375               </property>
     
    377378            </item>
    378379            <item>
    379              <widget class="QComboBox" name="exportHeightComboBox" >
    380               <property name="editable" >
     380             <widget class="QComboBox" name="exportHeightComboBox">
     381              <property name="editable">
    381382               <bool>true</bool>
    382383              </property>
    383384              <item>
    384                <property name="text" >
     385               <property name="text">
    385386                <string>256</string>
    386387               </property>
    387388              </item>
    388389              <item>
    389                <property name="text" >
     390               <property name="text">
    390391                <string>512</string>
    391392               </property>
    392393              </item>
    393394              <item>
    394                <property name="text" >
     395               <property name="text">
    395396                <string>1024</string>
    396397               </property>
    397398              </item>
    398399              <item>
    399                <property name="text" >
     400               <property name="text">
    400401                <string>2048</string>
    401402               </property>
     
    405406            <item>
    406407             <spacer>
    407               <property name="orientation" >
     408              <property name="orientation">
    408409               <enum>Qt::Horizontal</enum>
    409410              </property>
    410               <property name="sizeHint" stdset="0" >
     411              <property name="sizeHint" stdset="0">
    411412               <size>
    412413                <width>40</width>
     
    419420          </item>
    420421          <item>
    421            <widget class="QLabel" name="exportFileNamePatternLabel" >
    422             <property name="text" >
     422           <widget class="QLabel" name="exportFileNamePatternLabel">
     423            <property name="text">
    423424             <string>Export file name pattern</string>
    424425            </property>
     
    426427          </item>
    427428          <item>
    428            <layout class="QHBoxLayout" >
    429             <property name="spacing" >
     429           <layout class="QHBoxLayout">
     430            <property name="spacing">
    430431             <number>6</number>
    431432            </property>
    432             <property name="margin" >
     433            <property name="margin">
    433434             <number>0</number>
    434435            </property>
    435436            <item>
    436437             <spacer>
    437               <property name="orientation" >
     438              <property name="orientation">
    438439               <enum>Qt::Horizontal</enum>
    439440              </property>
    440               <property name="sizeType" >
     441              <property name="sizeType">
    441442               <enum>QSizePolicy::Fixed</enum>
    442443              </property>
    443               <property name="sizeHint" stdset="0" >
     444              <property name="sizeHint" stdset="0">
    444445               <size>
    445446                <width>10</width>
     
    450451            </item>
    451452            <item>
    452              <layout class="QGridLayout" >
    453               <property name="margin" >
     453             <layout class="QGridLayout">
     454              <property name="margin">
    454455               <number>0</number>
    455456              </property>
    456               <property name="spacing" >
     457              <property name="spacing">
    457458               <number>6</number>
    458459              </property>
    459               <item row="0" column="0" >
    460                <widget class="QLabel" name="exportDistortMapPatternLabel" >
    461                 <property name="text" >
     460              <item row="0" column="0">
     461               <widget class="QLabel" name="exportDistortMapPatternLabel">
     462                <property name="text">
    462463                 <string>Distortion map file</string>
    463464                </property>
    464465               </widget>
    465466              </item>
    466               <item row="2" column="0" >
    467                <widget class="QLabel" name="exportViewMatrixPatternLabel" >
    468                 <property name="text" >
     467              <item row="2" column="0">
     468               <widget class="QLabel" name="exportViewMatrixPatternLabel">
     469                <property name="text">
    469470                 <string>View matrix file</string>
    470471                </property>
    471472               </widget>
    472473              </item>
    473               <item row="0" column="1" >
    474                <widget class="QLineEdit" name="exportDistortMapPatternEdit" >
    475                 <property name="minimumSize" >
     474              <item row="0" column="1">
     475               <widget class="QLineEdit" name="exportDistortMapPatternEdit">
     476                <property name="minimumSize">
    476477                 <size>
    477478                  <width>180</width>
     
    481482               </widget>
    482483              </item>
    483               <item row="2" column="1" >
    484                <widget class="QLineEdit" name="exportViewMatrixPatternEdit" />
    485               </item>
    486               <item row="1" column="1" >
    487                <widget class="QLineEdit" name="exportBlendMapPatternEdit" />
    488               </item>
    489               <item row="1" column="0" >
    490                <widget class="QLabel" name="exportBlendMapPatternLabel" >
    491                 <property name="text" >
     484              <item row="2" column="1">
     485               <widget class="QLineEdit" name="exportViewMatrixPatternEdit"/>
     486              </item>
     487              <item row="1" column="1">
     488               <widget class="QLineEdit" name="exportBlendMapPatternEdit"/>
     489              </item>
     490              <item row="1" column="0">
     491               <widget class="QLabel" name="exportBlendMapPatternLabel">
     492                <property name="text">
    492493                 <string>Blend map file</string>
    493494                </property>
     
    498499            <item>
    499500             <spacer>
    500               <property name="orientation" >
     501              <property name="orientation">
    501502               <enum>Qt::Horizontal</enum>
    502503              </property>
    503               <property name="sizeHint" stdset="0" >
     504              <property name="sizeHint" stdset="0">
    504505               <size>
    505506                <width>40</width>
     
    518519     <item>
    519520      <spacer>
    520        <property name="orientation" >
     521       <property name="orientation">
    521522        <enum>Qt::Vertical</enum>
    522523       </property>
    523        <property name="sizeHint" stdset="0" >
     524       <property name="sizeHint" stdset="0">
    524525        <size>
    525526         <width>325</width>
     
    530531     </item>
    531532     <item>
    532       <widget class="QPushButton" name="pB_ClosePrefDiag" >
    533        <property name="text" >
     533      <widget class="QPushButton" name="pB_ClosePrefDiag">
     534       <property name="text">
    534535        <string>Close</string>
    535536       </property>
     
    541542 </widget>
    542543 <resources>
    543   <include location="../../projdesigner.qrc" />
     544  <include location="../../projdesigner.qrc"/>
    544545 </resources>
    545546 <connections>
     
    550551   <slot>close()</slot>
    551552   <hints>
    552     <hint type="sourcelabel" >
     553    <hint type="sourcelabel">
    553554     <x>172</x>
    554555     <y>345</y>
    555556    </hint>
    556     <hint type="destinationlabel" >
     557    <hint type="destinationlabel">
    557558     <x>172</x>
    558559     <y>181</y>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qprojectionmatrixwidget.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QProjectionMatrixWidget</class>
    6  <widget class="QWidget" name="QProjectionMatrixWidget" >
    7   <property name="geometry" >
     4 <widget class="QWidget" name="QProjectionMatrixWidget">
     5  <property name="geometry">
    86   <rect>
    97    <x>0</x>
    108    <y>0</y>
    11     <width>169</width>
     9    <width>190</width>
    1210    <height>110</height>
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Projection Settings</string>
    1715  </property>
    18   <layout class="QHBoxLayout" >
    19    <property name="margin" >
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
     19   </property>
     20   <property name="margin">
    2021    <number>0</number>
    2122   </property>
    22    <property name="spacing" >
    23     <number>6</number>
    24    </property>
    2523   <item>
    26     <widget class="QGroupBox" name="projectionGroup" >
    27      <property name="title" >
     24    <widget class="QGroupBox" name="projectionGroup">
     25     <property name="title">
    2826      <string>Projection</string>
    2927     </property>
    30      <layout class="QHBoxLayout" >
    31       <property name="margin" >
     28     <layout class="QHBoxLayout">
     29      <property name="spacing">
     30       <number>6</number>
     31      </property>
     32      <property name="margin">
    3233       <number>0</number>
    3334      </property>
    34       <property name="spacing" >
    35        <number>6</number>
    36       </property>
    3735      <item>
    38        <layout class="QVBoxLayout" >
    39         <property name="margin" >
     36       <layout class="QVBoxLayout">
     37        <property name="spacing">
     38         <number>6</number>
     39        </property>
     40        <property name="margin">
    4041         <number>4</number>
    4142        </property>
    42         <property name="spacing" >
    43          <number>6</number>
    44         </property>
    4543        <item>
    46          <layout class="QHBoxLayout" >
    47           <property name="margin" >
     44         <layout class="QHBoxLayout">
     45          <property name="spacing">
     46           <number>6</number>
     47          </property>
     48          <property name="margin">
    4849           <number>0</number>
    4950          </property>
    50           <property name="spacing" >
    51            <number>6</number>
    52           </property>
    5351          <item>
    54            <widget class="QLabel" name="fovLabel" >
    55             <property name="text" >
     52           <widget class="QLabel" name="fovLabel">
     53            <property name="text">
    5654             <string>FOV</string>
    5755            </property>
     
    5957          </item>
    6058          <item>
    61            <widget class="QLineEdit" name="fovEdit" />
     59           <widget class="QLineEdit" name="fovEdit"/>
    6260          </item>
    6361          <item>
    64            <widget class="QLabel" name="aspectLabel" >
    65             <property name="text" >
     62           <widget class="QLabel" name="aspectLabel">
     63            <property name="text">
    6664             <string>Aspect</string>
    6765            </property>
     
    6967          </item>
    7068          <item>
    71            <widget class="QLineEdit" name="aspectRatioEdit" />
     69           <widget class="QLineEdit" name="aspectRatioEdit"/>
    7270          </item>
    7371         </layout>
    7472        </item>
    7573        <item>
    76          <layout class="QHBoxLayout" >
    77           <property name="margin" >
     74         <layout class="QHBoxLayout">
     75          <property name="spacing">
     76           <number>6</number>
     77          </property>
     78          <property name="margin">
    7879           <number>0</number>
    7980          </property>
    80           <property name="spacing" >
    81            <number>6</number>
    82           </property>
    8381          <item>
    84            <widget class="QLabel" name="nearLabel" >
    85             <property name="text" >
     82           <widget class="QLabel" name="nearLabel">
     83            <property name="text">
    8684             <string>Near</string>
    8785            </property>
     
    8987          </item>
    9088          <item>
    91            <widget class="QLineEdit" name="nearEdit" />
     89           <widget class="QLineEdit" name="nearEdit"/>
    9290          </item>
    9391          <item>
    94            <widget class="QLabel" name="farLabel" >
    95             <property name="text" >
     92           <widget class="QLabel" name="farLabel">
     93            <property name="text">
    9694             <string>Far</string>
    9795            </property>
     
    9997          </item>
    10098          <item>
    101            <widget class="QLineEdit" name="farEdit" />
     99           <widget class="QLineEdit" name="farEdit"/>
    102100          </item>
    103101         </layout>
    104102        </item>
    105103        <item>
    106          <layout class="QHBoxLayout" >
    107           <property name="margin" >
     104         <layout class="QHBoxLayout">
     105          <property name="spacing">
     106           <number>6</number>
     107          </property>
     108          <property name="margin">
    108109           <number>0</number>
    109110          </property>
    110           <property name="spacing" >
    111            <number>6</number>
    112           </property>
    113111          <item>
    114            <widget class="QLabel" name="offaxisLabel" >
    115             <property name="text" >
     112           <widget class="QLabel" name="offaxisLabel">
     113            <property name="text">
    116114             <string>Off-axis </string>
    117115            </property>
     
    119117          </item>
    120118          <item>
    121            <widget class="QLabel" name="offaxisXLabel" >
    122             <property name="text" >
     119           <widget class="QLabel" name="offaxisXLabel">
     120            <property name="text">
    123121             <string>X</string>
    124122            </property>
     
    126124          </item>
    127125          <item>
    128            <widget class="QLineEdit" name="offaxisXEdit" />
     126           <widget class="QLineEdit" name="offaxisXEdit"/>
    129127          </item>
    130128          <item>
    131            <widget class="QLabel" name="offaxisYLabel" >
    132             <property name="text" >
     129           <widget class="QLabel" name="offaxisYLabel">
     130            <property name="text">
    133131             <string>Y</string>
    134132            </property>
     
    136134          </item>
    137135          <item>
    138            <widget class="QLineEdit" name="offaxisYEdit" />
     136           <widget class="QLineEdit" name="offaxisYEdit"/>
    139137          </item>
    140138         </layout>
     
    147145  </layout>
    148146 </widget>
    149  <pixmapfunction></pixmapfunction>
    150147 <tabstops>
    151148  <tabstop>fovEdit</tabstop>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qscenewidget.ui

    r2 r42  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>QSceneWidget</class>
    3  <widget class="QWidget" name="QSceneWidget" >
    4   <property name="geometry" >
     4 <widget class="QWidget" name="QSceneWidget">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
     
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Scene Settings</string>
    1415  </property>
    15   <layout class="QHBoxLayout" >
    16    <property name="margin" >
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
     19   </property>
     20   <property name="margin">
    1721    <number>4</number>
    1822   </property>
    19    <property name="spacing" >
    20     <number>6</number>
    21    </property>
    2223   <item>
    23     <layout class="QVBoxLayout" >
    24      <property name="margin" >
     24    <layout class="QVBoxLayout">
     25     <property name="spacing">
     26      <number>6</number>
     27     </property>
     28     <property name="margin">
    2529      <number>0</number>
    2630     </property>
    27      <property name="spacing" >
    28       <number>6</number>
    29      </property>
    30      <item>
    31       <widget class="projection::QTransformMatrixWidget" native="1" name="transformWidget" >
    32        <property name="focusPolicy" >
     31     <item>
     32      <widget class="projection::QTransformMatrixWidget" name="transformWidget" native="true">
     33       <property name="focusPolicy">
    3334        <enum>Qt::StrongFocus</enum>
    3435       </property>
     
    3637     </item>
    3738     <item>
    38       <widget class="QGroupBox" name="contentGroup" >
    39        <property name="title" >
     39      <widget class="QGroupBox" name="contentGroup">
     40       <property name="title">
    4041        <string>Content</string>
    4142       </property>
    42        <layout class="QHBoxLayout" >
    43         <property name="margin" >
     43       <layout class="QHBoxLayout">
     44        <property name="spacing">
     45         <number>6</number>
     46        </property>
     47        <property name="margin">
    4448         <number>4</number>
    4549        </property>
    46         <property name="spacing" >
    47          <number>6</number>
    48         </property>
    4950        <item>
    50          <layout class="QVBoxLayout" >
    51           <property name="margin" >
     51         <layout class="QVBoxLayout">
     52          <property name="spacing">
     53           <number>6</number>
     54          </property>
     55          <property name="margin">
    5256           <number>0</number>
    5357          </property>
    54           <property name="spacing" >
    55            <number>6</number>
    56           </property>
    5758          <item>
    58            <layout class="QHBoxLayout" >
    59             <property name="margin" >
     59           <layout class="QHBoxLayout">
     60            <property name="spacing">
     61             <number>6</number>
     62            </property>
     63            <property name="margin">
    6064             <number>0</number>
    6165            </property>
    62             <property name="spacing" >
    63              <number>6</number>
    64             </property>
    6566            <item>
    66              <widget class="QLabel" name="typeLabel" >
    67               <property name="text" >
     67             <widget class="QLabel" name="typeLabel">
     68              <property name="text">
    6869               <string>Type</string>
    6970              </property>
     
    7172            </item>
    7273            <item>
    73              <widget class="QComboBox" name="typeComboBox" >
    74               <property name="minimumSize" >
     74             <widget class="QComboBox" name="typeComboBox">
     75              <property name="minimumSize">
    7576               <size>
    7677                <width>96</width>
     
    8283            <item>
    8384             <spacer>
    84               <property name="orientation" >
     85              <property name="orientation">
    8586               <enum>Qt::Horizontal</enum>
    8687              </property>
    87               <property name="sizeHint" >
     88              <property name="sizeHint" stdset="0">
    8889               <size>
    8990                <width>40</width>
     
    9697          </item>
    9798          <item>
    98            <widget class="QStackedWidget" name="stackedWidget" >
    99             <property name="focusPolicy" >
     99           <widget class="QStackedWidget" name="stackedWidget">
     100            <property name="focusPolicy">
    100101             <enum>Qt::StrongFocus</enum>
    101102            </property>
    102             <property name="currentIndex" >
     103            <property name="currentIndex">
    103104             <number>-1</number>
    104105            </property>
     
    111112     </item>
    112113     <item>
    113       <widget class="QCheckBox" name="showInDesignViewCheckBox" >
    114        <property name="text" >
     114      <widget class="QCheckBox" name="showInDesignViewCheckBox">
     115       <property name="text">
    115116        <string>Show in Design View</string>
    116117       </property>
     
    118119     </item>
    119120     <item>
    120       <layout class="QHBoxLayout" >
    121        <property name="margin" >
     121      <layout class="QHBoxLayout">
     122       <property name="spacing">
     123        <number>6</number>
     124       </property>
     125       <property name="margin">
    122126        <number>0</number>
    123127       </property>
    124        <property name="spacing" >
    125         <number>6</number>
    126        </property>
    127        <item>
    128         <widget class="QLabel" name="sceneSizeLabel" >
    129          <property name="text" >
     128       <item>
     129        <widget class="QLabel" name="sceneSizeLabel">
     130         <property name="text">
    130131          <string>Scene size</string>
    131132         </property>
     
    133134       </item>
    134135       <item>
    135         <widget class="QLineEdit" name="sceneSizeEdit" >
    136          <property name="maximumSize" >
     136        <widget class="QLineEdit" name="sceneSizeEdit">
     137         <property name="maximumSize">
    137138          <size>
    138139           <width>64</width>
     
    144145       <item>
    145146        <spacer>
    146          <property name="orientation" >
     147         <property name="orientation">
    147148          <enum>Qt::Horizontal</enum>
    148149         </property>
    149          <property name="sizeHint" >
     150         <property name="sizeHint" stdset="0">
    150151          <size>
    151152           <width>40</width>
     
    158159     </item>
    159160     <item>
    160       <layout class="QHBoxLayout" >
    161        <property name="margin" >
     161      <layout class="QHBoxLayout">
     162       <property name="spacing">
     163        <number>6</number>
     164       </property>
     165       <property name="margin">
    162166        <number>0</number>
    163167       </property>
    164        <property name="spacing" >
    165         <number>6</number>
    166        </property>
    167        <item>
    168         <widget class="QCheckBox" name="gridCheckBox" >
    169          <property name="text" >
     168       <item>
     169        <widget class="QCheckBox" name="gridCheckBox">
     170         <property name="text">
    170171          <string>Grid</string>
    171172         </property>
     
    173174       </item>
    174175       <item>
    175         <widget class="QLabel" name="gridSizeLabel" >
    176          <property name="text" >
     176        <widget class="QLabel" name="gridSizeLabel">
     177         <property name="text">
    177178          <string>Size</string>
    178179         </property>
     
    180181       </item>
    181182       <item>
    182         <widget class="QLineEdit" name="gridSizeEdit" >
    183          <property name="maximumSize" >
     183        <widget class="QLineEdit" name="gridSizeEdit">
     184         <property name="maximumSize">
    184185          <size>
    185186           <width>64</width>
     
    191192       <item>
    192193        <spacer>
    193          <property name="orientation" >
     194         <property name="orientation">
    194195          <enum>Qt::Horizontal</enum>
    195196         </property>
    196          <property name="sizeHint" >
     197         <property name="sizeHint" stdset="0">
    197198          <size>
    198199           <width>40</width>
     
    205206     </item>
    206207     <item>
    207       <layout class="QHBoxLayout" >
    208        <property name="margin" >
     208      <layout class="QHBoxLayout">
     209       <property name="spacing">
     210        <number>6</number>
     211       </property>
     212       <property name="margin">
    209213        <number>0</number>
    210214       </property>
    211        <property name="spacing" >
    212         <number>6</number>
    213        </property>
    214215       <item>
    215216        <spacer>
    216          <property name="orientation" >
     217         <property name="orientation">
    217218          <enum>Qt::Horizontal</enum>
    218219         </property>
    219          <property name="sizeHint" >
     220         <property name="sizeHint" stdset="0">
    220221          <size>
    221222           <width>40</width>
     
    226227       </item>
    227228       <item>
    228         <widget class="QPushButton" name="centerViewButton" >
    229          <property name="text" >
     229        <widget class="QPushButton" name="centerViewButton">
     230         <property name="text">
    230231          <string>Center View</string>
    231232         </property>
     
    233234       </item>
    234235       <item>
    235         <widget class="QPushButton" name="viewAllButton" >
    236          <property name="text" >
     236        <widget class="QPushButton" name="viewAllButton">
     237         <property name="text">
    237238          <string>ViewAll</string>
    238239         </property>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qscreenwidget.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QScreenWidget</class>
    6  <widget class="QWidget" name="QScreenWidget" >
    7   <property name="geometry" >
     4 <widget class="QWidget" name="QScreenWidget">
     5  <property name="geometry">
    86   <rect>
    9         <x>0</x>
    10         <y>0</y>
    11         <width>183</width>
    12         <height>222</height>
     7    <x>0</x>
     8    <y>0</y>
     9    <width>197</width>
     10    <height>242</height>
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Screen Settings</string>
    1715  </property>
    18   <layout class="QHBoxLayout" >
    19    <property name="margin" >
    20         <number>4</number>
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
    2119   </property>
    22    <property name="spacing" >
    23         <number>6</number>
     20   <property name="margin">
     21    <number>4</number>
    2422   </property>
    2523   <item>
    26         <layout class="QVBoxLayout" >
    27          <property name="margin" >
    28           <number>0</number>
    29          </property>
    30          <property name="spacing" >
    31           <number>6</number>
    32          </property>
    33          <item>
    34           <widget class="projection::QTransformMatrixWidget" name="transformWidget" >
    35            <property name="focusPolicy" >
    36                 <enum>Qt::StrongFocus</enum>
    37            </property>
    38           </widget>
    39          </item>
    40          <item>
    41           <widget class="QGroupBox" name="shapeGroup" >
    42            <property name="title" >
    43                 <string>Shape</string>
    44            </property>
    45            <layout class="QHBoxLayout" >
    46                 <property name="margin" >
    47                  <number>4</number>
    48                 </property>
    49                 <property name="spacing" >
    50                  <number>6</number>
    51                 </property>
    52                 <item>
    53                  <layout class="QVBoxLayout" >
    54                   <property name="margin" >
    55                    <number>0</number>
    56                   </property>
    57                   <property name="spacing" >
    58                    <number>6</number>
    59                   </property>
    60                   <item>
    61                    <layout class="QHBoxLayout" >
    62                         <property name="margin" >
    63                          <number>0</number>
    64                         </property>
    65                         <property name="spacing" >
    66                          <number>6</number>
    67                         </property>
    68                         <item>
    69                          <widget class="QLabel" name="typeLabel" >
    70                           <property name="text" >
    71                            <string>Type</string>
    72                           </property>
    73                          </widget>
    74                         </item>
    75                         <item>
    76                          <widget class="QComboBox" name="typeComboBox" >
    77                           <property name="minimumSize" >
    78                            <size>
    79                                 <width>96</width>
    80                                 <height>0</height>
    81                            </size>
    82                           </property>
    83                           <item>
    84                            <property name="text" >
    85                                 <string>Dome</string>
    86                            </property>
    87                           </item>
    88                           <item>
    89                            <property name="text" >
    90                                 <string>Plane</string>
    91                            </property>
    92                           </item>
    93                           <item>
    94                            <property name="text" >
    95                                 <string>Box</string>
    96                            </property>
    97                           </item>
    98                          </widget>
    99                         </item>
    100                         <item>
    101                          <spacer>
    102                           <property name="orientation" >
    103                            <enum>Qt::Horizontal</enum>
    104                           </property>
    105                           <property name="sizeHint" >
    106                            <size>
    107                                 <width>40</width>
    108                                 <height>20</height>
    109                            </size>
    110                           </property>
    111                          </spacer>
    112                         </item>
    113                    </layout>
    114                   </item>
    115                   <item>
    116                    <widget class="QStackedWidget" name="stackedWidget" >
    117                         <property name="currentIndex" >
    118                          <number>0</number>
    119                         </property>
    120                         <widget class="QWidget" name="domePage" >
    121                          <layout class="QHBoxLayout" >
    122                           <property name="margin" >
    123                            <number>4</number>
    124                           </property>
    125                           <property name="spacing" >
    126                            <number>6</number>
    127                           </property>
    128                           <item>
    129                            <layout class="QVBoxLayout" >
    130                                 <property name="margin" >
    131                                  <number>0</number>
    132                                 </property>
    133                                 <property name="spacing" >
    134                                  <number>6</number>
    135                                 </property>
    136                                 <item>
    137                                  <layout class="QHBoxLayout" >
    138                                   <property name="margin" >
    139                                    <number>0</number>
    140                                   </property>
    141                                   <property name="spacing" >
    142                                    <number>6</number>
    143                                   </property>
    144                                   <item>
    145                                    <widget class="QLabel" name="domeRadiusLabel" >
    146                                         <property name="text" >
    147                                          <string>Radius</string>
    148                                         </property>
    149                                    </widget>
    150                                   </item>
    151                                   <item>
    152                                    <widget class="QLineEdit" name="domeRadiusEdit" />
    153                                   </item>
    154                                  </layout>
    155                                 </item>
    156                                 <item>
    157                                  <layout class="QHBoxLayout" >
    158                                   <property name="margin" >
    159                                    <number>0</number>
    160                                   </property>
    161                                   <property name="spacing" >
    162                                    <number>6</number>
    163                                   </property>
    164                                   <item>
    165                                    <widget class="QLabel" name="domeAzimResLabel" >
    166                                         <property name="text" >
    167                                          <string>Azimuth Res.</string>
    168                                         </property>
    169                                    </widget>
    170                                   </item>
    171                                   <item>
    172                                    <widget class="QSpinBox" name="domeAzimResSpinBox" >
    173                                         <property name="maximum" >
    174                                          <number>128</number>
    175                                         </property>
    176                                         <property name="minimum" >
    177                                          <number>2</number>
    178                                         </property>
    179                                    </widget>
    180                                   </item>
    181                                  </layout>
    182                                 </item>
    183                                 <item>
    184                                  <layout class="QHBoxLayout" >
    185                                   <property name="margin" >
    186                                    <number>0</number>
    187                                   </property>
    188                                   <property name="spacing" >
    189                                    <number>6</number>
    190                                   </property>
    191                                   <item>
    192                                    <widget class="QLabel" name="domeElevResLabel" >
    193                                         <property name="text" >
    194                                          <string>Elevation Res.</string>
    195                                         </property>
    196                                    </widget>
    197                                   </item>
    198                                   <item>
    199                                    <widget class="QSpinBox" name="domeElevResSpinBox" >
    200                                         <property name="maximum" >
    201                                          <number>128</number>
    202                                         </property>
    203                                         <property name="minimum" >
    204                                          <number>2</number>
    205                                         </property>
    206                                    </widget>
    207                                   </item>
    208                                  </layout>
    209                                 </item>
    210                                 <item>
    211                                  <layout class="QHBoxLayout" >
    212                                   <property name="margin" >
    213                                    <number>0</number>
    214                                   </property>
    215                                   <property name="spacing" >
    216                                    <number>6</number>
    217                                   </property>
    218                                   <item>
    219                                    <widget class="QLabel" name="domeSubdivLabel" >
    220                                         <property name="text" >
    221                                          <string>Subdivision</string>
    222                                         </property>
    223                                    </widget>
    224                                   </item>
    225                                   <item>
    226                                    <widget class="QSpinBox" name="domeSubdivSpinBox" >
    227                                         <property name="maximum" >
    228                                          <number>8</number>
    229                                         </property>
    230                                         <property name="minimum" >
    231                                          <number>1</number>
    232                                         </property>
    233                                    </widget>
    234                                   </item>
    235                                  </layout>
    236                                 </item>
    237                                 <item>
    238                                  <widget class="QCheckBox" name="domeFullDomeCheckBox" >
    239                                   <property name="text" >
    240                                    <string>Full dome</string>
    241                                   </property>
    242                                  </widget>
    243                                 </item>
    244                                 <item>
    245                                  <spacer>
    246                                   <property name="orientation" >
    247                                    <enum>Qt::Vertical</enum>
    248                                   </property>
    249                                   <property name="sizeHint" >
    250                                    <size>
    251                                         <width>20</width>
    252                                         <height>40</height>
    253                                    </size>
    254                                   </property>
    255                                  </spacer>
    256                                 </item>
    257                            </layout>
    258                           </item>
    259                          </layout>
    260                         </widget>
    261                         <widget class="QWidget" name="planePage" >
    262                          <layout class="QHBoxLayout" >
    263                           <property name="margin" >
    264                            <number>4</number>
    265                           </property>
    266                           <property name="spacing" >
    267                            <number>6</number>
    268                           </property>
    269                           <item>
    270                            <layout class="QVBoxLayout" >
    271                                 <property name="margin" >
    272                                  <number>0</number>
    273                                 </property>
    274                                 <property name="spacing" >
    275                                  <number>6</number>
    276                                 </property>
    277                                 <item>
    278                                  <layout class="QGridLayout" >
    279                                   <property name="margin" >
    280                                    <number>0</number>
    281                                   </property>
    282                                   <property name="spacing" >
    283                                    <number>6</number>
    284                                   </property>
    285                                   <item row="1" column="0" >
    286                                    <widget class="QLabel" name="planeHeightLabel" >
    287                                         <property name="text" >
    288                                          <string>Height</string>
    289                                         </property>
    290                                    </widget>
    291                                   </item>
    292                                   <item row="0" column="2" >
    293                                    <widget class="QLabel" name="planeHorResLabel" >
    294                                         <property name="text" >
    295                                          <string>Res.</string>
    296                                         </property>
    297                                    </widget>
    298                                   </item>
    299                                   <item row="0" column="3" >
    300                                    <widget class="QSpinBox" name="planeHorResSpinBox" >
    301                                         <property name="maximum" >
    302                                          <number>128</number>
    303                                         </property>
    304                                         <property name="minimum" >
    305                                          <number>1</number>
    306                                         </property>
    307                                    </widget>
    308                                   </item>
    309                                   <item row="1" column="2" >
    310                                    <widget class="QLabel" name="planeVertResLabel" >
    311                                         <property name="text" >
    312                                          <string>Res.</string>
    313                                         </property>
    314                                    </widget>
    315                                   </item>
    316                                   <item row="0" column="1" >
    317                                    <widget class="QLineEdit" name="planeWidthEdit" />
    318                                   </item>
    319                                   <item row="0" column="0" >
    320                                    <widget class="QLabel" name="planeWidthLabel" >
    321                                         <property name="text" >
    322                                          <string>Width</string>
    323                                         </property>
    324                                    </widget>
    325                                   </item>
    326                                   <item row="1" column="1" >
    327                                    <widget class="QLineEdit" name="planeHeightEdit" />
    328                                   </item>
    329                                   <item row="1" column="3" >
    330                                    <widget class="QSpinBox" name="planeVertResSpinBox" >
    331                                         <property name="maximum" >
    332                                          <number>128</number>
    333                                         </property>
    334                                         <property name="minimum" >
    335                                          <number>1</number>
    336                                         </property>
    337                                    </widget>
    338                                   </item>
    339                                  </layout>
    340                                 </item>
    341                                 <item>
    342                                  <spacer>
    343                                   <property name="orientation" >
    344                                    <enum>Qt::Vertical</enum>
    345                                   </property>
    346                                   <property name="sizeHint" >
    347                                    <size>
    348                                         <width>20</width>
    349                                         <height>40</height>
    350                                    </size>
    351                                   </property>
    352                                  </spacer>
    353                                 </item>
    354                            </layout>
    355                           </item>
    356                          </layout>
    357                         </widget>
    358                         <widget class="QWidget" name="boxPage" >
    359                          <layout class="QHBoxLayout" >
    360                           <property name="margin" >
    361                            <number>4</number>
    362                           </property>
    363                           <property name="spacing" >
    364                            <number>6</number>
    365                           </property>
    366                           <item>
    367                            <layout class="QVBoxLayout" >
    368                                 <property name="margin" >
    369                                  <number>0</number>
    370                                 </property>
    371                                 <property name="spacing" >
    372                                  <number>6</number>
    373                                 </property>
    374                                 <item>
    375                                  <layout class="QGridLayout" >
    376                                   <property name="margin" >
    377                                    <number>0</number>
    378                                   </property>
    379                                   <property name="spacing" >
    380                                    <number>6</number>
    381                                   </property>
    382                                   <item row="1" column="3" >
    383                                    <widget class="QSpinBox" name="boxVertResSpinBox" >
    384                                         <property name="maximum" >
    385                                          <number>128</number>
    386                                         </property>
    387                                         <property name="minimum" >
    388                                          <number>1</number>
    389                                         </property>
    390                                    </widget>
    391                                   </item>
    392                                   <item row="0" column="2" >
    393                                    <widget class="QLabel" name="boxHorResLabel" >
    394                                         <property name="text" >
    395                                          <string>Res.</string>
    396                                         </property>
    397                                    </widget>
    398                                   </item>
    399                                   <item row="2" column="2" >
    400                                    <widget class="QLabel" name="boxDepthResLabel" >
    401                                         <property name="text" >
    402                                          <string>Res.</string>
    403                                         </property>
    404                                    </widget>
    405                                   </item>
    406                                   <item row="1" column="0" >
    407                                    <widget class="QLabel" name="boxHeightLabel" >
    408                                         <property name="text" >
    409                                          <string>Height</string>
    410                                         </property>
    411                                    </widget>
    412                                   </item>
    413                                   <item row="0" column="0" >
    414                                    <widget class="QLabel" name="boxWidthLabel" >
    415                                         <property name="text" >
    416                                          <string>Width</string>
    417                                         </property>
    418                                    </widget>
    419                                   </item>
    420                                   <item row="0" column="1" >
    421                                    <widget class="QLineEdit" name="boxWidthEdit" />
    422                                   </item>
    423                                   <item row="0" column="3" >
    424                                    <widget class="QSpinBox" name="boxHorResSpinBox" >
    425                                         <property name="maximum" >
    426                                          <number>128</number>
    427                                         </property>
    428                                         <property name="minimum" >
    429                                          <number>1</number>
    430                                         </property>
    431                                    </widget>
    432                                   </item>
    433                                   <item row="2" column="3" >
    434                                    <widget class="QSpinBox" name="boxDepthResSpinBox" >
    435                                         <property name="maximum" >
    436                                          <number>128</number>
    437                                         </property>
    438                                         <property name="minimum" >
    439                                          <number>1</number>
    440                                         </property>
    441                                    </widget>
    442                                   </item>
    443                                   <item row="1" column="2" >
    444                                    <widget class="QLabel" name="boxVertResLabel" >
    445                                         <property name="text" >
    446                                          <string>Res.</string>
    447                                         </property>
    448                                    </widget>
    449                                   </item>
    450                                   <item row="2" column="1" >
    451                                    <widget class="QLineEdit" name="boxDepthEdit" />
    452                                   </item>
    453                                   <item row="2" column="0" >
    454                                    <widget class="QLabel" name="boxDepthLabel" >
    455                                         <property name="text" >
    456                                          <string>Depth</string>
    457                                         </property>
    458                                    </widget>
    459                                   </item>
    460                                   <item row="1" column="1" >
    461                                    <widget class="QLineEdit" name="boxHeightEdit" />
    462                                   </item>
    463                                  </layout>
    464                                 </item>
    465                                 <item>
    466                                  <spacer>
    467                                   <property name="orientation" >
    468                                    <enum>Qt::Vertical</enum>
    469                                   </property>
    470                                   <property name="sizeHint" >
    471                                    <size>
    472                                         <width>20</width>
    473                                         <height>40</height>
    474                                    </size>
    475                                   </property>
    476                                  </spacer>
    477                                 </item>
    478                            </layout>
    479                           </item>
    480                          </layout>
    481                         </widget>
    482                         <widget class="QWidget" name="modelPage" >
    483                          <layout class="QHBoxLayout" >
    484                           <property name="margin" >
    485                            <number>4</number>
    486                           </property>
    487                           <property name="spacing" >
    488                            <number>6</number>
    489                           </property>
    490                           <item>
    491                            <layout class="QVBoxLayout" >
    492                                 <property name="margin" >
    493                                  <number>0</number>
    494                                 </property>
    495                                 <property name="spacing" >
    496                                  <number>6</number>
    497                                 </property>
    498                                 <item>
    499                                  <layout class="QHBoxLayout" >
    500                                   <property name="margin" >
    501                                    <number>0</number>
    502                                   </property>
    503                                   <property name="spacing" >
    504                                    <number>6</number>
    505                                   </property>
    506                                   <item>
    507                                    <widget class="QLabel" name="modelFileNameLabel" >
    508                                         <property name="text" >
    509                                          <string>File</string>
    510                                         </property>
    511                                    </widget>
    512                                   </item>
    513                                   <item>
    514                                    <widget class="QLineEdit" name="modelFileNameEdit" />
    515                                   </item>
    516                                   <item>
    517                                    <widget class="QPushButton" name="modelBrowseButton" >
    518                                         <property name="sizePolicy" >
    519                                          <sizepolicy>
    520                                           <hsizetype>0</hsizetype>
    521                                           <vsizetype>0</vsizetype>
    522                                           <horstretch>0</horstretch>
    523                                           <verstretch>0</verstretch>
    524                                          </sizepolicy>
    525                                         </property>
    526                                         <property name="maximumSize" >
    527                                          <size>
    528                                           <width>23</width>
    529                                           <height>16777215</height>
    530                                          </size>
    531                                         </property>
    532                                         <property name="text" >
    533                                          <string>...</string>
    534                                         </property>
    535                                    </widget>
    536                                   </item>
    537                                  </layout>
    538                                 </item>
    539                                 <item>
    540                                  <spacer>
    541                                   <property name="orientation" >
    542                                    <enum>Qt::Vertical</enum>
    543                                   </property>
    544                                   <property name="sizeHint" >
    545                                    <size>
    546                                         <width>20</width>
    547                                         <height>40</height>
    548                                    </size>
    549                                   </property>
    550                                  </spacer>
    551                                 </item>
    552                            </layout>
    553                           </item>
    554                          </layout>
    555                         </widget>
    556                    </widget>
    557                   </item>
    558                  </layout>
    559                 </item>
    560            </layout>
    561           </widget>
    562          </item>
    563          <item>
    564           <layout class="QHBoxLayout" >
    565            <property name="margin" >
    566                 <number>0</number>
    567            </property>
    568            <property name="spacing" >
    569                 <number>6</number>
    570            </property>
    571            <item>
    572                 <widget class="QCheckBox" name="frameCheckBox" >
    573                  <property name="text" >
    574                   <string>Wireframe</string>
    575                  </property>
    576                 </widget>
    577            </item>
    578            <item>
    579                 <widget class="QLabel" name="frameLineWidthLabel" >
    580                  <property name="text" >
    581                   <string>Width</string>
    582                  </property>
    583                 </widget>
    584            </item>
    585            <item>
    586                 <widget class="QSpinBox" name="frameLineWidthSpinBox" >
    587                  <property name="maximum" >
    588                   <number>4</number>
    589                  </property>
    590                  <property name="minimum" >
    591                   <number>1</number>
    592                  </property>
    593                 </widget>
    594            </item>
    595           </layout>
    596          </item>
    597         </layout>
     24    <layout class="QVBoxLayout">
     25     <property name="spacing">
     26      <number>6</number>
     27     </property>
     28     <property name="margin">
     29      <number>0</number>
     30     </property>
     31     <item>
     32      <widget class="projection::QTransformMatrixWidget" name="transformWidget" native="true">
     33       <property name="focusPolicy">
     34        <enum>Qt::StrongFocus</enum>
     35       </property>
     36      </widget>
     37     </item>
     38     <item>
     39      <widget class="QGroupBox" name="shapeGroup">
     40       <property name="title">
     41        <string>Shape</string>
     42       </property>
     43       <layout class="QHBoxLayout">
     44        <property name="spacing">
     45         <number>6</number>
     46        </property>
     47        <property name="margin">
     48         <number>4</number>
     49        </property>
     50        <item>
     51         <layout class="QVBoxLayout">
     52          <property name="spacing">
     53           <number>6</number>
     54          </property>
     55          <property name="margin">
     56           <number>0</number>
     57          </property>
     58          <item>
     59           <layout class="QHBoxLayout">
     60            <property name="spacing">
     61             <number>6</number>
     62            </property>
     63            <property name="margin">
     64             <number>0</number>
     65            </property>
     66            <item>
     67             <widget class="QLabel" name="typeLabel">
     68              <property name="text">
     69               <string>Type</string>
     70              </property>
     71             </widget>
     72            </item>
     73            <item>
     74             <widget class="QComboBox" name="typeComboBox">
     75              <property name="minimumSize">
     76               <size>
     77                <width>96</width>
     78                <height>0</height>
     79               </size>
     80              </property>
     81              <item>
     82               <property name="text">
     83                <string>Dome</string>
     84               </property>
     85              </item>
     86              <item>
     87               <property name="text">
     88                <string>Plane</string>
     89               </property>
     90              </item>
     91              <item>
     92               <property name="text">
     93                <string>Box</string>
     94               </property>
     95              </item>
     96             </widget>
     97            </item>
     98            <item>
     99             <spacer>
     100              <property name="orientation">
     101               <enum>Qt::Horizontal</enum>
     102              </property>
     103              <property name="sizeHint" stdset="0">
     104               <size>
     105                <width>40</width>
     106                <height>20</height>
     107               </size>
     108              </property>
     109             </spacer>
     110            </item>
     111           </layout>
     112          </item>
     113          <item>
     114           <widget class="QStackedWidget" name="stackedWidget">
     115            <property name="currentIndex">
     116             <number>0</number>
     117            </property>
     118            <widget class="QWidget" name="domePage">
     119             <layout class="QHBoxLayout">
     120              <property name="spacing">
     121               <number>6</number>
     122              </property>
     123              <property name="margin">
     124               <number>4</number>
     125              </property>
     126              <item>
     127               <layout class="QVBoxLayout">
     128                <property name="spacing">
     129                 <number>6</number>
     130                </property>
     131                <property name="margin">
     132                 <number>0</number>
     133                </property>
     134                <item>
     135                 <layout class="QHBoxLayout">
     136                  <property name="spacing">
     137                   <number>6</number>
     138                  </property>
     139                  <property name="margin">
     140                   <number>0</number>
     141                  </property>
     142                  <item>
     143                   <widget class="QLabel" name="domeRadiusLabel">
     144                    <property name="text">
     145                     <string>Radius</string>
     146                    </property>
     147                   </widget>
     148                  </item>
     149                  <item>
     150                   <widget class="QLineEdit" name="domeRadiusEdit"/>
     151                  </item>
     152                 </layout>
     153                </item>
     154                <item>
     155                 <layout class="QHBoxLayout">
     156                  <property name="spacing">
     157                   <number>6</number>
     158                  </property>
     159                  <property name="margin">
     160                   <number>0</number>
     161                  </property>
     162                  <item>
     163                   <widget class="QLabel" name="domeAzimResLabel">
     164                    <property name="text">
     165                     <string>Azimuth Res.</string>
     166                    </property>
     167                   </widget>
     168                  </item>
     169                  <item>
     170                   <widget class="QSpinBox" name="domeAzimResSpinBox">
     171                    <property name="minimum">
     172                     <number>2</number>
     173                    </property>
     174                    <property name="maximum">
     175                     <number>128</number>
     176                    </property>
     177                   </widget>
     178                  </item>
     179                 </layout>
     180                </item>
     181                <item>
     182                 <layout class="QHBoxLayout">
     183                  <property name="spacing">
     184                   <number>6</number>
     185                  </property>
     186                  <property name="margin">
     187                   <number>0</number>
     188                  </property>
     189                  <item>
     190                   <widget class="QLabel" name="domeElevResLabel">
     191                    <property name="text">
     192                     <string>Elevation Res.</string>
     193                    </property>
     194                   </widget>
     195                  </item>
     196                  <item>
     197                   <widget class="QSpinBox" name="domeElevResSpinBox">
     198                    <property name="minimum">
     199                     <number>2</number>
     200                    </property>
     201                    <property name="maximum">
     202                     <number>128</number>
     203                    </property>
     204                   </widget>
     205                  </item>
     206                 </layout>
     207                </item>
     208                <item>
     209                 <layout class="QHBoxLayout">
     210                  <property name="spacing">
     211                   <number>6</number>
     212                  </property>
     213                  <property name="margin">
     214                   <number>0</number>
     215                  </property>
     216                  <item>
     217                   <widget class="QLabel" name="domeSubdivLabel">
     218                    <property name="text">
     219                     <string>Subdivision</string>
     220                    </property>
     221                   </widget>
     222                  </item>
     223                  <item>
     224                   <widget class="QSpinBox" name="domeSubdivSpinBox">
     225                    <property name="minimum">
     226                     <number>1</number>
     227                    </property>
     228                    <property name="maximum">
     229                     <number>8</number>
     230                    </property>
     231                   </widget>
     232                  </item>
     233                 </layout>
     234                </item>
     235                <item>
     236                 <widget class="QCheckBox" name="domeFullDomeCheckBox">
     237                  <property name="text">
     238                   <string>Full dome</string>
     239                  </property>
     240                 </widget>
     241                </item>
     242                <item>
     243                 <spacer>
     244                  <property name="orientation">
     245                   <enum>Qt::Vertical</enum>
     246                  </property>
     247                  <property name="sizeHint" stdset="0">
     248                   <size>
     249                    <width>20</width>
     250                    <height>40</height>
     251                   </size>
     252                  </property>
     253                 </spacer>
     254                </item>
     255               </layout>
     256              </item>
     257             </layout>
     258            </widget>
     259            <widget class="QWidget" name="planePage">
     260             <layout class="QHBoxLayout">
     261              <property name="spacing">
     262               <number>6</number>
     263              </property>
     264              <property name="margin">
     265               <number>4</number>
     266              </property>
     267              <item>
     268               <layout class="QVBoxLayout">
     269                <property name="spacing">
     270                 <number>6</number>
     271                </property>
     272                <property name="margin">
     273                 <number>0</number>
     274                </property>
     275                <item>
     276                 <layout class="QGridLayout">
     277                  <property name="margin">
     278                   <number>0</number>
     279                  </property>
     280                  <property name="spacing">
     281                   <number>6</number>
     282                  </property>
     283                  <item row="1" column="0">
     284                   <widget class="QLabel" name="planeHeightLabel">
     285                    <property name="text">
     286                     <string>Height</string>
     287                    </property>
     288                   </widget>
     289                  </item>
     290                  <item row="0" column="2">
     291                   <widget class="QLabel" name="planeHorResLabel">
     292                    <property name="text">
     293                     <string>Res.</string>
     294                    </property>
     295                   </widget>
     296                  </item>
     297                  <item row="0" column="3">
     298                   <widget class="QSpinBox" name="planeHorResSpinBox">
     299                    <property name="minimum">
     300                     <number>1</number>
     301                    </property>
     302                    <property name="maximum">
     303                     <number>128</number>
     304                    </property>
     305                   </widget>
     306                  </item>
     307                  <item row="1" column="2">
     308                   <widget class="QLabel" name="planeVertResLabel">
     309                    <property name="text">
     310                     <string>Res.</string>
     311                    </property>
     312                   </widget>
     313                  </item>
     314                  <item row="0" column="1">
     315                   <widget class="QLineEdit" name="planeWidthEdit"/>
     316                  </item>
     317                  <item row="0" column="0">
     318                   <widget class="QLabel" name="planeWidthLabel">
     319                    <property name="text">
     320                     <string>Width</string>
     321                    </property>
     322                   </widget>
     323                  </item>
     324                  <item row="1" column="1">
     325                   <widget class="QLineEdit" name="planeHeightEdit"/>
     326                  </item>
     327                  <item row="1" column="3">
     328                   <widget class="QSpinBox" name="planeVertResSpinBox">
     329                    <property name="minimum">
     330                     <number>1</number>
     331                    </property>
     332                    <property name="maximum">
     333                     <number>128</number>
     334                    </property>
     335                   </widget>
     336                  </item>
     337                 </layout>
     338                </item>
     339                <item>
     340                 <spacer>
     341                  <property name="orientation">
     342                   <enum>Qt::Vertical</enum>
     343                  </property>
     344                  <property name="sizeHint" stdset="0">
     345                   <size>
     346                    <width>20</width>
     347                    <height>40</height>
     348                   </size>
     349                  </property>
     350                 </spacer>
     351                </item>
     352               </layout>
     353              </item>
     354             </layout>
     355            </widget>
     356            <widget class="QWidget" name="boxPage">
     357             <layout class="QHBoxLayout">
     358              <property name="spacing">
     359               <number>6</number>
     360              </property>
     361              <property name="margin">
     362               <number>4</number>
     363              </property>
     364              <item>
     365               <layout class="QVBoxLayout">
     366                <property name="spacing">
     367                 <number>6</number>
     368                </property>
     369                <property name="margin">
     370                 <number>0</number>
     371                </property>
     372                <item>
     373                 <layout class="QGridLayout">
     374                  <property name="margin">
     375                   <number>0</number>
     376                  </property>
     377                  <property name="spacing">
     378                   <number>6</number>
     379                  </property>
     380                  <item row="1" column="3">
     381                   <widget class="QSpinBox" name="boxVertResSpinBox">
     382                    <property name="minimum">
     383                     <number>1</number>
     384                    </property>
     385                    <property name="maximum">
     386                     <number>128</number>
     387                    </property>
     388                   </widget>
     389                  </item>
     390                  <item row="0" column="2">
     391                   <widget class="QLabel" name="boxHorResLabel">
     392                    <property name="text">
     393                     <string>Res.</string>
     394                    </property>
     395                   </widget>
     396                  </item>
     397                  <item row="2" column="2">
     398                   <widget class="QLabel" name="boxDepthResLabel">
     399                    <property name="text">
     400                     <string>Res.</string>
     401                    </property>
     402                   </widget>
     403                  </item>
     404                  <item row="1" column="0">
     405                   <widget class="QLabel" name="boxHeightLabel">
     406                    <property name="text">
     407                     <string>Height</string>
     408                    </property>
     409                   </widget>
     410                  </item>
     411                  <item row="0" column="0">
     412                   <widget class="QLabel" name="boxWidthLabel">
     413                    <property name="text">
     414                     <string>Width</string>
     415                    </property>
     416                   </widget>
     417                  </item>
     418                  <item row="0" column="1">
     419                   <widget class="QLineEdit" name="boxWidthEdit"/>
     420                  </item>
     421                  <item row="0" column="3">
     422                   <widget class="QSpinBox" name="boxHorResSpinBox">
     423                    <property name="minimum">
     424                     <number>1</number>
     425                    </property>
     426                    <property name="maximum">
     427                     <number>128</number>
     428                    </property>
     429                   </widget>
     430                  </item>
     431                  <item row="2" column="3">
     432                   <widget class="QSpinBox" name="boxDepthResSpinBox">
     433                    <property name="minimum">
     434                     <number>1</number>
     435                    </property>
     436                    <property name="maximum">
     437                     <number>128</number>
     438                    </property>
     439                   </widget>
     440                  </item>
     441                  <item row="1" column="2">
     442                   <widget class="QLabel" name="boxVertResLabel">
     443                    <property name="text">
     444                     <string>Res.</string>
     445                    </property>
     446                   </widget>
     447                  </item>
     448                  <item row="2" column="1">
     449                   <widget class="QLineEdit" name="boxDepthEdit"/>
     450                  </item>
     451                  <item row="2" column="0">
     452                   <widget class="QLabel" name="boxDepthLabel">
     453                    <property name="text">
     454                     <string>Depth</string>
     455                    </property>
     456                   </widget>
     457                  </item>
     458                  <item row="1" column="1">
     459                   <widget class="QLineEdit" name="boxHeightEdit"/>
     460                  </item>
     461                 </layout>
     462                </item>
     463                <item>
     464                 <spacer>
     465                  <property name="orientation">
     466                   <enum>Qt::Vertical</enum>
     467                  </property>
     468                  <property name="sizeHint" stdset="0">
     469                   <size>
     470                    <width>20</width>
     471                    <height>40</height>
     472                   </size>
     473                  </property>
     474                 </spacer>
     475                </item>
     476               </layout>
     477              </item>
     478             </layout>
     479            </widget>
     480            <widget class="QWidget" name="modelPage">
     481             <layout class="QHBoxLayout">
     482              <property name="spacing">
     483               <number>6</number>
     484              </property>
     485              <property name="margin">
     486               <number>4</number>
     487              </property>
     488              <item>
     489               <layout class="QVBoxLayout">
     490                <property name="spacing">
     491                 <number>6</number>
     492                </property>
     493                <property name="margin">
     494                 <number>0</number>
     495                </property>
     496                <item>
     497                 <layout class="QHBoxLayout">
     498                  <property name="spacing">
     499                   <number>6</number>
     500                  </property>
     501                  <property name="margin">
     502                   <number>0</number>
     503                  </property>
     504                  <item>
     505                   <widget class="QLabel" name="modelFileNameLabel">
     506                    <property name="text">
     507                     <string>File</string>
     508                    </property>
     509                   </widget>
     510                  </item>
     511                  <item>
     512                   <widget class="QLineEdit" name="modelFileNameEdit"/>
     513                  </item>
     514                  <item>
     515                   <widget class="QPushButton" name="modelBrowseButton">
     516                    <property name="sizePolicy">
     517                     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     518                      <horstretch>0</horstretch>
     519                      <verstretch>0</verstretch>
     520                     </sizepolicy>
     521                    </property>
     522                    <property name="maximumSize">
     523                     <size>
     524                      <width>23</width>
     525                      <height>16777215</height>
     526                     </size>
     527                    </property>
     528                    <property name="text">
     529                     <string>...</string>
     530                    </property>
     531                   </widget>
     532                  </item>
     533                 </layout>
     534                </item>
     535                <item>
     536                 <spacer>
     537                  <property name="orientation">
     538                   <enum>Qt::Vertical</enum>
     539                  </property>
     540                  <property name="sizeHint" stdset="0">
     541                   <size>
     542                    <width>20</width>
     543                    <height>40</height>
     544                   </size>
     545                  </property>
     546                 </spacer>
     547                </item>
     548               </layout>
     549              </item>
     550             </layout>
     551            </widget>
     552           </widget>
     553          </item>
     554         </layout>
     555        </item>
     556       </layout>
     557      </widget>
     558     </item>
     559     <item>
     560      <layout class="QHBoxLayout">
     561       <property name="spacing">
     562        <number>6</number>
     563       </property>
     564       <property name="margin">
     565        <number>0</number>
     566       </property>
     567       <item>
     568        <widget class="QCheckBox" name="frameCheckBox">
     569         <property name="text">
     570          <string>Wireframe</string>
     571         </property>
     572        </widget>
     573       </item>
     574       <item>
     575        <widget class="QLabel" name="frameLineWidthLabel">
     576         <property name="text">
     577          <string>Width</string>
     578         </property>
     579        </widget>
     580       </item>
     581       <item>
     582        <widget class="QSpinBox" name="frameLineWidthSpinBox">
     583         <property name="minimum">
     584          <number>1</number>
     585         </property>
     586         <property name="maximum">
     587          <number>4</number>
     588         </property>
     589        </widget>
     590       </item>
     591      </layout>
     592     </item>
     593    </layout>
    598594   </item>
    599595  </layout>
    600596 </widget>
    601  <pixmapfunction></pixmapfunction>
    602597 <customwidgets>
    603598  <customwidget>
     
    605600   <extends>QWidget</extends>
    606601   <header>gui/QTransformMatrixWidget.h</header>
    607    <container>0</container>
    608    <pixmap></pixmap>
    609602  </customwidget>
    610603 </customwidgets>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qsetupdialog.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QSetupDialog</class>
    6  <widget class="QWidget" name="QSetupDialog" >
    7   <property name="geometry" >
     4 <widget class="QWidget" name="QSetupDialog">
     5  <property name="geometry">
    86   <rect>
    97    <x>0</x>
     
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Multichannel Projection Designer</string>
    1715  </property>
    18   <layout class="QHBoxLayout" >
    19    <property name="margin" >
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
     19   </property>
     20   <property name="margin">
    2021    <number>0</number>
    2122   </property>
    22    <property name="spacing" >
    23     <number>6</number>
    24    </property>
    2523   <item>
    26     <widget class="QTabWidget" name="tabWidget" >
    27      <widget class="QWidget" name="channelsTab" >
    28       <attribute name="title" >
     24    <widget class="QTabWidget" name="tabWidget">
     25     <widget class="QWidget" name="channelsTab">
     26      <attribute name="title">
    2927       <string>Channels</string>
    3028      </attribute>
    31       <layout class="QHBoxLayout" >
    32        <property name="margin" >
     29      <layout class="QHBoxLayout">
     30       <property name="spacing">
     31        <number>6</number>
     32       </property>
     33       <property name="margin">
    3334        <number>4</number>
    3435       </property>
    35        <property name="spacing" >
    36         <number>6</number>
    37        </property>
    3836       <item>
    39         <layout class="QVBoxLayout" >
    40          <property name="margin" >
     37        <layout class="QVBoxLayout">
     38         <property name="spacing">
     39          <number>6</number>
     40         </property>
     41         <property name="margin">
    4142          <number>0</number>
    4243         </property>
    43          <property name="spacing" >
    44           <number>6</number>
    45          </property>
    4644         <item>
    47           <widget class="projection::QChannelManagerWidget" name="channelManager" >
    48            <property name="maximumSize" >
     45          <widget class="projection::QChannelManagerWidget" name="channelManager" native="true">
     46           <property name="maximumSize">
    4947            <size>
    5048             <width>16777215</width>
     
    5250            </size>
    5351           </property>
    54            <property name="focusPolicy" >
     52           <property name="focusPolicy">
    5553            <enum>Qt::StrongFocus</enum>
    5654           </property>
     
    5856         </item>
    5957         <item>
    60           <widget class="QGroupBox" name="channelGroup" >
    61            <property name="sizePolicy" >
    62             <sizepolicy>
    63              <hsizetype>5</hsizetype>
    64              <vsizetype>5</vsizetype>
     58          <widget class="QGroupBox" name="channelGroup">
     59           <property name="sizePolicy">
     60            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    6561             <horstretch>0</horstretch>
    6662             <verstretch>1</verstretch>
    6763            </sizepolicy>
    6864           </property>
    69            <property name="title" >
     65           <property name="title">
    7066            <string>Channel</string>
    7167           </property>
    72            <layout class="QHBoxLayout" >
    73             <property name="margin" >
     68           <layout class="QHBoxLayout">
     69            <property name="spacing">
     70             <number>6</number>
     71            </property>
     72            <property name="margin">
    7473             <number>4</number>
    7574            </property>
    76             <property name="spacing" >
    77              <number>6</number>
    78             </property>
    7975            <item>
    80              <widget class="projection::QChannelWidget" name="channel" >
    81               <property name="focusPolicy" >
     76             <widget class="projection::QChannelWidget" name="channel" native="true">
     77              <property name="focusPolicy">
    8278               <enum>Qt::StrongFocus</enum>
    8379              </property>
     
    8985         <item>
    9086          <spacer>
    91            <property name="orientation" >
     87           <property name="orientation">
    9288            <enum>Qt::Vertical</enum>
    9389           </property>
    94            <property name="sizeHint" >
     90           <property name="sizeHint" stdset="0">
    9591            <size>
    9692             <width>20</width>
     
    104100      </layout>
    105101     </widget>
    106      <widget class="QWidget" name="screenTab" >
    107       <attribute name="title" >
     102     <widget class="QWidget" name="screenTab">
     103      <attribute name="title">
    108104       <string>Screen</string>
    109105      </attribute>
    110       <layout class="QVBoxLayout" >
    111        <property name="margin" >
     106      <layout class="QVBoxLayout">
     107       <property name="spacing">
     108        <number>6</number>
     109       </property>
     110       <property name="margin">
    112111        <number>0</number>
    113112       </property>
    114        <property name="spacing" >
    115         <number>6</number>
    116        </property>
    117113       <item>
    118         <widget class="projection::QScreenWidget" name="screen" />
     114        <widget class="projection::QScreenWidget" name="screen" native="true"/>
    119115       </item>
    120116       <item>
    121117        <spacer>
    122          <property name="orientation" >
     118         <property name="orientation">
    123119          <enum>Qt::Vertical</enum>
    124120         </property>
    125          <property name="sizeHint" >
     121         <property name="sizeHint" stdset="0">
    126122          <size>
    127123           <width>20</width>
     
    133129      </layout>
    134130     </widget>
    135      <widget class="QWidget" name="sceneTab" >
    136       <attribute name="title" >
     131     <widget class="QWidget" name="sceneTab">
     132      <attribute name="title">
    137133       <string>Scene</string>
    138134      </attribute>
    139       <layout class="QVBoxLayout" >
    140        <property name="margin" >
     135      <layout class="QVBoxLayout">
     136       <property name="spacing">
     137        <number>6</number>
     138       </property>
     139       <property name="margin">
    141140        <number>0</number>
    142141       </property>
    143        <property name="spacing" >
    144         <number>6</number>
    145        </property>
    146142       <item>
    147         <widget class="projection::QSceneWidget" name="scene" />
     143        <widget class="projection::QSceneWidget" name="scene" native="true"/>
    148144       </item>
    149145       <item>
    150146        <spacer>
    151          <property name="orientation" >
     147         <property name="orientation">
    152148          <enum>Qt::Vertical</enum>
    153149         </property>
    154          <property name="sizeHint" >
     150         <property name="sizeHint" stdset="0">
    155151          <size>
    156152           <width>20</width>
     
    166162  </layout>
    167163 </widget>
    168  <pixmapfunction></pixmapfunction>
    169164 <customwidgets>
    170165  <customwidget>
     
    172167   <extends>QWidget</extends>
    173168   <header>gui/QChannelManagerWidget.h</header>
    174    <container>0</container>
    175    <pixmap></pixmap>
    176169  </customwidget>
    177170  <customwidget>
     
    179172   <extends>QWidget</extends>
    180173   <header>gui/QScreenWidget.h</header>
    181    <container>0</container>
    182    <pixmap></pixmap>
    183174  </customwidget>
    184175  <customwidget>
     
    186177   <extends>QWidget</extends>
    187178   <header>gui/QChannelWidget.h</header>
    188    <container>0</container>
    189    <pixmap></pixmap>
    190179  </customwidget>
    191180  <customwidget>
     
    193182   <extends>QWidget</extends>
    194183   <header>gui/QSceneWidget.h</header>
    195    <container>0</container>
    196    <pixmap></pixmap>
    197184  </customwidget>
    198185 </customwidgets>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/include/gui/qtransformmatrixwidget.ui

    r2 r42  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QTransformMatrixWidget</class>
    6  <widget class="QWidget" name="QTransformMatrixWidget" >
    7   <property name="geometry" >
     4 <widget class="QWidget" name="QTransformMatrixWidget">
     5  <property name="geometry">
    86   <rect>
    97    <x>0</x>
    108    <y>0</y>
    11     <width>179</width>
    12     <height>78</height>
     9    <width>203</width>
     10    <height>95</height>
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Matrix Settings</string>
    1715  </property>
    18   <layout class="QHBoxLayout" >
    19    <property name="margin" >
     16  <layout class="QHBoxLayout">
     17   <property name="spacing">
     18    <number>6</number>
     19   </property>
     20   <property name="margin">
    2021    <number>0</number>
    2122   </property>
    22    <property name="spacing" >
    23     <number>6</number>
    24    </property>
    2523   <item>
    26     <widget class="QGroupBox" name="transformGroup" >
    27      <property name="title" >
     24    <widget class="QGroupBox" name="transformGroup">
     25     <property name="title">
    2826      <string>Transform</string>
    2927     </property>
    30      <layout class="QHBoxLayout" >
    31       <property name="margin" >
     28     <layout class="QHBoxLayout">
     29      <property name="spacing">
     30       <number>6</number>
     31      </property>
     32      <property name="margin">
    3233       <number>0</number>
    3334      </property>
    34       <property name="spacing" >
    35        <number>6</number>
    36       </property>
    3735      <item>
    38        <layout class="QGridLayout" >
    39         <property name="margin" >
     36       <layout class="QGridLayout">
     37        <property name="margin">
    4038         <number>4</number>
    4139        </property>
    42         <property name="spacing" >
     40        <property name="spacing">
    4341         <number>6</number>
    4442        </property>
    45         <item row="0" column="3" >
    46          <widget class="QLineEdit" name="posZEdit" />
     43        <item row="0" column="3">
     44         <widget class="QLineEdit" name="posZEdit"/>
    4745        </item>
    48         <item row="1" column="1" >
    49          <widget class="QLineEdit" name="rotHEdit" />
     46        <item row="1" column="1">
     47         <widget class="QLineEdit" name="rotHEdit"/>
    5048        </item>
    51         <item row="0" column="0" >
    52          <widget class="QLabel" name="posLabel" >
    53           <property name="text" >
     49        <item row="0" column="0">
     50         <widget class="QLabel" name="posLabel">
     51          <property name="text">
    5452           <string>Pos</string>
    5553          </property>
    5654         </widget>
    5755        </item>
    58         <item row="1" column="0" >
    59          <widget class="QLabel" name="rotLabel" >
    60           <property name="text" >
     56        <item row="1" column="0">
     57         <widget class="QLabel" name="rotLabel">
     58          <property name="text">
    6159           <string>Rot</string>
    6260          </property>
    6361         </widget>
    6462        </item>
    65         <item row="0" column="1" >
    66          <widget class="QLineEdit" name="posXEdit" />
     63        <item row="0" column="1">
     64         <widget class="QLineEdit" name="posXEdit"/>
    6765        </item>
    68         <item row="1" column="3" >
    69          <widget class="QLineEdit" name="rotREdit" />
     66        <item row="1" column="3">
     67         <widget class="QLineEdit" name="rotREdit"/>
    7068        </item>
    71         <item row="1" column="2" >
    72          <widget class="QLineEdit" name="rotPEdit" />
     69        <item row="1" column="2">
     70         <widget class="QLineEdit" name="rotPEdit"/>
    7371        </item>
    74         <item row="0" column="2" >
    75          <widget class="QLineEdit" name="posYEdit" />
     72        <item row="0" column="2">
     73         <widget class="QLineEdit" name="posYEdit"/>
    7674        </item>
    77         <item row="2" column="0" >
    78          <widget class="QLabel" name="scaleLabel" >
    79           <property name="text" >
     75        <item row="2" column="0">
     76         <widget class="QLabel" name="scaleLabel">
     77          <property name="text">
    8078           <string>Scale</string>
    8179          </property>
    8280         </widget>
    8381        </item>
    84         <item row="2" column="1" >
    85          <widget class="QLineEdit" name="scaleXEdit" />
     82        <item row="2" column="1">
     83         <widget class="QLineEdit" name="scaleXEdit"/>
    8684        </item>
    87         <item row="2" column="2" >
    88          <widget class="QLineEdit" name="scaleYEdit" />
     85        <item row="2" column="2">
     86         <widget class="QLineEdit" name="scaleYEdit"/>
    8987        </item>
    90         <item row="2" column="3" >
    91          <widget class="QLineEdit" name="scaleZEdit" />
     88        <item row="2" column="3">
     89         <widget class="QLineEdit" name="scaleZEdit"/>
    9290        </item>
    9391       </layout>
     
    9896  </layout>
    9997 </widget>
    100  <pixmapfunction></pixmapfunction>
    10198 <tabstops>
    10299  <tabstop>posXEdit</tabstop>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/projdesigner.vcproj

    r2 r42  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="8,00"
     4        Version="9,00"
    55        Name="projdesigner"
    66        ProjectGUID="{4418A7F1-9C0E-31B2-B8A2-913D1394330B}"
    77        RootNamespace="projdesigner"
    88        Keyword="Qt4VSv1.0"
     9        TargetFrameworkVersion="131072"
    910        >
    1011        <Platforms>
     
    4647                                AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
    4748                                Optimization="4"
    48                                 AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;,&quot;$(QTDIR)\include\QtNetwork&quot;,&quot;$(QTDIR)\include\QtGui&quot;,&quot;$(QTDIR)\include\QtOpenGL&quot;,&quot;$(QTDIR)\include\QtXml&quot;,&quot;$(QTDIR)\include&quot;,&quot;..&quot;,&quot;.&quot;,&quot;include&quot;,&quot;include\math&quot;,&quot;include\gui&quot;,&quot;include\screen&quot;,&quot;$(QTDIR)\include\ActiveQt&quot;,&quot;debug&quot;,&quot;.&quot;,$(QTDIR)\mkspecs\win32-msvc2005"
     49                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtNetwork&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\QtXml&quot;;&quot;$(QTDIR)\include&quot;;..;.;include;include\math;include\gui;include\screen;&quot;$(QTDIR)\include\ActiveQt&quot;;debug;&quot;$(QTDIR)\mkspecs\win32-msvc2005&quot;;&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6&quot;"
    4950                                PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
    5051                                GeneratePreprocessedFile="0"
     
    7677                                AdditionalOptions="&quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot; &quot;/MANIFESTDEPENDENCY:type=&apos;win32&apos; name=&apos;Microsoft.Windows.Common-Controls&apos; version=&apos;6.0.0.0&apos; publicKeyToken=&apos;6595b64144ccf1df&apos; language=&apos;*&apos; processorArchitecture=&apos;*&apos;&quot;"
    7778                                AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib $(QTDIR)\lib\qtmaind.lib glut32.lib projdesigner_default.lib $(QTDIR)\lib\QtXmld4.lib $(QTDIR)\lib\QtOpenGLd4.lib $(QTDIR)\lib\QtGuid4.lib $(QTDIR)\lib\QtNetworkd4.lib $(QTDIR)\lib\QtCored4.lib"
    78                                 OutputFile="..\bin\projdesigner.exe"
     79                                OutputFile="..\bin\projdesignerd.exe"
    7980                                SuppressStartupBanner="true"
    80                                 AdditionalLibraryDirectories="$(QTDIR)\lib,../projdesignerplugins/defaultplugin"
     81                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;../projdesignerplugins/defaultplugin;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
    8182                                GenerateDebugInformation="true"
    8283                                ProgramDatabaseFile=""
    8384                                SubSystem="2"
    8485                                LinkTimeCodeGeneration="0"
     86                                RandomizedBaseAddress="1"
     87                                DataExecutionPrevention="0"
    8588                        />
    8689                        <Tool
     
    101104                        <Tool
    102105                                Name="VCAppVerifierTool"
    103                         />
    104                         <Tool
    105                                 Name="VCWebDeploymentTool"
    106106                        />
    107107                        <Tool
     
    140140                                Optimization="2"
    141141                                WholeProgramOptimization="true"
    142                                 AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;,&quot;$(QTDIR)\include\QtNetwork&quot;,&quot;$(QTDIR)\include\QtGui&quot;,&quot;$(QTDIR)\include\QtOpenGL&quot;,&quot;$(QTDIR)\include\QtXml&quot;,&quot;$(QTDIR)\include&quot;,&quot;..&quot;,&quot;.&quot;,&quot;include&quot;,&quot;include\math&quot;,&quot;include\gui&quot;,&quot;include\screen&quot;,&quot;$(QTDIR)\include\ActiveQt&quot;,&quot;release&quot;,&quot;.&quot;,$(QTDIR)\mkspecs\win32-msvc2005"
     142                                AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtNetwork&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\QtXml&quot;;&quot;$(QTDIR)\include&quot;;..;.;include;include\math;include\gui;include\screen;&quot;$(QTDIR)\include\ActiveQt&quot;;debug;&quot;$(QTDIR)\mkspecs\win32-msvc2005&quot;;&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6&quot;"
    143143                                PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_DLL,QT_NO_DEBUG,QT_XML_LIB,QT_OPENGL_LIB,QT_GUI_LIB,QT_NETWORK_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
    144144                                GeneratePreprocessedFile="0"
     
    173173                                LinkIncremental="1"
    174174                                SuppressStartupBanner="true"
    175                                 AdditionalLibraryDirectories="$(QTDIR)\lib,../projdesignerplugins/defaultplugin"
     175                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;../projdesignerplugins/defaultplugin;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\lib\x86"
    176176                                GenerateDebugInformation="false"
    177177                                ProgramDatabaseFile=""
    178178                                SubSystem="2"
    179179                                LinkTimeCodeGeneration="1"
     180                                RandomizedBaseAddress="1"
     181                                DataExecutionPrevention="0"
    180182                        />
    181183                        <Tool
     
    196198                        <Tool
    197199                                Name="VCAppVerifierTool"
    198                         />
    199                         <Tool
    200                                 Name="VCWebDeploymentTool"
    201200                        />
    202201                        <Tool
     
    364363                                                Name="VCCustomBuildTool"
    365364                                                Description="MOC include\Channel.h"
    366                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Channel.h -o debug\moc_Channel.cpp&#x0D;&#x0A;"
     365                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Channel.h&quot; -o &quot;debug\moc_Channel.cpp&quot;&#x0D;&#x0A;"
    367366                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Channel.h"
    368367                                                Outputs="debug\moc_Channel.cpp"
     
    375374                                                Name="VCCustomBuildTool"
    376375                                                Description="MOC include\Channel.h"
    377                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Channel.h -o release\moc_Channel.cpp&#x0D;&#x0A;"
     376                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Channel.h&quot; -o &quot;release\moc_Channel.cpp&quot;&#x0D;&#x0A;"
    378377                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Channel.h"
    379378                                                Outputs="release\moc_Channel.cpp"
     
    398397                                                Name="VCCustomBuildTool"
    399398                                                Description="MOC include\Frustum.h"
    400                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Frustum.h -o debug\moc_Frustum.cpp&#x0D;&#x0A;"
     399                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Frustum.h&quot; -o &quot;debug\moc_Frustum.cpp&quot;&#x0D;&#x0A;"
    401400                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Frustum.h"
    402401                                                Outputs="debug\moc_Frustum.cpp"
     
    409408                                                Name="VCCustomBuildTool"
    410409                                                Description="MOC include\Frustum.h"
    411                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Frustum.h -o release\moc_Frustum.cpp&#x0D;&#x0A;"
     410                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Frustum.h&quot; -o &quot;release\moc_Frustum.cpp&quot;&#x0D;&#x0A;"
    412411                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Frustum.h"
    413412                                                Outputs="release\moc_Frustum.cpp"
     
    428427                                                Name="VCCustomBuildTool"
    429428                                                Description="Moc&apos;ing interfaces.h..."
    430                                                 CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;  -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;.\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
     429                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
    431430                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\interfaces.h"
    432431                                                Outputs="&quot;$(ConfigurationName)\moc_interfaces.cpp&quot;"
     
    439438                                                Name="VCCustomBuildTool"
    440439                                                Description="Moc&apos;ing interfaces.h..."
    441                                                 CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;  -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\release\.&quot; -I&quot;.\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
     440                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\interfaces.h&quot; -o &quot;$(ConfigurationName)\moc_interfaces.cpp&quot;&#x0D;&#x0A;"
    442441                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\interfaces.h"
    443442                                                Outputs="&quot;$(ConfigurationName)\moc_interfaces.cpp&quot;"
     
    454453                                                Name="VCCustomBuildTool"
    455454                                                Description="MOC include\gui\plugindialog.h"
    456                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\plugindialog.h -o debug\moc_plugindialog.cpp&#x0D;&#x0A;"
     455                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\plugindialog.h&quot; -o &quot;debug\moc_plugindialog.cpp&quot;&#x0D;&#x0A;"
    457456                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\plugindialog.h"
    458457                                                Outputs="debug\moc_plugindialog.cpp"
     
    465464                                                Name="VCCustomBuildTool"
    466465                                                Description="MOC include\gui\plugindialog.h"
    467                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\plugindialog.h -o release\moc_plugindialog.cpp&#x0D;&#x0A;"
     466                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\plugindialog.h&quot; -o &quot;release\moc_plugindialog.cpp&quot;&#x0D;&#x0A;"
    468467                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\plugindialog.h"
    469468                                                Outputs="release\moc_plugindialog.cpp"
     
    488487                                                Name="VCCustomBuildTool"
    489488                                                Description="MOC include\gui\QChannelManagerWidget.h"
    490                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QChannelManagerWidget.h -o debug\moc_QChannelManagerWidget.cpp&#x0D;&#x0A;"
     489                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelManagerWidget.h&quot; -o &quot;debug\moc_QChannelManagerWidget.cpp&quot;&#x0D;&#x0A;"
    491490                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelManagerWidget.h"
    492491                                                Outputs="debug\moc_QChannelManagerWidget.cpp"
     
    499498                                                Name="VCCustomBuildTool"
    500499                                                Description="MOC include\gui\QChannelManagerWidget.h"
    501                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QChannelManagerWidget.h -o release\moc_QChannelManagerWidget.cpp&#x0D;&#x0A;"
     500                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelManagerWidget.h&quot; -o &quot;release\moc_QChannelManagerWidget.cpp&quot;&#x0D;&#x0A;"
    502501                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelManagerWidget.h"
    503502                                                Outputs="release\moc_QChannelManagerWidget.cpp"
     
    514513                                                Name="VCCustomBuildTool"
    515514                                                Description="MOC include\gui\QChannelWidget.h"
    516                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QChannelWidget.h -o debug\moc_QChannelWidget.cpp&#x0D;&#x0A;"
     515                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelWidget.h&quot; -o &quot;debug\moc_QChannelWidget.cpp&quot;&#x0D;&#x0A;"
    517516                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelWidget.h"
    518517                                                Outputs="debug\moc_QChannelWidget.cpp"
     
    525524                                                Name="VCCustomBuildTool"
    526525                                                Description="MOC include\gui\QChannelWidget.h"
    527                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QChannelWidget.h -o release\moc_QChannelWidget.cpp&#x0D;&#x0A;"
     526                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QChannelWidget.h&quot; -o &quot;release\moc_QChannelWidget.cpp&quot;&#x0D;&#x0A;"
    528527                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QChannelWidget.h"
    529528                                                Outputs="release\moc_QChannelWidget.cpp"
     
    540539                                                Name="VCCustomBuildTool"
    541540                                                Description="MOC include\gui\QClientWindow.h"
    542                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QClientWindow.h -o debug\moc_QClientWindow.cpp&#x0D;&#x0A;"
     541                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QClientWindow.h&quot; -o &quot;debug\moc_QClientWindow.cpp&quot;&#x0D;&#x0A;"
    543542                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QClientWindow.h"
    544543                                                Outputs="debug\moc_QClientWindow.cpp"
     
    551550                                                Name="VCCustomBuildTool"
    552551                                                Description="MOC include\gui\QClientWindow.h"
    553                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QClientWindow.h -o release\moc_QClientWindow.cpp&#x0D;&#x0A;"
     552                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QClientWindow.h&quot; -o &quot;release\moc_QClientWindow.cpp&quot;&#x0D;&#x0A;"
    554553                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QClientWindow.h"
    555554                                                Outputs="release\moc_QClientWindow.cpp"
     
    566565                                                Name="VCCustomBuildTool"
    567566                                                Description="MOC include\gui\QDesignViewWidget.h"
    568                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QDesignViewWidget.h -o debug\moc_QDesignViewWidget.cpp&#x0D;&#x0A;"
     567                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWidget.h&quot; -o &quot;debug\moc_QDesignViewWidget.cpp&quot;&#x0D;&#x0A;"
    569568                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWidget.h"
    570569                                                Outputs="debug\moc_QDesignViewWidget.cpp"
     
    577576                                                Name="VCCustomBuildTool"
    578577                                                Description="MOC include\gui\QDesignViewWidget.h"
    579                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QDesignViewWidget.h -o release\moc_QDesignViewWidget.cpp&#x0D;&#x0A;"
     578                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWidget.h&quot; -o &quot;release\moc_QDesignViewWidget.cpp&quot;&#x0D;&#x0A;"
    580579                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWidget.h"
    581580                                                Outputs="release\moc_QDesignViewWidget.cpp"
     
    592591                                                Name="VCCustomBuildTool"
    593592                                                Description="MOC include\gui\QDesignViewWindow.h"
    594                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QDesignViewWindow.h -o debug\moc_QDesignViewWindow.cpp&#x0D;&#x0A;"
     593                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWindow.h&quot; -o &quot;debug\moc_QDesignViewWindow.cpp&quot;&#x0D;&#x0A;"
    595594                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWindow.h"
    596595                                                Outputs="debug\moc_QDesignViewWindow.cpp"
     
    603602                                                Name="VCCustomBuildTool"
    604603                                                Description="MOC include\gui\QDesignViewWindow.h"
    605                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QDesignViewWindow.h -o release\moc_QDesignViewWindow.cpp&#x0D;&#x0A;"
     604                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QDesignViewWindow.h&quot; -o &quot;release\moc_QDesignViewWindow.cpp&quot;&#x0D;&#x0A;"
    606605                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QDesignViewWindow.h"
    607606                                                Outputs="release\moc_QDesignViewWindow.cpp"
     
    618617                                                Name="VCCustomBuildTool"
    619618                                                Description="MOC include\gui\QGLViewerWidget.h"
    620                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QGLViewerWidget.h -o debug\moc_QGLViewerWidget.cpp&#x0D;&#x0A;"
     619                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QGLViewerWidget.h&quot; -o &quot;debug\moc_QGLViewerWidget.cpp&quot;&#x0D;&#x0A;"
    621620                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QGLViewerWidget.h"
    622621                                                Outputs="debug\moc_QGLViewerWidget.cpp"
     
    629628                                                Name="VCCustomBuildTool"
    630629                                                Description="MOC include\gui\QGLViewerWidget.h"
    631                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QGLViewerWidget.h -o release\moc_QGLViewerWidget.cpp&#x0D;&#x0A;"
     630                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QGLViewerWidget.h&quot; -o &quot;release\moc_QGLViewerWidget.cpp&quot;&#x0D;&#x0A;"
    632631                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QGLViewerWidget.h"
    633632                                                Outputs="release\moc_QGLViewerWidget.cpp"
     
    644643                                                Name="VCCustomBuildTool"
    645644                                                Description="MOC include\gui\QPanelWidget.h"
    646                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QPanelWidget.h -o debug\moc_QPanelWidget.cpp&#x0D;&#x0A;"
     645                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPanelWidget.h&quot; -o &quot;debug\moc_QPanelWidget.cpp&quot;&#x0D;&#x0A;"
    647646                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPanelWidget.h"
    648647                                                Outputs="debug\moc_QPanelWidget.cpp"
     
    655654                                                Name="VCCustomBuildTool"
    656655                                                Description="MOC include\gui\QPanelWidget.h"
    657                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QPanelWidget.h -o release\moc_QPanelWidget.cpp&#x0D;&#x0A;"
     656                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPanelWidget.h&quot; -o &quot;release\moc_QPanelWidget.cpp&quot;&#x0D;&#x0A;"
    658657                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPanelWidget.h"
    659658                                                Outputs="release\moc_QPanelWidget.cpp"
     
    670669                                                Name="VCCustomBuildTool"
    671670                                                Description="MOC include\gui\QPreferenceDialog.h"
    672                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QPreferenceDialog.h -o debug\moc_QPreferenceDialog.cpp&#x0D;&#x0A;"
     671                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPreferenceDialog.h&quot; -o &quot;debug\moc_QPreferenceDialog.cpp&quot;&#x0D;&#x0A;"
    673672                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPreferenceDialog.h"
    674673                                                Outputs="debug\moc_QPreferenceDialog.cpp"
     
    681680                                                Name="VCCustomBuildTool"
    682681                                                Description="MOC include\gui\QPreferenceDialog.h"
    683                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QPreferenceDialog.h -o release\moc_QPreferenceDialog.cpp&#x0D;&#x0A;"
     682                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QPreferenceDialog.h&quot; -o &quot;release\moc_QPreferenceDialog.cpp&quot;&#x0D;&#x0A;"
    684683                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QPreferenceDialog.h"
    685684                                                Outputs="release\moc_QPreferenceDialog.cpp"
     
    696695                                                Name="VCCustomBuildTool"
    697696                                                Description="MOC include\gui\QProjectionMatrixWidget.h"
    698                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QProjectionMatrixWidget.h -o debug\moc_QProjectionMatrixWidget.cpp&#x0D;&#x0A;"
     697                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectionMatrixWidget.h&quot; -o &quot;debug\moc_QProjectionMatrixWidget.cpp&quot;&#x0D;&#x0A;"
    699698                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectionMatrixWidget.h"
    700699                                                Outputs="debug\moc_QProjectionMatrixWidget.cpp"
     
    707706                                                Name="VCCustomBuildTool"
    708707                                                Description="MOC include\gui\QProjectionMatrixWidget.h"
    709                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QProjectionMatrixWidget.h -o release\moc_QProjectionMatrixWidget.cpp&#x0D;&#x0A;"
     708                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectionMatrixWidget.h&quot; -o &quot;release\moc_QProjectionMatrixWidget.cpp&quot;&#x0D;&#x0A;"
    710709                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectionMatrixWidget.h"
    711710                                                Outputs="release\moc_QProjectionMatrixWidget.cpp"
     
    722721                                                Name="VCCustomBuildTool"
    723722                                                Description="MOC include\gui\QProjectorWindow.h"
    724                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QProjectorWindow.h -o debug\moc_QProjectorWindow.cpp&#x0D;&#x0A;"
     723                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectorWindow.h&quot; -o &quot;debug\moc_QProjectorWindow.cpp&quot;&#x0D;&#x0A;"
    725724                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectorWindow.h"
    726725                                                Outputs="debug\moc_QProjectorWindow.cpp"
     
    733732                                                Name="VCCustomBuildTool"
    734733                                                Description="MOC include\gui\QProjectorWindow.h"
    735                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QProjectorWindow.h -o release\moc_QProjectorWindow.cpp&#x0D;&#x0A;"
     734                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QProjectorWindow.h&quot; -o &quot;release\moc_QProjectorWindow.cpp&quot;&#x0D;&#x0A;"
    736735                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QProjectorWindow.h"
    737736                                                Outputs="release\moc_QProjectorWindow.cpp"
     
    748747                                                Name="VCCustomBuildTool"
    749748                                                Description="MOC include\gui\QSceneViewerWindow.h"
    750                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QSceneViewerWindow.h -o debug\moc_QSceneViewerWindow.cpp&#x0D;&#x0A;"
     749                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneViewerWindow.h&quot; -o &quot;debug\moc_QSceneViewerWindow.cpp&quot;&#x0D;&#x0A;"
    751750                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneViewerWindow.h"
    752751                                                Outputs="debug\moc_QSceneViewerWindow.cpp"
     
    759758                                                Name="VCCustomBuildTool"
    760759                                                Description="MOC include\gui\QSceneViewerWindow.h"
    761                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QSceneViewerWindow.h -o release\moc_QSceneViewerWindow.cpp&#x0D;&#x0A;"
     760                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneViewerWindow.h&quot; -o &quot;release\moc_QSceneViewerWindow.cpp&quot;&#x0D;&#x0A;"
    762761                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneViewerWindow.h"
    763762                                                Outputs="release\moc_QSceneViewerWindow.cpp"
     
    774773                                                Name="VCCustomBuildTool"
    775774                                                Description="MOC include\gui\QSceneWidget.h"
    776                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QSceneWidget.h -o debug\moc_QSceneWidget.cpp&#x0D;&#x0A;"
     775                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneWidget.h&quot; -o &quot;debug\moc_QSceneWidget.cpp&quot;&#x0D;&#x0A;"
    777776                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneWidget.h"
    778777                                                Outputs="debug\moc_QSceneWidget.cpp"
     
    785784                                                Name="VCCustomBuildTool"
    786785                                                Description="MOC include\gui\QSceneWidget.h"
    787                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QSceneWidget.h -o release\moc_QSceneWidget.cpp&#x0D;&#x0A;"
     786                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QSceneWidget.h&quot; -o &quot;release\moc_QSceneWidget.cpp&quot;&#x0D;&#x0A;"
    788787                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QSceneWidget.h"
    789788                                                Outputs="release\moc_QSceneWidget.cpp"
     
    800799                                                Name="VCCustomBuildTool"
    801800                                                Description="MOC include\gui\QScreenWidget.h"
    802                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QScreenWidget.h -o debug\moc_QScreenWidget.cpp&#x0D;&#x0A;"
     801                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QScreenWidget.h&quot; -o &quot;debug\moc_QScreenWidget.cpp&quot;&#x0D;&#x0A;"
    803802                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QScreenWidget.h"
    804803                                                Outputs="debug\moc_QScreenWidget.cpp"
     
    811810                                                Name="VCCustomBuildTool"
    812811                                                Description="MOC include\gui\QScreenWidget.h"
    813                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QScreenWidget.h -o release\moc_QScreenWidget.cpp&#x0D;&#x0A;"
     812                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QScreenWidget.h&quot; -o &quot;release\moc_QScreenWidget.cpp&quot;&#x0D;&#x0A;"
    814813                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QScreenWidget.h"
    815814                                                Outputs="release\moc_QScreenWidget.cpp"
     
    826825                                                Name="VCCustomBuildTool"
    827826                                                Description="MOC include\gui\QTransformMatrixWidget.h"
    828                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QTransformMatrixWidget.h -o debug\moc_QTransformMatrixWidget.cpp&#x0D;&#x0A;"
     827                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QTransformMatrixWidget.h&quot; -o &quot;debug\moc_QTransformMatrixWidget.cpp&quot;&#x0D;&#x0A;"
    829828                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QTransformMatrixWidget.h"
    830829                                                Outputs="debug\moc_QTransformMatrixWidget.cpp"
     
    837836                                                Name="VCCustomBuildTool"
    838837                                                Description="MOC include\gui\QTransformMatrixWidget.h"
    839                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\gui\QTransformMatrixWidget.h -o release\moc_QTransformMatrixWidget.cpp&#x0D;&#x0A;"
     838                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\gui\QTransformMatrixWidget.h&quot; -o &quot;release\moc_QTransformMatrixWidget.cpp&quot;&#x0D;&#x0A;"
    840839                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\gui\QTransformMatrixWidget.h"
    841840                                                Outputs="release\moc_QTransformMatrixWidget.cpp"
     
    852851                                                Name="VCCustomBuildTool"
    853852                                                Description="MOC include\RSync.h"
    854                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\RSync.h -o debug\moc_RSync.cpp&#x0D;&#x0A;"
     853                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\RSync.h&quot; -o &quot;debug\moc_RSync.cpp&quot;&#x0D;&#x0A;"
    855854                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\RSync.h"
    856855                                                Outputs="debug\moc_RSync.cpp"
     
    863862                                                Name="VCCustomBuildTool"
    864863                                                Description="MOC include\RSync.h"
    865                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\RSync.h -o release\moc_RSync.cpp&#x0D;&#x0A;"
     864                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\RSync.h&quot; -o &quot;release\moc_RSync.cpp&quot;&#x0D;&#x0A;"
    866865                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\RSync.h"
    867866                                                Outputs="release\moc_RSync.cpp"
     
    878877                                                Name="VCCustomBuildTool"
    879878                                                Description="MOC include\Scene.h"
    880                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Scene.h -o debug\moc_Scene.cpp&#x0D;&#x0A;"
     879                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Scene.h&quot; -o &quot;debug\moc_Scene.cpp&quot;&#x0D;&#x0A;"
    881880                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Scene.h"
    882881                                                Outputs="debug\moc_Scene.cpp"
     
    889888                                                Name="VCCustomBuildTool"
    890889                                                Description="MOC include\Scene.h"
    891                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Scene.h -o release\moc_Scene.cpp&#x0D;&#x0A;"
     890                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Scene.h&quot; -o &quot;release\moc_Scene.cpp&quot;&#x0D;&#x0A;"
    892891                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Scene.h"
    893892                                                Outputs="release\moc_Scene.cpp"
     
    904903                                                Name="VCCustomBuildTool"
    905904                                                Description="MOC include\Screen.h"
    906                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;debug&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Screen.h -o debug\moc_Screen.cpp&#x0D;&#x0A;"
     905                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Screen.h&quot; -o &quot;debug\moc_Screen.cpp&quot;&#x0D;&#x0A;"
    907906                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Screen.h"
    908907                                                Outputs="debug\moc_Screen.cpp"
     
    915914                                                Name="VCCustomBuildTool"
    916915                                                Description="MOC include\Screen.h"
    917                                                 CommandLine="$(QTDIR)\bin\moc.exe  -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore&quot; -I&quot;$(QTDIR)\include\QtNetwork&quot; -I&quot;$(QTDIR)\include\QtGui&quot; -I&quot;$(QTDIR)\include\QtOpenGL&quot; -I&quot;$(QTDIR)\include\QtXml&quot; -I&quot;$(QTDIR)\include&quot; -I&quot;..&quot; -I&quot;.&quot; -I&quot;include&quot; -I&quot;include\math&quot; -I&quot;include\gui&quot; -I&quot;include\screen&quot; -I&quot;$(QTDIR)\include\ActiveQt&quot; -I&quot;release&quot; -I&quot;.&quot; -I$(QTDIR)\mkspecs\win32-msvc2005 -D_MSC_VER=1400 -DWIN32 include\Screen.h -o release\moc_Screen.cpp&#x0D;&#x0A;"
     916                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\Screen.h&quot; -o &quot;release\moc_Screen.cpp&quot;&#x0D;&#x0A;"
    918917                                                AdditionalDependencies="$(QTDIR)\bin\moc.exe;include\Screen.h"
    919918                                                Outputs="release\moc_Screen.cpp"
     
    938937                                                Name="VCCustomBuildTool"
    939938                                                Description="Moc&apos;ing ScreenModel.h..."
    940                                                 CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;  -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;.\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
     939                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
    941940                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenModel.h"
    942941                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;"
     
    949948                                                Name="VCCustomBuildTool"
    950949                                                Description="Moc&apos;ing ScreenModel.h..."
    951                                                 CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;  -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\release\.&quot; -I&quot;.\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
     950                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenModel.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;&#x0D;&#x0A;"
    952951                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenModel.h"
    953952                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenModel.cpp&quot;"
     
    968967                                                Name="VCCustomBuildTool"
    969968                                                Description="Moc&apos;ing ScreenShape.h..."
    970                                                 CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;  -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;.\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
     969                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
    971970                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenShape.h"
    972971                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;"
     
    979978                                                Name="VCCustomBuildTool"
    980979                                                Description="Moc&apos;ing ScreenShape.h..."
    981                                                 CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;  -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\release\.&quot; -I&quot;.\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
     980                                                CommandLine="&quot;$(QTDIR)\bin\moc.exe&quot;   -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DNDEBUG  -I&quot;$(QTDIR)\include\QtCore\.&quot; -I&quot;$(QTDIR)\include\QtNetwork\.&quot; -I&quot;$(QTDIR)\include\QtGui\.&quot; -I&quot;$(QTDIR)\include\QtOpenGL\.&quot; -I&quot;$(QTDIR)\include\QtXml\.&quot; -I&quot;$(QTDIR)\include\.&quot; -I&quot;.\..\.&quot; -I&quot;.\.&quot; -I&quot;.\include\.&quot; -I&quot;.\include\math\.&quot; -I&quot;.\include\gui\.&quot; -I&quot;.\include\screen\.&quot; -I&quot;$(QTDIR)\include\ActiveQt\.&quot; -I&quot;.\debug\.&quot; -I&quot;$(QTDIR)\mkspecs\win32-msvc2005\.&quot; -I&quot;D:\OpenSceneGraph\3rdParty_VC9sp1_x86_x64\include\glut-3.7.6\.&quot; &quot;include\screen\ScreenShape.h&quot; -o &quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;&#x0D;&#x0A;"
    982981                                                AdditionalDependencies="&quot;$(QTDIR)\bin\moc.exe&quot;;include\screen\ScreenShape.h"
    983982                                                Outputs="&quot;$(ConfigurationName)\moc_ScreenShape.cpp&quot;"
     
    10041003                        >
    10051004                        <File
     1005                                RelativePath="release\moc_Channel.cpp"
     1006                                >
     1007                                <FileConfiguration
     1008                                        Name="Debug|Win32"
     1009                                        ExcludedFromBuild="true"
     1010                                        >
     1011                                        <Tool
     1012                                                Name="VCCLCompilerTool"
     1013                                        />
     1014                                </FileConfiguration>
     1015                        </File>
     1016                        <File
    10061017                                RelativePath="debug\moc_Channel.cpp"
    10071018                                >
     
    10161027                        </File>
    10171028                        <File
    1018                                 RelativePath="release\moc_Channel.cpp"
     1029                                RelativePath="release\moc_Frustum.cpp"
    10191030                                >
    10201031                                <FileConfiguration
     
    10401051                        </File>
    10411052                        <File
    1042                                 RelativePath="release\moc_Frustum.cpp"
    1043                                 >
    1044                                 <FileConfiguration
    1045                                         Name="Debug|Win32"
     1053                                RelativePath=".\debug\moc_interfaces.cpp"
     1054                                >
     1055                                <FileConfiguration
     1056                                        Name="Release|Win32"
    10461057                                        ExcludedFromBuild="true"
    10471058                                        >
     
    10641075                        </File>
    10651076                        <File
    1066                                 RelativePath=".\debug\moc_interfaces.cpp"
    1067                                 >
    1068                                 <FileConfiguration
    1069                                         Name="Release|Win32"
    1070                                         ExcludedFromBuild="true"
    1071                                         >
    1072                                         <Tool
    1073                                                 Name="VCCLCompilerTool"
    1074                                         />
    1075                                 </FileConfiguration>
    1076                         </File>
    1077                         <File
    10781077                                RelativePath="release\moc_plugindialog.cpp"
    10791078                                >
     
    11001099                        </File>
    11011100                        <File
     1101                                RelativePath="debug\moc_QChannelManagerWidget.cpp"
     1102                                >
     1103                                <FileConfiguration
     1104                                        Name="Release|Win32"
     1105                                        ExcludedFromBuild="true"
     1106                                        >
     1107                                        <Tool
     1108                                                Name="VCCLCompilerTool"
     1109                                        />
     1110                                </FileConfiguration>
     1111                        </File>
     1112                        <File
    11021113                                RelativePath="release\moc_QChannelManagerWidget.cpp"
    11031114                                >
     
    11121123                        </File>
    11131124                        <File
    1114                                 RelativePath="debug\moc_QChannelManagerWidget.cpp"
    1115                                 >
    1116                                 <FileConfiguration
    1117                                         Name="Release|Win32"
     1125                                RelativePath="release\moc_QChannelWidget.cpp"
     1126                                >
     1127                                <FileConfiguration
     1128                                        Name="Debug|Win32"
    11181129                                        ExcludedFromBuild="true"
    11191130                                        >
     
    11361147                        </File>
    11371148                        <File
    1138                                 RelativePath="release\moc_QChannelWidget.cpp"
    1139                                 >
    1140                                 <FileConfiguration
    1141                                         Name="Debug|Win32"
     1149                                RelativePath="debug\moc_QClientWindow.cpp"
     1150                                >
     1151                                <FileConfiguration
     1152                                        Name="Release|Win32"
    11421153                                        ExcludedFromBuild="true"
    11431154                                        >
     
    11601171                        </File>
    11611172                        <File
    1162                                 RelativePath="debug\moc_QClientWindow.cpp"
    1163                                 >
    1164                                 <FileConfiguration
    1165                                         Name="Release|Win32"
    1166                                         ExcludedFromBuild="true"
    1167                                         >
    1168                                         <Tool
    1169                                                 Name="VCCLCompilerTool"
    1170                                         />
    1171                                 </FileConfiguration>
    1172                         </File>
    1173                         <File
    11741173                                RelativePath="debug\moc_QDesignViewWidget.cpp"
    11751174                                >
     
    11961195                        </File>
    11971196                        <File
     1197                                RelativePath="release\moc_QDesignViewWindow.cpp"
     1198                                >
     1199                                <FileConfiguration
     1200                                        Name="Debug|Win32"
     1201                                        ExcludedFromBuild="true"
     1202                                        >
     1203                                        <Tool
     1204                                                Name="VCCLCompilerTool"
     1205                                        />
     1206                                </FileConfiguration>
     1207                        </File>
     1208                        <File
    11981209                                RelativePath="debug\moc_QDesignViewWindow.cpp"
    11991210                                >
     
    12081219                        </File>
    12091220                        <File
    1210                                 RelativePath="release\moc_QDesignViewWindow.cpp"
     1221                                RelativePath="release\moc_QGLViewerWidget.cpp"
    12111222                                >
    12121223                                <FileConfiguration
     
    12321243                        </File>
    12331244                        <File
    1234                                 RelativePath="release\moc_QGLViewerWidget.cpp"
     1245                                RelativePath="release\moc_QPanelWidget.cpp"
    12351246                                >
    12361247                                <FileConfiguration
     
    12561267                        </File>
    12571268                        <File
    1258                                 RelativePath="release\moc_QPanelWidget.cpp"
    1259                                 >
    1260                                 <FileConfiguration
    1261                                         Name="Debug|Win32"
    1262                                         ExcludedFromBuild="true"
    1263                                         >
    1264                                         <Tool
    1265                                                 Name="VCCLCompilerTool"
    1266                                         />
    1267                                 </FileConfiguration>
    1268                         </File>
    1269                         <File
    12701269                                RelativePath="release\moc_QPreferenceDialog.cpp"
    12711270                                >
     
    12921291                        </File>
    12931292                        <File
     1293                                RelativePath="release\moc_QProjectionMatrixWidget.cpp"
     1294                                >
     1295                                <FileConfiguration
     1296                                        Name="Debug|Win32"
     1297                                        ExcludedFromBuild="true"
     1298                                        >
     1299                                        <Tool
     1300                                                Name="VCCLCompilerTool"
     1301                                        />
     1302                                </FileConfiguration>
     1303                        </File>
     1304                        <File
    12941305                                RelativePath="debug\moc_QProjectionMatrixWidget.cpp"
    12951306                                >
     
    13041315                        </File>
    13051316                        <File
    1306                                 RelativePath="release\moc_QProjectionMatrixWidget.cpp"
     1317                                RelativePath="release\moc_QProjectorWindow.cpp"
    13071318                                >
    13081319                                <FileConfiguration
     
    13281339                        </File>
    13291340                        <File
    1330                                 RelativePath="release\moc_QProjectorWindow.cpp"
    1331                                 >
    1332                                 <FileConfiguration
    1333                                         Name="Debug|Win32"
    1334                                         ExcludedFromBuild="true"
    1335                                         >
    1336                                         <Tool
    1337                                                 Name="VCCLCompilerTool"
    1338                                         />
    1339                                 </FileConfiguration>
    1340                         </File>
    1341                         <File
    13421341                                RelativePath="debug\moc_QSceneViewerWindow.cpp"
    13431342                                >
     
    13641363                        </File>
    13651364                        <File
     1365                                RelativePath="debug\moc_QSceneWidget.cpp"
     1366                                >
     1367                                <FileConfiguration
     1368                                        Name="Release|Win32"
     1369                                        ExcludedFromBuild="true"
     1370                                        >
     1371                                        <Tool
     1372                                                Name="VCCLCompilerTool"
     1373                                        />
     1374                                </FileConfiguration>
     1375                        </File>
     1376                        <File
    13661377                                RelativePath="release\moc_QSceneWidget.cpp"
    13671378                                >
     
    13761387                        </File>
    13771388                        <File
    1378                                 RelativePath="debug\moc_QSceneWidget.cpp"
     1389                                RelativePath="debug\moc_QScreenWidget.cpp"
    13791390                                >
    13801391                                <FileConfiguration
     
    14001411                        </File>
    14011412                        <File
    1402                                 RelativePath="debug\moc_QScreenWidget.cpp"
    1403                                 >
    1404                                 <FileConfiguration
    1405                                         Name="Release|Win32"
     1413                                RelativePath="release\moc_QTransformMatrixWidget.cpp"
     1414                                >
     1415                                <FileConfiguration
     1416                                        Name="Debug|Win32"
    14061417                                        ExcludedFromBuild="true"
    14071418                                        >
     
    14241435                        </File>
    14251436                        <File
    1426                                 RelativePath="release\moc_QTransformMatrixWidget.cpp"
    1427                                 >
    1428                                 <FileConfiguration
    1429                                         Name="Debug|Win32"
    1430                                         ExcludedFromBuild="true"
    1431                                         >
    1432                                         <Tool
    1433                                                 Name="VCCLCompilerTool"
    1434                                         />
    1435                                 </FileConfiguration>
    1436                         </File>
    1437                         <File
    14381437                                RelativePath="release\moc_RSync.cpp"
    14391438                                >
     
    14601459                        </File>
    14611460                        <File
     1461                                RelativePath="release\moc_Scene.cpp"
     1462                                >
     1463                                <FileConfiguration
     1464                                        Name="Debug|Win32"
     1465                                        ExcludedFromBuild="true"
     1466                                        >
     1467                                        <Tool
     1468                                                Name="VCCLCompilerTool"
     1469                                        />
     1470                                </FileConfiguration>
     1471                        </File>
     1472                        <File
    14621473                                RelativePath="debug\moc_Scene.cpp"
    14631474                                >
     
    14721483                        </File>
    14731484                        <File
    1474                                 RelativePath="release\moc_Scene.cpp"
     1485                                RelativePath="release\moc_Screen.cpp"
    14751486                                >
    14761487                                <FileConfiguration
     
    14961507                        </File>
    14971508                        <File
    1498                                 RelativePath="release\moc_Screen.cpp"
    1499                                 >
    1500                                 <FileConfiguration
    1501                                         Name="Debug|Win32"
     1509                                RelativePath=".\debug\moc_ScreenModel.cpp"
     1510                                >
     1511                                <FileConfiguration
     1512                                        Name="Release|Win32"
    15021513                                        ExcludedFromBuild="true"
    15031514                                        >
     
    15121523                                <FileConfiguration
    15131524                                        Name="Debug|Win32"
    1514                                         ExcludedFromBuild="true"
    1515                                         >
    1516                                         <Tool
    1517                                                 Name="VCCLCompilerTool"
    1518                                         />
    1519                                 </FileConfiguration>
    1520                         </File>
    1521                         <File
    1522                                 RelativePath=".\debug\moc_ScreenModel.cpp"
    1523                                 >
    1524                                 <FileConfiguration
    1525                                         Name="Release|Win32"
    15261525                                        ExcludedFromBuild="true"
    15271526                                        >
     
    22362235                        Value="4.5.1"
    22372236                />
     2237                <Global
     2238                        Name="QtVersion Win32"
     2239                        Value="$(DefaultQtVersion)"
     2240                />
    22382241        </Globals>
    22392242</VisualStudioProject>
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qchannelmanagerwidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qchannelmanagerwidget.ui'
     2** Form generated from reading UI file 'qchannelmanagerwidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:46 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:08 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    4545        hboxLayout->setSpacing(6);
    4646#endif
    47         hboxLayout->setMargin(0);
     47        hboxLayout->setContentsMargins(0, 0, 0, 0);
    4848        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    4949        vboxLayout = new QVBoxLayout();
     
    5252#endif
    5353#ifndef Q_OS_MAC
    54         vboxLayout->setMargin(0);
     54        vboxLayout->setContentsMargins(0, 0, 0, 0);
    5555#endif
    5656        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    6666        hboxLayout1->setSpacing(6);
    6767#endif
    68         hboxLayout1->setMargin(0);
     68        hboxLayout1->setContentsMargins(0, 0, 0, 0);
    6969        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    7070        spacerItem = new QSpacerItem(16, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
     
    101101        addButton->setText(QApplication::translate("QChannelManagerWidget", "Add", 0, QApplication::UnicodeUTF8));
    102102        removeButton->setText(QApplication::translate("QChannelManagerWidget", "Remove", 0, QApplication::UnicodeUTF8));
    103         Q_UNUSED(QChannelManagerWidget);
    104103    } // retranslateUi
    105104
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qchannelwidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qchannelwidget.ui'
     2** Form generated from reading UI file 'qchannelwidget.ui'
    33**
    4 ** Created: Tue 28. Apr 15:36:10 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:08 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    104104        vboxLayout->setSpacing(6);
    105105#endif
    106         vboxLayout->setMargin(0);
     106        vboxLayout->setContentsMargins(0, 0, 0, 0);
    107107        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    108108        hboxLayout = new QHBoxLayout();
     
    111111#endif
    112112#ifndef Q_OS_MAC
    113         hboxLayout->setMargin(0);
     113        hboxLayout->setContentsMargins(0, 0, 0, 0);
    114114#endif
    115115        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
     
    137137        hboxLayout1->setSpacing(6);
    138138#endif
    139         hboxLayout1->setMargin(4);
     139        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    140140        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    141141        vboxLayout1 = new QVBoxLayout();
     
    144144#endif
    145145#ifndef Q_OS_MAC
    146         vboxLayout1->setMargin(0);
     146        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    147147#endif
    148148        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
     
    156156        hboxLayout2->setSpacing(6);
    157157#endif
    158         hboxLayout2->setMargin(0);
     158        hboxLayout2->setContentsMargins(0, 0, 0, 0);
    159159        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    160160        overlayImageLabel = new QLabel(overlayGroupBox);
     
    198198        page = new QWidget();
    199199        page->setObjectName(QString::fromUtf8("page"));
    200         page->setGeometry(QRect(0, 0, 232, 198));
     200        page->setGeometry(QRect(0, 0, 158, 58));
    201201        hboxLayout3 = new QHBoxLayout(page);
    202202#ifndef Q_OS_MAC
    203203        hboxLayout3->setSpacing(6);
    204204#endif
    205         hboxLayout3->setMargin(0);
     205        hboxLayout3->setContentsMargins(0, 0, 0, 0);
    206206        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    207207        vboxLayout2 = new QVBoxLayout();
     
    210210#endif
    211211#ifndef Q_OS_MAC
    212         vboxLayout2->setMargin(0);
     212        vboxLayout2->setContentsMargins(0, 0, 0, 0);
    213213#endif
    214214        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
     
    218218#endif
    219219#ifndef Q_OS_MAC
    220         hboxLayout4->setMargin(0);
     220        hboxLayout4->setContentsMargins(0, 0, 0, 0);
    221221#endif
    222222        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
     
    238238        hboxLayout5->setSpacing(6);
    239239#endif
    240         hboxLayout5->setMargin(0);
     240        hboxLayout5->setContentsMargins(0, 0, 0, 0);
    241241        hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
    242242        remoteFullScreenCheckBox = new QCheckBox(page);
     
    268268        page_2 = new QWidget();
    269269        page_2->setObjectName(QString::fromUtf8("page_2"));
    270         page_2->setGeometry(QRect(0, 0, 232, 262));
     270        page_2->setGeometry(QRect(0, 0, 232, 267));
    271271        vboxLayout3 = new QVBoxLayout(page_2);
    272272        vboxLayout3->setSpacing(0);
    273         vboxLayout3->setMargin(0);
     273        vboxLayout3->setContentsMargins(0, 0, 0, 0);
    274274        vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
    275275        hboxLayout6 = new QHBoxLayout();
     
    278278#endif
    279279#ifndef Q_OS_MAC
    280         hboxLayout6->setMargin(0);
     280        hboxLayout6->setContentsMargins(0, 0, 0, 0);
    281281#endif
    282282        hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
     
    316316        hboxLayout7->setSpacing(6);
    317317#endif
    318         hboxLayout7->setMargin(4);
     318        hboxLayout7->setContentsMargins(4, 4, 4, 4);
    319319        hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
    320320        hboxLayout8 = new QHBoxLayout();
     
    323323#endif
    324324#ifndef Q_OS_MAC
    325         hboxLayout8->setMargin(0);
     325        hboxLayout8->setContentsMargins(0, 0, 0, 0);
    326326#endif
    327327        hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
     
    358358        hboxLayout9 = new QHBoxLayout();
    359359        hboxLayout9->setSpacing(0);
    360         hboxLayout9->setMargin(0);
     360        hboxLayout9->setContentsMargins(0, 0, 0, 0);
    361361        hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
    362362        spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
     
    380380        page_3 = new QWidget();
    381381        page_3->setObjectName(QString::fromUtf8("page_3"));
    382         page_3->setGeometry(QRect(0, 0, 232, 349));
     382        page_3->setGeometry(QRect(0, 0, 98, 28));
    383383        vboxLayout4 = new QVBoxLayout(page_3);
    384384        vboxLayout4->setSpacing(0);
    385         vboxLayout4->setMargin(0);
     385        vboxLayout4->setContentsMargins(0, 0, 0, 0);
    386386        vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
    387387        vboxLayout5 = new QVBoxLayout();
    388388        vboxLayout5->setSpacing(0);
    389389#ifndef Q_OS_MAC
    390         vboxLayout5->setMargin(0);
     390        vboxLayout5->setContentsMargins(0, 0, 0, 0);
    391391#endif
    392392        vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
     
    405405        hboxLayout10 = new QHBoxLayout();
    406406        hboxLayout10->setSpacing(0);
    407         hboxLayout10->setMargin(0);
     407        hboxLayout10->setContentsMargins(0, 0, 0, 0);
    408408        hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
    409409        spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
     
    439439        hboxLayout11->setSpacing(6);
    440440#endif
    441         hboxLayout11->setMargin(0);
     441        hboxLayout11->setContentsMargins(0, 0, 0, 0);
    442442        hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11"));
    443443        spacerItem8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
     
    501501        toolBox->setItemText(toolBox->indexOf(page_3), QApplication::translate("QChannelWidget", "View", 0, QApplication::UnicodeUTF8));
    502502        windowButton->setText(QApplication::translate("QChannelWidget", "Open Window...", 0, QApplication::UnicodeUTF8));
    503         Q_UNUSED(QChannelWidget);
    504503    } // retranslateUi
    505504
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qclientwindow.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qclientwindow.ui'
     2** Form generated from reading UI file 'qclientwindow.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:56 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:27 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    4848        hboxLayout->setSpacing(6);
    4949#endif
    50         hboxLayout->setMargin(2);
     50        hboxLayout->setContentsMargins(2, 2, 2, 2);
    5151        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    5252        logEdit = new QTextEdit(centralWidget);
     
    6161        menuBar = new QMenuBar(QClientWindow);
    6262        menuBar->setObjectName(QString::fromUtf8("menuBar"));
    63         menuBar->setGeometry(QRect(0, 0, 344, 18));
     63        menuBar->setGeometry(QRect(0, 0, 344, 21));
    6464        menu_File = new QMenu(menuBar);
    6565        menu_File->setObjectName(QString::fromUtf8("menu_File"));
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qdesignviewwindow.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qdesignviewwindow.ui'
     2** Form generated from reading UI file 'qdesignviewwindow.ui'
    33**
    4 ** Created: Wed 2. Sep 15:07:30 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:26 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    7676        QDesignViewWindow->resize(960, 700);
    7777        QIcon icon;
    78         icon.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/projDesigner.png")), QIcon::Normal, QIcon::Off);
     78        icon.addFile(QString::fromUtf8(":/new/prefix1/Resources/projDesigner.png"), QSize(), QIcon::Normal, QIcon::Off);
    7979        QDesignViewWindow->setWindowIcon(icon);
    8080        actionFileNew = new QAction(QDesignViewWindow);
    8181        actionFileNew->setObjectName(QString::fromUtf8("actionFileNew"));
    8282        QIcon icon1;
    83         icon1.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/new.png")), QIcon::Normal, QIcon::Off);
     83        icon1.addFile(QString::fromUtf8(":/new/prefix1/Resources/new.png"), QSize(), QIcon::Normal, QIcon::Off);
    8484        actionFileNew->setIcon(icon1);
    8585        actionFileOpen = new QAction(QDesignViewWindow);
    8686        actionFileOpen->setObjectName(QString::fromUtf8("actionFileOpen"));
    8787        QIcon icon2;
    88         icon2.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/open.png")), QIcon::Normal, QIcon::Off);
     88        icon2.addFile(QString::fromUtf8(":/new/prefix1/Resources/open.png"), QSize(), QIcon::Normal, QIcon::Off);
    8989        actionFileOpen->setIcon(icon2);
    9090        actionFileSave = new QAction(QDesignViewWindow);
    9191        actionFileSave->setObjectName(QString::fromUtf8("actionFileSave"));
    9292        QIcon icon3;
    93         icon3.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/save.png")), QIcon::Normal, QIcon::Off);
     93        icon3.addFile(QString::fromUtf8(":/new/prefix1/Resources/save.png"), QSize(), QIcon::Normal, QIcon::Off);
    9494        actionFileSave->setIcon(icon3);
    9595        actionFileSaveAs = new QAction(QDesignViewWindow);
    9696        actionFileSaveAs->setObjectName(QString::fromUtf8("actionFileSaveAs"));
    9797        QIcon icon4;
    98         icon4.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/saveAs.png")), QIcon::Normal, QIcon::Off);
     98        icon4.addFile(QString::fromUtf8(":/new/prefix1/Resources/saveAs.png"), QSize(), QIcon::Normal, QIcon::Off);
    9999        actionFileSaveAs->setIcon(icon4);
    100100        actionFileSyncClients = new QAction(QDesignViewWindow);
    101101        actionFileSyncClients->setObjectName(QString::fromUtf8("actionFileSyncClients"));
    102102        QIcon icon5;
    103         icon5.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/sync.png")), QIcon::Normal, QIcon::Off);
     103        icon5.addFile(QString::fromUtf8(":/new/prefix1/Resources/sync.png"), QSize(), QIcon::Normal, QIcon::Off);
    104104        actionFileSyncClients->setIcon(icon5);
    105105        actionFileExit = new QAction(QDesignViewWindow);
    106106        actionFileExit->setObjectName(QString::fromUtf8("actionFileExit"));
    107107        QIcon icon6;
    108         icon6.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/exit.png")), QIcon::Normal, QIcon::Off);
     108        icon6.addFile(QString::fromUtf8(":/new/prefix1/Resources/exit.png"), QSize(), QIcon::Normal, QIcon::Off);
    109109        actionFileExit->setIcon(icon6);
    110110        actionFileExitAll = new QAction(QDesignViewWindow);
    111111        actionFileExitAll->setObjectName(QString::fromUtf8("actionFileExitAll"));
    112112        QIcon icon7;
    113         icon7.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/exitAll.png")), QIcon::Normal, QIcon::Off);
     113        icon7.addFile(QString::fromUtf8(":/new/prefix1/Resources/exitAll.png"), QSize(), QIcon::Normal, QIcon::Off);
    114114        actionFileExitAll->setIcon(icon7);
    115115        actionEditDesignDistortionMap = new QAction(QDesignViewWindow);
    116116        actionEditDesignDistortionMap->setObjectName(QString::fromUtf8("actionEditDesignDistortionMap"));
    117117        QIcon icon8;
    118         icon8.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/distortionMode.png")), QIcon::Normal, QIcon::Off);
     118        icon8.addFile(QString::fromUtf8(":/new/prefix1/Resources/distortionMode.png"), QSize(), QIcon::Normal, QIcon::Off);
    119119        actionEditDesignDistortionMap->setIcon(icon8);
    120120        actionEditDesignDistortionMap->setShortcutContext(Qt::ApplicationShortcut);
     
    122122        actionEditDesignBlendMap->setObjectName(QString::fromUtf8("actionEditDesignBlendMap"));
    123123        QIcon icon9;
    124         icon9.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/blendMode.png")), QIcon::Normal, QIcon::Off);
     124        icon9.addFile(QString::fromUtf8(":/new/prefix1/Resources/blendMode.png"), QSize(), QIcon::Normal, QIcon::Off);
    125125        actionEditDesignBlendMap->setIcon(icon9);
    126126        actionEditDesignBlendMap->setShortcutContext(Qt::ApplicationShortcut);
     
    128128        actionEditPreference->setObjectName(QString::fromUtf8("actionEditPreference"));
    129129        QIcon icon10;
    130         icon10.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/settings.png")), QIcon::Normal, QIcon::Off);
     130        icon10.addFile(QString::fromUtf8(":/new/prefix1/Resources/settings.png"), QSize(), QIcon::Normal, QIcon::Off);
    131131        actionEditPreference->setIcon(icon10);
    132132        actionEditPreference->setShortcutContext(Qt::ApplicationShortcut);
     
    160160        actionHelpHelp->setObjectName(QString::fromUtf8("actionHelpHelp"));
    161161        QIcon icon11;
    162         icon11.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/help.png")), QIcon::Normal, QIcon::Off);
     162        icon11.addFile(QString::fromUtf8(":/new/prefix1/Resources/help.png"), QSize(), QIcon::Normal, QIcon::Off);
    163163        actionHelpHelp->setIcon(icon11);
    164164        actionHelpAbout = new QAction(QDesignViewWindow);
     
    168168        actionFileExportDataset->setObjectName(QString::fromUtf8("actionFileExportDataset"));
    169169        QIcon icon12;
    170         icon12.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/export.png")), QIcon::Normal, QIcon::Off);
     170        icon12.addFile(QString::fromUtf8(":/new/prefix1/Resources/export.png"), QSize(), QIcon::Normal, QIcon::Off);
    171171        actionFileExportDataset->setIcon(icon12);
    172172        actionHelpPlugins = new QAction(QDesignViewWindow);
    173173        actionHelpPlugins->setObjectName(QString::fromUtf8("actionHelpPlugins"));
    174174        QIcon icon13;
    175         icon13.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/plugins.png")), QIcon::Normal, QIcon::Off);
     175        icon13.addFile(QString::fromUtf8(":/new/prefix1/Resources/plugins.png"), QSize(), QIcon::Normal, QIcon::Off);
    176176        actionHelpPlugins->setIcon(icon13);
    177177        actionHelpAbout_Qt = new QAction(QDesignViewWindow);
    178178        actionHelpAbout_Qt->setObjectName(QString::fromUtf8("actionHelpAbout_Qt"));
    179179        QIcon icon14;
    180         icon14.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/aboutQt.png")), QIcon::Normal, QIcon::Off);
     180        icon14.addFile(QString::fromUtf8(":/new/prefix1/Resources/aboutQt.png"), QSize(), QIcon::Normal, QIcon::Off);
    181181        actionHelpAbout_Qt->setIcon(icon14);
    182182        centralWidget = new QWidget(QDesignViewWindow);
     
    186186        hboxLayout->setSpacing(6);
    187187#endif
    188         hboxLayout->setMargin(0);
     188        hboxLayout->setContentsMargins(0, 0, 0, 0);
    189189        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    190190        splitter = new QSplitter(centralWidget);
     
    213213        menuBar = new QMenuBar(QDesignViewWindow);
    214214        menuBar->setObjectName(QString::fromUtf8("menuBar"));
    215         menuBar->setGeometry(QRect(0, 0, 960, 22));
     215        menuBar->setGeometry(QRect(0, 0, 960, 21));
    216216        menuEdit = new QMenu(menuBar);
    217217        menuEdit->setObjectName(QString::fromUtf8("menuEdit"));
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qpanelwidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qpanelwidget.ui'
     2** Form generated from reading UI file 'qpanelwidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:47 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:08 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    6060        hboxLayout->setSpacing(6);
    6161#endif
    62         hboxLayout->setMargin(0);
     62        hboxLayout->setContentsMargins(0, 0, 0, 0);
    6363        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    6464        tabWidget = new QTabWidget(QPanelWidget);
     
    7070        hboxLayout1->setSpacing(6);
    7171#endif
    72         hboxLayout1->setMargin(4);
     72        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    7373        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    7474        vboxLayout = new QVBoxLayout();
     
    7777#endif
    7878#ifndef Q_OS_MAC
    79         vboxLayout->setMargin(0);
     79        vboxLayout->setContentsMargins(0, 0, 0, 0);
    8080#endif
    8181        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    8989        channelGroup = new QGroupBox(channelsTab);
    9090        channelGroup->setObjectName(QString::fromUtf8("channelGroup"));
    91         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
     91        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
    9292        sizePolicy.setHorizontalStretch(0);
    9393        sizePolicy.setVerticalStretch(0);
     
    9898        hboxLayout2->setSpacing(6);
    9999#endif
    100         hboxLayout2->setMargin(4);
     100        hboxLayout2->setContentsMargins(4, 4, 4, 4);
    101101        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    102102        channel = new projection::QChannelWidget(channelGroup);
     
    123123        vboxLayout1->setSpacing(6);
    124124#endif
    125         vboxLayout1->setMargin(0);
     125        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    126126        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    127127        screen = new projection::QScreenWidget(screenTab);
     
    141141        vboxLayout2->setSpacing(6);
    142142#endif
    143         vboxLayout2->setMargin(0);
     143        vboxLayout2->setContentsMargins(0, 0, 0, 0);
    144144        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
    145145        scene = new projection::QSceneWidget(sceneTab);
     
    171171        tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QPanelWidget", "Screen", 0, QApplication::UnicodeUTF8));
    172172        tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QPanelWidget", "Scene", 0, QApplication::UnicodeUTF8));
    173         Q_UNUSED(QPanelWidget);
    174173    } // retranslateUi
    175174
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qpreferencedialog.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qpreferencedialog.ui'
     2** Form generated from reading UI file 'qpreferencedialog.ui'
    33**
    4 ** Created: Tue 28. Apr 15:36:09 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:05 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    9090        QPreferenceDialog->resize(345, 357);
    9191        QIcon icon;
    92         icon.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/Resources/settings.png")), QIcon::Normal, QIcon::Off);
     92        icon.addFile(QString::fromUtf8(":/new/prefix1/Resources/settings.png"), QSize(), QIcon::Normal, QIcon::Off);
    9393        QPreferenceDialog->setWindowIcon(icon);
    9494        hboxLayout = new QHBoxLayout(QPreferenceDialog);
     
    9696        hboxLayout->setSpacing(6);
    9797#endif
    98         hboxLayout->setMargin(4);
     98        hboxLayout->setContentsMargins(4, 4, 4, 4);
    9999        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    100100        vboxLayout = new QVBoxLayout();
     
    103103#endif
    104104#ifndef Q_OS_MAC
    105         vboxLayout->setMargin(0);
     105        vboxLayout->setContentsMargins(0, 0, 0, 0);
    106106#endif
    107107        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    112112        hboxLayout1->setSpacing(6);
    113113#endif
    114         hboxLayout1->setMargin(4);
     114        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    115115        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    116116        hboxLayout2 = new QHBoxLayout();
     
    119119#endif
    120120#ifndef Q_OS_MAC
    121         hboxLayout2->setMargin(0);
     121        hboxLayout2->setContentsMargins(0, 0, 0, 0);
    122122#endif
    123123        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
     
    160160        hboxLayout3->setSpacing(6);
    161161#endif
    162         hboxLayout3->setMargin(4);
     162        hboxLayout3->setContentsMargins(4, 4, 4, 4);
    163163        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    164164        vboxLayout1 = new QVBoxLayout();
     
    167167#endif
    168168#ifndef Q_OS_MAC
    169         vboxLayout1->setMargin(0);
     169        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    170170#endif
    171171        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
     
    175175#endif
    176176#ifndef Q_OS_MAC
    177         hboxLayout4->setMargin(0);
     177        hboxLayout4->setContentsMargins(0, 0, 0, 0);
    178178#endif
    179179        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
     
    212212        hboxLayout5->setSpacing(6);
    213213#endif
    214         hboxLayout5->setMargin(4);
     214        hboxLayout5->setContentsMargins(4, 4, 4, 4);
    215215        hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
    216216        vboxLayout2 = new QVBoxLayout();
     
    219219#endif
    220220#ifndef Q_OS_MAC
    221         vboxLayout2->setMargin(0);
     221        vboxLayout2->setContentsMargins(0, 0, 0, 0);
    222222#endif
    223223        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
     
    227227#endif
    228228#ifndef Q_OS_MAC
    229         hboxLayout6->setMargin(0);
     229        hboxLayout6->setContentsMargins(0, 0, 0, 0);
    230230#endif
    231231        hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
     
    280280        hboxLayout7->setSpacing(6);
    281281#endif
    282         hboxLayout7->setMargin(4);
     282        hboxLayout7->setContentsMargins(4, 4, 4, 4);
    283283        hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
    284284        vboxLayout3 = new QVBoxLayout();
     
    287287#endif
    288288#ifndef Q_OS_MAC
    289         vboxLayout3->setMargin(0);
     289        vboxLayout3->setContentsMargins(0, 0, 0, 0);
    290290#endif
    291291        vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
     
    295295#endif
    296296#ifndef Q_OS_MAC
    297         hboxLayout8->setMargin(0);
     297        hboxLayout8->setContentsMargins(0, 0, 0, 0);
    298298#endif
    299299        hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
     
    331331        hboxLayout9->setSpacing(6);
    332332#endif
    333         hboxLayout9->setMargin(0);
     333        hboxLayout9->setContentsMargins(0, 0, 0, 0);
    334334        hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
    335335        spacerItem4 = new QSpacerItem(10, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
     
    342342#endif
    343343#ifndef Q_OS_MAC
    344         gridLayout->setMargin(0);
     344        gridLayout->setContentsMargins(0, 0, 0, 0);
    345345#endif
    346346        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
     
    462462        exportBlendMapPatternLabel->setText(QApplication::translate("QPreferenceDialog", "Blend map file", 0, QApplication::UnicodeUTF8));
    463463        pB_ClosePrefDiag->setText(QApplication::translate("QPreferenceDialog", "Close", 0, QApplication::UnicodeUTF8));
    464         Q_UNUSED(QPreferenceDialog);
    465464    } // retranslateUi
    466465
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qprojectionmatrixwidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qprojectionmatrixwidget.ui'
     2** Form generated from reading UI file 'qprojectionmatrixwidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:41 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:03 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    5353        if (QProjectionMatrixWidget->objectName().isEmpty())
    5454            QProjectionMatrixWidget->setObjectName(QString::fromUtf8("QProjectionMatrixWidget"));
    55         QProjectionMatrixWidget->resize(169, 110);
     55        QProjectionMatrixWidget->resize(190, 110);
    5656        hboxLayout = new QHBoxLayout(QProjectionMatrixWidget);
    5757#ifndef Q_OS_MAC
    5858        hboxLayout->setSpacing(6);
    5959#endif
    60         hboxLayout->setMargin(0);
     60        hboxLayout->setContentsMargins(0, 0, 0, 0);
    6161        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    6262        projectionGroup = new QGroupBox(QProjectionMatrixWidget);
     
    6666        hboxLayout1->setSpacing(6);
    6767#endif
    68         hboxLayout1->setMargin(0);
     68        hboxLayout1->setContentsMargins(0, 0, 0, 0);
    6969        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    7070        vboxLayout = new QVBoxLayout();
     
    7272        vboxLayout->setSpacing(6);
    7373#endif
    74         vboxLayout->setMargin(4);
     74        vboxLayout->setContentsMargins(4, 4, 4, 4);
    7575        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    7676        hboxLayout2 = new QHBoxLayout();
     
    7979#endif
    8080#ifndef Q_OS_MAC
    81         hboxLayout2->setMargin(0);
     81        hboxLayout2->setContentsMargins(0, 0, 0, 0);
    8282#endif
    8383        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
     
    109109        hboxLayout3->setSpacing(6);
    110110#endif
    111         hboxLayout3->setMargin(0);
     111        hboxLayout3->setContentsMargins(0, 0, 0, 0);
    112112        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    113113        nearLabel = new QLabel(projectionGroup);
     
    138138        hboxLayout4->setSpacing(6);
    139139#endif
    140         hboxLayout4->setMargin(0);
     140        hboxLayout4->setContentsMargins(0, 0, 0, 0);
    141141        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
    142142        offaxisLabel = new QLabel(projectionGroup);
     
    194194        offaxisXLabel->setText(QApplication::translate("QProjectionMatrixWidget", "X", 0, QApplication::UnicodeUTF8));
    195195        offaxisYLabel->setText(QApplication::translate("QProjectionMatrixWidget", "Y", 0, QApplication::UnicodeUTF8));
    196         Q_UNUSED(QProjectionMatrixWidget);
    197196    } // retranslateUi
    198197
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qscenewidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qscenewidget.ui'
     2** Form generated from reading UI file 'qscenewidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:31 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:34:59 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    6969        hboxLayout->setSpacing(6);
    7070#endif
    71         hboxLayout->setMargin(4);
     71        hboxLayout->setContentsMargins(4, 4, 4, 4);
    7272        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    7373        vboxLayout = new QVBoxLayout();
     
    7676#endif
    7777#ifndef Q_OS_MAC
    78         vboxLayout->setMargin(0);
     78        vboxLayout->setContentsMargins(0, 0, 0, 0);
    7979#endif
    8080        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    9191        hboxLayout1->setSpacing(6);
    9292#endif
    93         hboxLayout1->setMargin(4);
     93        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    9494        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    9595        vboxLayout1 = new QVBoxLayout();
     
    9898#endif
    9999#ifndef Q_OS_MAC
    100         vboxLayout1->setMargin(0);
     100        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    101101#endif
    102102        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
     
    106106#endif
    107107#ifndef Q_OS_MAC
    108         hboxLayout2->setMargin(0);
     108        hboxLayout2->setContentsMargins(0, 0, 0, 0);
    109109#endif
    110110        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
     
    148148        hboxLayout3->setSpacing(6);
    149149#endif
    150         hboxLayout3->setMargin(0);
     150        hboxLayout3->setContentsMargins(0, 0, 0, 0);
    151151        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    152152        sceneSizeLabel = new QLabel(QSceneWidget);
     
    172172        hboxLayout4->setSpacing(6);
    173173#endif
    174         hboxLayout4->setMargin(0);
     174        hboxLayout4->setContentsMargins(0, 0, 0, 0);
    175175        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
    176176        gridCheckBox = new QCheckBox(QSceneWidget);
     
    201201        hboxLayout5->setSpacing(6);
    202202#endif
    203         hboxLayout5->setMargin(0);
     203        hboxLayout5->setContentsMargins(0, 0, 0, 0);
    204204        hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
    205205        spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
     
    249249        centerViewButton->setText(QApplication::translate("QSceneWidget", "Center View", 0, QApplication::UnicodeUTF8));
    250250        viewAllButton->setText(QApplication::translate("QSceneWidget", "ViewAll", 0, QApplication::UnicodeUTF8));
    251         Q_UNUSED(QSceneWidget);
    252251    } // retranslateUi
    253252
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qscreenwidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qscreenwidget.ui'
     2** Form generated from reading UI file 'qscreenwidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:27 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:34:56 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    111111        if (QScreenWidget->objectName().isEmpty())
    112112            QScreenWidget->setObjectName(QString::fromUtf8("QScreenWidget"));
    113         QScreenWidget->resize(183, 222);
     113        QScreenWidget->resize(197, 242);
    114114        hboxLayout = new QHBoxLayout(QScreenWidget);
    115115#ifndef Q_OS_MAC
    116116        hboxLayout->setSpacing(6);
    117117#endif
    118         hboxLayout->setMargin(4);
     118        hboxLayout->setContentsMargins(4, 4, 4, 4);
    119119        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    120120        vboxLayout = new QVBoxLayout();
     
    123123#endif
    124124#ifndef Q_OS_MAC
    125         vboxLayout->setMargin(0);
     125        vboxLayout->setContentsMargins(0, 0, 0, 0);
    126126#endif
    127127        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    138138        hboxLayout1->setSpacing(6);
    139139#endif
    140         hboxLayout1->setMargin(4);
     140        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    141141        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    142142        vboxLayout1 = new QVBoxLayout();
     
    145145#endif
    146146#ifndef Q_OS_MAC
    147         vboxLayout1->setMargin(0);
     147        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    148148#endif
    149149        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
     
    153153#endif
    154154#ifndef Q_OS_MAC
    155         hboxLayout2->setMargin(0);
     155        hboxLayout2->setContentsMargins(0, 0, 0, 0);
    156156#endif
    157157        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
     
    182182        hboxLayout3->setSpacing(6);
    183183#endif
    184         hboxLayout3->setMargin(4);
     184        hboxLayout3->setContentsMargins(4, 4, 4, 4);
    185185        hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
    186186        vboxLayout2 = new QVBoxLayout();
     
    189189#endif
    190190#ifndef Q_OS_MAC
    191         vboxLayout2->setMargin(0);
     191        vboxLayout2->setContentsMargins(0, 0, 0, 0);
    192192#endif
    193193        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
     
    197197#endif
    198198#ifndef Q_OS_MAC
    199         hboxLayout4->setMargin(0);
     199        hboxLayout4->setContentsMargins(0, 0, 0, 0);
    200200#endif
    201201        hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
     
    217217        hboxLayout5->setSpacing(6);
    218218#endif
    219         hboxLayout5->setMargin(0);
     219        hboxLayout5->setContentsMargins(0, 0, 0, 0);
    220220        hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
    221221        domeAzimResLabel = new QLabel(domePage);
     
    226226        domeAzimResSpinBox = new QSpinBox(domePage);
    227227        domeAzimResSpinBox->setObjectName(QString::fromUtf8("domeAzimResSpinBox"));
     228        domeAzimResSpinBox->setMinimum(2);
    228229        domeAzimResSpinBox->setMaximum(128);
    229         domeAzimResSpinBox->setMinimum(2);
    230230
    231231        hboxLayout5->addWidget(domeAzimResSpinBox);
     
    238238        hboxLayout6->setSpacing(6);
    239239#endif
    240         hboxLayout6->setMargin(0);
     240        hboxLayout6->setContentsMargins(0, 0, 0, 0);
    241241        hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
    242242        domeElevResLabel = new QLabel(domePage);
     
    247247        domeElevResSpinBox = new QSpinBox(domePage);
    248248        domeElevResSpinBox->setObjectName(QString::fromUtf8("domeElevResSpinBox"));
     249        domeElevResSpinBox->setMinimum(2);
    249250        domeElevResSpinBox->setMaximum(128);
    250         domeElevResSpinBox->setMinimum(2);
    251251
    252252        hboxLayout6->addWidget(domeElevResSpinBox);
     
    259259        hboxLayout7->setSpacing(6);
    260260#endif
    261         hboxLayout7->setMargin(0);
     261        hboxLayout7->setContentsMargins(0, 0, 0, 0);
    262262        hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
    263263        domeSubdivLabel = new QLabel(domePage);
     
    268268        domeSubdivSpinBox = new QSpinBox(domePage);
    269269        domeSubdivSpinBox->setObjectName(QString::fromUtf8("domeSubdivSpinBox"));
     270        domeSubdivSpinBox->setMinimum(1);
    270271        domeSubdivSpinBox->setMaximum(8);
    271         domeSubdivSpinBox->setMinimum(1);
    272272
    273273        hboxLayout7->addWidget(domeSubdivSpinBox);
     
    295295        hboxLayout8->setSpacing(6);
    296296#endif
    297         hboxLayout8->setMargin(4);
     297        hboxLayout8->setContentsMargins(4, 4, 4, 4);
    298298        hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
    299299        vboxLayout3 = new QVBoxLayout();
     
    302302#endif
    303303#ifndef Q_OS_MAC
    304         vboxLayout3->setMargin(0);
     304        vboxLayout3->setContentsMargins(0, 0, 0, 0);
    305305#endif
    306306        vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
     
    310310#endif
    311311#ifndef Q_OS_MAC
    312         gridLayout->setMargin(0);
     312        gridLayout->setContentsMargins(0, 0, 0, 0);
    313313#endif
    314314        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
     
    325325        planeHorResSpinBox = new QSpinBox(planePage);
    326326        planeHorResSpinBox->setObjectName(QString::fromUtf8("planeHorResSpinBox"));
     327        planeHorResSpinBox->setMinimum(1);
    327328        planeHorResSpinBox->setMaximum(128);
    328         planeHorResSpinBox->setMinimum(1);
    329329
    330330        gridLayout->addWidget(planeHorResSpinBox, 0, 3, 1, 1);
     
    352352        planeVertResSpinBox = new QSpinBox(planePage);
    353353        planeVertResSpinBox->setObjectName(QString::fromUtf8("planeVertResSpinBox"));
     354        planeVertResSpinBox->setMinimum(1);
    354355        planeVertResSpinBox->setMaximum(128);
    355         planeVertResSpinBox->setMinimum(1);
    356356
    357357        gridLayout->addWidget(planeVertResSpinBox, 1, 3, 1, 1);
     
    374374        hboxLayout9->setSpacing(6);
    375375#endif
    376         hboxLayout9->setMargin(4);
     376        hboxLayout9->setContentsMargins(4, 4, 4, 4);
    377377        hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
    378378        vboxLayout4 = new QVBoxLayout();
     
    381381#endif
    382382#ifndef Q_OS_MAC
    383         vboxLayout4->setMargin(0);
     383        vboxLayout4->setContentsMargins(0, 0, 0, 0);
    384384#endif
    385385        vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
     
    389389#endif
    390390#ifndef Q_OS_MAC
    391         gridLayout1->setMargin(0);
     391        gridLayout1->setContentsMargins(0, 0, 0, 0);
    392392#endif
    393393        gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
    394394        boxVertResSpinBox = new QSpinBox(boxPage);
    395395        boxVertResSpinBox->setObjectName(QString::fromUtf8("boxVertResSpinBox"));
     396        boxVertResSpinBox->setMinimum(1);
    396397        boxVertResSpinBox->setMaximum(128);
    397         boxVertResSpinBox->setMinimum(1);
    398398
    399399        gridLayout1->addWidget(boxVertResSpinBox, 1, 3, 1, 1);
     
    426426        boxHorResSpinBox = new QSpinBox(boxPage);
    427427        boxHorResSpinBox->setObjectName(QString::fromUtf8("boxHorResSpinBox"));
     428        boxHorResSpinBox->setMinimum(1);
    428429        boxHorResSpinBox->setMaximum(128);
    429         boxHorResSpinBox->setMinimum(1);
    430430
    431431        gridLayout1->addWidget(boxHorResSpinBox, 0, 3, 1, 1);
     
    433433        boxDepthResSpinBox = new QSpinBox(boxPage);
    434434        boxDepthResSpinBox->setObjectName(QString::fromUtf8("boxDepthResSpinBox"));
     435        boxDepthResSpinBox->setMinimum(1);
    435436        boxDepthResSpinBox->setMaximum(128);
    436         boxDepthResSpinBox->setMinimum(1);
    437437
    438438        gridLayout1->addWidget(boxDepthResSpinBox, 2, 3, 1, 1);
     
    475475        hboxLayout10->setSpacing(6);
    476476#endif
    477         hboxLayout10->setMargin(4);
     477        hboxLayout10->setContentsMargins(4, 4, 4, 4);
    478478        hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
    479479        vboxLayout5 = new QVBoxLayout();
     
    482482#endif
    483483#ifndef Q_OS_MAC
    484         vboxLayout5->setMargin(0);
     484        vboxLayout5->setContentsMargins(0, 0, 0, 0);
    485485#endif
    486486        vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
     
    490490#endif
    491491#ifndef Q_OS_MAC
    492         hboxLayout11->setMargin(0);
     492        hboxLayout11->setContentsMargins(0, 0, 0, 0);
    493493#endif
    494494        hboxLayout11->setObjectName(QString::fromUtf8("hboxLayout11"));
     
    505505        modelBrowseButton = new QPushButton(modelPage);
    506506        modelBrowseButton->setObjectName(QString::fromUtf8("modelBrowseButton"));
    507         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
     507        QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
    508508        sizePolicy.setHorizontalStretch(0);
    509509        sizePolicy.setVerticalStretch(0);
     
    538538        hboxLayout12->setSpacing(6);
    539539#endif
    540         hboxLayout12->setMargin(0);
     540        hboxLayout12->setContentsMargins(0, 0, 0, 0);
    541541        hboxLayout12->setObjectName(QString::fromUtf8("hboxLayout12"));
    542542        frameCheckBox = new QCheckBox(QScreenWidget);
     
    552552        frameLineWidthSpinBox = new QSpinBox(QScreenWidget);
    553553        frameLineWidthSpinBox->setObjectName(QString::fromUtf8("frameLineWidthSpinBox"));
     554        frameLineWidthSpinBox->setMinimum(1);
    554555        frameLineWidthSpinBox->setMaximum(4);
    555         frameLineWidthSpinBox->setMinimum(1);
    556556
    557557        hboxLayout12->addWidget(frameLineWidthSpinBox);
     
    617617        frameCheckBox->setText(QApplication::translate("QScreenWidget", "Wireframe", 0, QApplication::UnicodeUTF8));
    618618        frameLineWidthLabel->setText(QApplication::translate("QScreenWidget", "Width", 0, QApplication::UnicodeUTF8));
    619         Q_UNUSED(QScreenWidget);
    620619    } // retranslateUi
    621620
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qsetupdialog.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qsetupdialog.ui'
     2** Form generated from reading UI file 'qsetupdialog.ui'
    33**
    4 ** Created: Mon 27. Apr 14:26:16 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:35:26 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    6060        hboxLayout->setSpacing(6);
    6161#endif
    62         hboxLayout->setMargin(0);
     62        hboxLayout->setContentsMargins(0, 0, 0, 0);
    6363        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    6464        tabWidget = new QTabWidget(QSetupDialog);
     
    7070        hboxLayout1->setSpacing(6);
    7171#endif
    72         hboxLayout1->setMargin(4);
     72        hboxLayout1->setContentsMargins(4, 4, 4, 4);
    7373        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    7474        vboxLayout = new QVBoxLayout();
     
    7777#endif
    7878#ifndef Q_OS_MAC
    79         vboxLayout->setMargin(0);
     79        vboxLayout->setContentsMargins(0, 0, 0, 0);
    8080#endif
    8181        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
     
    8989        channelGroup = new QGroupBox(channelsTab);
    9090        channelGroup->setObjectName(QString::fromUtf8("channelGroup"));
    91         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
     91        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
    9292        sizePolicy.setHorizontalStretch(0);
    9393        sizePolicy.setVerticalStretch(1);
     
    9898        hboxLayout2->setSpacing(6);
    9999#endif
    100         hboxLayout2->setMargin(4);
     100        hboxLayout2->setContentsMargins(4, 4, 4, 4);
    101101        hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
    102102        channel = new projection::QChannelWidget(channelGroup);
     
    123123        vboxLayout1->setSpacing(6);
    124124#endif
    125         vboxLayout1->setMargin(0);
     125        vboxLayout1->setContentsMargins(0, 0, 0, 0);
    126126        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    127127        screen = new projection::QScreenWidget(screenTab);
     
    141141        vboxLayout2->setSpacing(6);
    142142#endif
    143         vboxLayout2->setMargin(0);
     143        vboxLayout2->setContentsMargins(0, 0, 0, 0);
    144144        vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
    145145        scene = new projection::QSceneWidget(sceneTab);
     
    171171        tabWidget->setTabText(tabWidget->indexOf(screenTab), QApplication::translate("QSetupDialog", "Screen", 0, QApplication::UnicodeUTF8));
    172172        tabWidget->setTabText(tabWidget->indexOf(sceneTab), QApplication::translate("QSetupDialog", "Scene", 0, QApplication::UnicodeUTF8));
    173         Q_UNUSED(QSetupDialog);
    174173    } // retranslateUi
    175174
  • projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesigner/ui_qtransformmatrixwidget.h

    r2 r42  
    11/********************************************************************************
    2 ** Form generated from reading ui file 'qtransformmatrixwidget.ui'
     2** Form generated from reading UI file 'qtransformmatrixwidget.ui'
    33**
    4 ** Created: Mon 27. Apr 14:25:23 2009
    5 **      by: Qt User Interface Compiler version 4.5.1
     4** Created: Wed 19. May 08:34:54 2010
     5**      by: Qt User Interface Compiler version 4.6.2
    66**
    7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
     7** WARNING! All changes made in this file will be lost when recompiling UI file!
    88********************************************************************************/
    99
     
    4949        if (QTransformMatrixWidget->objectName().isEmpty())
    5050            QTransformMatrixWidget->setObjectName(QString::fromUtf8("QTransformMatrixWidget"));
    51         QTransformMatrixWidget->resize(179, 78);
     51        QTransformMatrixWidget->resize(203, 95);
    5252        hboxLayout = new QHBoxLayout(QTransformMatrixWidget);
    5353#ifndef Q_OS_MAC
    5454        hboxLayout->setSpacing(6);
    5555#endif
    56         hboxLayout->setMargin(0);
     56        hboxLayout->setContentsMargins(0, 0, 0, 0);
    5757        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    5858        transformGroup = new QGroupBox(QTransformMatrixWidget);
     
    6262        hboxLayout1->setSpacing(6);
    6363#endif
    64         hboxLayout1->setMargin(0);
     64        hboxLayout1->setContentsMargins(0, 0, 0, 0);
    6565        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
    6666        gridLayout = new QGridLayout();
     
    6868        gridLayout->setSpacing(6);
    6969#endif
    70         gridLayout->setMargin(4);
     70        gridLayout->setContentsMargins(4, 4, 4, 4);
    7171        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    7272        posZEdit = new QLineEdit(transformGroup);
     
    154154        rotLabel->setText(QApplication::translate("QTransformMatrixWidget", "Rot", 0, QApplication::UnicodeUTF8));
    155155        scaleLabel->setText(QApplication::translate("QTransformMatrixWidget", "Scale", 0, QApplication::UnicodeUTF8));
    156         Q_UNUSED(QTransformMatrixWidget);
    157156    } // retranslateUi
    158157
Note: See TracChangeset for help on using the changeset viewer.