~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_dlgline.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">
 
3
 <class>QG_DlgLine</class>
 
4
 <widget class="QDialog" name="QG_DlgLine">
 
5
  <property name="enabled">
 
6
   <bool>true</bool>
 
7
  </property>
 
8
  <property name="geometry">
 
9
   <rect>
 
10
    <x>0</x>
 
11
    <y>0</y>
 
12
    <width>548</width>
 
13
    <height>270</height>
 
14
   </rect>
 
15
  </property>
 
16
  <property name="sizePolicy">
 
17
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
18
    <horstretch>0</horstretch>
 
19
    <verstretch>0</verstretch>
 
20
   </sizepolicy>
 
21
  </property>
 
22
  <property name="minimumSize">
 
23
   <size>
 
24
    <width>0</width>
 
25
    <height>0</height>
 
26
   </size>
 
27
  </property>
 
28
  <property name="windowTitle">
 
29
   <string>Line</string>
 
30
  </property>
 
31
  <layout class="QVBoxLayout">
 
32
   <item>
 
33
    <layout class="QHBoxLayout">
 
34
     <item>
 
35
      <layout class="QVBoxLayout">
 
36
       <item>
 
37
        <layout class="QHBoxLayout">
 
38
         <item>
 
39
          <widget class="QLabel" name="lLayer">
 
40
           <property name="sizePolicy">
 
41
            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
42
             <horstretch>0</horstretch>
 
43
             <verstretch>0</verstretch>
 
44
            </sizepolicy>
 
45
           </property>
 
46
           <property name="text">
 
47
            <string>Layer:</string>
 
48
           </property>
 
49
           <property name="wordWrap">
 
50
            <bool>false</bool>
 
51
           </property>
 
52
          </widget>
 
53
         </item>
 
54
         <item>
 
55
          <widget class="QG_LayerBox" name="cbLayer" native="true"/>
 
56
         </item>
 
57
        </layout>
 
58
       </item>
 
59
       <item>
 
60
        <widget class="QG_WidgetPen" name="wPen" native="true">
 
61
         <property name="sizePolicy">
 
62
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
63
           <horstretch>0</horstretch>
 
64
           <verstretch>0</verstretch>
 
65
          </sizepolicy>
 
66
         </property>
 
67
         <property name="minimumSize">
 
68
          <size>
 
69
           <width>230</width>
 
70
           <height>140</height>
 
71
          </size>
 
72
         </property>
 
73
        </widget>
 
74
       </item>
 
75
      </layout>
 
76
     </item>
 
77
     <item>
 
78
      <widget class="QGroupBox" name="buttonGroup8">
 
79
       <property name="title">
 
80
        <string>Geometry</string>
 
81
       </property>
 
82
       <layout class="QGridLayout">
 
83
        <item row="5" column="0">
 
84
         <widget class="QLabel" name="lEndX">
 
85
          <property name="text">
 
86
           <string>End point (x):</string>
 
87
          </property>
 
88
          <property name="wordWrap">
 
89
           <bool>false</bool>
 
90
          </property>
 
91
         </widget>
 
92
        </item>
 
93
        <item row="5" column="1">
 
94
         <widget class="QLineEdit" name="leEndX">
 
95
          <property name="minimumSize">
 
96
           <size>
 
97
            <width>64</width>
 
98
            <height>0</height>
 
99
           </size>
 
100
          </property>
 
101
         </widget>
 
102
        </item>
 
103
        <item row="7" column="1">
 
104
         <widget class="QLineEdit" name="leEndY">
 
105
          <property name="minimumSize">
 
106
           <size>
 
107
            <width>64</width>
 
108
            <height>0</height>
 
109
           </size>
 
110
          </property>
 
111
         </widget>
 
112
        </item>
 
113
        <item row="7" column="0">
 
114
         <widget class="QLabel" name="lEndY">
 
115
          <property name="text">
 
116
           <string>End point (y):</string>
 
117
          </property>
 
118
          <property name="wordWrap">
 
119
           <bool>false</bool>
 
120
          </property>
 
121
         </widget>
 
122
        </item>
 
123
        <item row="3" column="0">
 
124
         <widget class="QLabel" name="lStartY">
 
125
          <property name="text">
 
126
           <string>Start point (y):</string>
 
127
          </property>
 
128
          <property name="wordWrap">
 
129
           <bool>false</bool>
 
130
          </property>
 
131
         </widget>
 
132
        </item>
 
133
        <item row="3" column="1">
 
