~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_linebisectoroptions.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_LineBisectorOptions</class>
 
7
  <widget class="QWidget" name="QG_LineBisectorOptions">
 
8
    <property name="geometry">
 
9
      <rect>
 
10
        <x>0</x>
 
11
        <y>0</y>
 
12
        <width>280</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>220</width>
 
27
        <height>22</height>
 
28
      </size>
 
29
    </property>
 
30
    <property name="maximumSize">
 
31
      <size>
 
32
        <width>280</width>
 
33
        <height>22</height>
 
34
      </size>
 
35
    </property>
 
36
    <property name="windowTitle">
 
37
      <string>Line Bisector 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="lLength">
 
45
          <property name="sizePolicy">
 
46
            <sizepolicy>
 
47
              <hsizetype>1</hsizetype>
 
48
              <vsizetype>5</vsizetype>
 
49
              <horstretch>0</horstretch>
 
50
              <verstretch>0</verstretch>
 
51
            </sizepolicy>
 
52
          </property>
 
53
          <property name="text">
 
54
            <string>Length:</string>
 
55
          </property>
 
56
          <property name="wordWrap">
 
57
            <bool>false</bool>
 
58
          </property>
 
59
        </widget>
 
60
      </item>
 
61
      <item>
 
62
        <widget class="QLineEdit" name="leLength">
 
63
          <property name="toolTip" stdset="0">
 
64
            <string>Length of bisector</string>
 
65
          </property>
 
66
        </widget>
 
67
      </item>
 
68
      <item>
 
69
        <widget class="QLabel" name="lNumber">
 
70
          <property name="text">
 
71
            <string>Number:</string>
 
72
          </property>
 
73
          <property name="wordWrap">
 
74
            <bool>false</bool>
 
75
          </property>
 
76
        </widget>
 
77
      </item>
 
78
      <item>
 
79
        <widget class="QSpinBox" name="sbNumber">
 
80
          <property name="minimum">
 
81
            <number>1</number>
 
82
          </property>
 
83
          <property name="toolTip" stdset="0">
 
84
            <string>Number of bisectors to create</string>
 
85
          </property>
 
86
        </widget>
 
87
      </item>
 
88
      <item>
 
89
        <widget class="Line" name="sep1">
 
90
          <property name="sizePolicy">
 
91
            <sizepolicy>
 
92
              <hsizetype>0</hsizetype>
 
93
              <vsizetype>1</vsizetype>
 
94
              <horstretch>0</horstretch>
 
95
              <verstretch>0</verstretch>
 
96
            </sizepolicy>
 
97
          </property>
 
98
          <property name="frameShape">
 
99
            <enum>QFrame::VLine</enum>
 
100
          </property>
 
101
          <property name="frameShadow">
 
102
            <enum>QFrame::Sunken</enum>
 
103
          </property>
 
104
        </widget>
 
105
      </item>
 
106
    </layout>
 
107
  </widget>
 
108
  <layoutdefault spacing="6" margin="11"/>
 
109
  <connections>
 
110
    <connection>
 
111
      <sender>leLength</sender>
 
112
      <signal>textChanged(QString)</signal>
 
113
      <receiver>QG_LineBisectorOptions</receiver>
 
114
      <slot>updateLength(QString)</slot>
 
115
    </connection>
 
116
    <connection>
 
117
      <sender>sbNumber</sender>
 
118
      <signal>valueChanged(int)</signal>
 
119
      <receiver>QG_LineBisectorOptions</receiver>
 
120
      <slot>updateNumber(int)</slot>
 
121
    </connection>
 
122
  </connections>
 
123
</ui>