~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_moverotateoptions.ui

  • Committer: Scott Howard
  • Date: 2014-02-21 19:07:55 UTC
  • Revision ID: showard@debian.org-20140221190755-csjax9wb146hgdq4
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0" stdsetdef="1">
 
3
  <resources><include location="../../../res/extui/extui.qrc"/></resources><author></author>
 
4
  <comment></comment>
 
5
  <exportmacro></exportmacro>
 
6
  <class>QG_MoveRotateOptions</class>
 
7
  <widget class="QWidget" name="QG_MoveRotateOptions">
 
8
    <property name="geometry">
 
9
      <rect>
 
10
        <x>0</x>
 
11
        <y>0</y>
 
12
        <width>140</width>
 
13
        <height>22</height>
 
14
      </rect>
 
15
    </property>
 
16
    <property name="sizePolicy">
 
17
      <sizepolicy>
 
18
        <hsizetype>0</hsizetype>
 
19
        <vsizetype>0</vsizetype>
 
20
        <horstretch>0</horstretch>
 
21
        <verstretch>0</verstretch>
 
22
      </sizepolicy>
 
23
    </property>
 
24
    <property name="minimumSize">
 
25
      <size>
 
26
        <width>128</width>
 
27
        <height>22</height>
 
28
      </size>
 
29
    </property>
 
30
    <property name="maximumSize">
 
31
      <size>
 
32
        <width>140</width>
 
33
        <height>22</height>
 
34
      </size>
 
35
    </property>
 
36
    <property name="windowTitle">
 
37
      <string>Move Rotate Options</string>
 
38
    </property>
 
39
    <layout class="QHBoxLayout">
 
40
      <property name="margin">
 
41
        <number>1</number>
 
42
      </property>
 
43
      <item>
 
44
        <widget class="QLabel" name="lAngle">
 
45
          <property name="text">
 
46
            <string>Angle:</string>
 
47
          </property>
 
48
          <property name="wordWrap">
 
49
            <bool>false</bool>
 
50
          </property>
 
51
        </widget>
 
52
      </item>
 
53
      <item>
 
54
        <widget class="QLineEdit" name="leAngle"/>
 
55
      </item>
 
56
      <item>
 
57
        <widget class="Line" name="sep1">
 
58
          <property name="sizePolicy">
 
59
            <sizepolicy>
 
60
              <hsizetype>0</hsizetype>
 
61
              <vsizetype>1</vsizetype>
 
62
              <horstretch>0</horstretch>
 
63
              <verstretch>0</verstretch>
 
64
            </sizepolicy>
 
65
          </property>
 
66
          <property name="frameShape">
 
67
            <enum>QFrame::VLine</enum>
 
68
          </property>
 
69
          <property name="frameShadow">
 
70
            <enum>QFrame::Sunken</enum>
 
71
          </property>
 
72
        </widget>
 
73
      </item>
 
74
    </layout>
 
75
  </widget>
 
76
  <layoutdefault spacing="6" margin="11"/>
 
77
  <connections>
 
78
    <connection>
 
79
      <sender>leAngle</sender>
 
80
      <signal>textChanged(QString)</signal>
 
81
      <receiver>QG_MoveRotateOptions</receiver>
 
82
      <slot>updateAngle(QString)</slot>
 
83
    </connection>
 
84
  </connections>
 
85
</ui>