134
         <widget class="QLineEdit" name="leStartY">
 
135
          <property name="minimumSize">
 
136
           <size>
 
137
            <width>64</width>
 
138
            <height>0</height>
 
139
           </size>
 
140
          </property>
 
141
         </widget>
 
142
        </item>
 
143
        <item row="1" column="0">
 
144
         <widget class="QLabel" name="lStartX">
 
145
          <property name="text">
 
146
           <string>Start point (x):</string>
 
147
          </property>
 
148
          <property name="wordWrap">
 
149
           <bool>false</bool>
 
150
          </property>
 
151
         </widget>
 
152
        </item>
 
153
        <item row="1" column="1">
 
154
         <widget class="QLineEdit" name="leStartX">
 
155
          <property name="minimumSize">
 
156
           <size>
 
157
            <width>64</width>
 
158
            <height>0</height>
 
159
           </size>
 
160
          </property>
 
161
         </widget>
 
162
        </item>
 
163
        <item row="8" column="1">
 
164
         <spacer name="spacer61">
 
165
          <property name="orientation">
 
166
           <enum>Qt::Vertical</enum>
 
167
          </property>
 
168
          <property name="sizeType">
 
169
           <enum>QSizePolicy::Expanding</enum>
 
170
          </property>
 
171
          <property name="sizeHint" stdset="0">
 
172
           <size>
 
173
            <width>20</width>
 
174
            <height>1</height>
 
175
           </size>
 
176
          </property>
 
177
         </spacer>
 
178
        </item>
 
179
        <item row="8" column="0">
 
180
         <spacer name="spacer58">
 
181
          <property name="orientation">
 
182
           <enum>Qt::Vertical</enum>
 
183
          </property>
 
184
          <property name="sizeType">
 
185
           <enum>QSizePolicy::Expanding</enum>
 
186
          </property>
 
187
          <property name="sizeHint" stdset="0">
 
188
           <size>
 
189
            <width>20</width>
 
190
            <height>1</height>
 
191
           </size>
 
192
          </property>
 
193
         </spacer>
 
194
        </item>
 
195
       </layout>
 
196
      </widget>
 
197
     </item>
 
198
    </layout>
 
199
   </item>
 
200
   <item>
 
201
    <widget class="QDialogButtonBox" name="buttonBox">
 
202
     <property name="standardButtons">
 
203
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
204
     </property>
 
205
    </widget>
 
206
   </item>
 
207
  </layout>
 
208
 </widget>
 
209
 <layoutdefault spacing="6" margin="11"/>
 
210
 <customwidgets>
 
211
  <customwidget>
 
212
   <class>QG_WidgetPen</class>
 
213
   <extends>QWidget</extends>
 
214
   <header>qg_widgetpen.h</header>
 
215
  </customwidget>
 
216
  <customwidget>
 
217
   <class>QG_LayerBox</class>
 
218
   <extends>QWidget</extends>
 
219
   <header>qg_layerbox.h</header>
 
220
  </customwidget>
 
221
 </customwidgets>
 
222
 <tabstops>
 
223
  <tabstop>leStartX</tabstop>
 
224
  <tabstop>leStartY</tabstop>
 
225
  <tabstop>leEndX</tabstop>
 
226
  <tabstop>leEndY</tabstop>
 
227
 </tabstops>
 
228
 <resources/>
 
229
 <connections>
 
230
  <connection>
 
231
   <sender>buttonBox</sender>
 
232
   <signal>accepted()</signal>
 
233
   <receiver>QG_DlgLine</receiver>
 
234
   <slot>accept()</slot>
 
235
   <hints>
 
236
    <hint type="sourcelabel">
 
237
     <x>273</x>
 
238
     <y>253</y>
 
239
    </hint>
 
240
    <hint type="destinationlabel">
 
241
     <x>20</x>
 
242
     <y>20</y>
 
243
    </hint>
 
244
   </hints>
 
245
  </connection>
 
246
  <connection>
 
247
   <sender>buttonBox</sender>
 
248
   <signal>rejected()</signal>
 
249
   <receiver>QG_DlgLine</receiver>
 
250
   <slot>reject()</slot>
 
251
   <hints>
 
252
    <hint type="sourcelabel">
 
253
     <x>273</x>
 
254
     <y>253</y>
 
255
    </hint>
 
256
    <hint type="destinationlabel">
 
257
     <x>20</x>
 
258
     <y>20</y>
 
259
    </hint>
 
260
   </hints>
 
261
  </connection>
 
262
 </connections>
 
263
</ui>