Ignore:
Timestamp:
Oct 16, 2013, 8:04:00 PM (10 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/trunk/projdesigner/include/gui/qtransformmatrixwidget.ui

    r4 r434  
    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>
Note: See TracChangeset for help on using the changeset viewer.