~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_lineoptions.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_LineOptions</class>
 
4
 <widget class="QWidget" name="QG_LineOptions">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>152</width>
 
10
    <height>26</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>94</width>
 
22
    <height>22</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="maximumSize">
 
26
   <size>
 
27
    <width>400</width>
 
28
    <height>32</height>
 
29
   </size>
 
30
  </property>
 
31
  <property name="windowTitle">
 
32
   <string>Line Options</string>
 
33
  </property>
 
34
  <layout class="QHBoxLayout" name="horizontalLayout">
 
35
   <property name="spacing">
 
36
    <number>1</number>
 
37
   </property>
 
38
   <property name="leftMargin">
 
39
    <number>1</number>
 
40
   </property>
 
41
   <property name="topMargin">
 
42
    <number>0</number>
 
43
   </property>
 
44
   <property name="rightMargin">
 
45
    <number>0</number>
 
46
   </property>
 
47
   <property name="bottomMargin">
 
48
    <number>0</number>
 
49
   </property>
 
50
   <item>
 
51
    <widget class="QToolButton" name="bClose">
 
52
     <property name="toolTip">
 
53
      <string>Form a closed contour from lines drawn</string>
 
54
     </property>
 
55
     <property name="text">
 
56
      <string>Close</string>
 
57
     </property>
 
58
     <property name="iconSize">
 
59
      <size>
 
60
       <width>24</width>
 
61
       <height>22</height>
 
62
      </size>
 
63
     </property>
 
64
     <property name="checkable">
 
65
      <bool>false</bool>
 
66
     </property>
 
67
    </widget>
 
68
   </item>
 
69
   <item>
 
70
    <widget class="QToolButton" name="bUndo">
 
71
     <property name="toolTip">
 
72
      <string>Undo the last line drawing</string>
 
73
     </property>
 
74
     <property name="text">
 
75
      <string>Undo</string>
 
76
     </property>
 
77
    </widget>
 
78
   </item>
 
79
   <item>
 
80
    <widget class="QToolButton" name="bRedo">
 
81
     <property name="toolTip">
 
82
      <string>Redo the last line drawing</string>
 
83
     </property>
 
84
     <property name="text">
 
85
      <string>Redo</string>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item>
 
90
    <widget class="Line" name="sep1">
 
91
     <property name="sizePolicy">
 
92
      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
 
93
       <horstretch>0</horstretch>
 
94
       <verstretch>0</verstretch>
 
95
      </sizepolicy>
 
96
     </property>
 
97
     <property name="frameShape">
 
98
      <enum>QFrame::VLine</enum>
 
99
     </property>
 
100
     <property name="frameShadow">
 
101
      <enum>QFrame::Sunken</enum>
 
102
     </property>
 
103
    </widget>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
 <layoutdefault spacing="6" margin="11"/>
 
108
 <resources/>
 
109
 <connections>
 
110
  <connection>
 
111
   <sender>bClose</sender>
 
112
   <signal>clicked()</signal>
 
113
   <receiver>QG_LineOptions</receiver>
 
114
   <slot>close()</slot>
 
115
   <hints>
 
116
    <hint type="sourcelabel">
 
117
     <x>20</x>
 
118
     <y>20</y>
 
119
    </hint>
 
120
    <hint type="destinationlabel">
 
121
     <x>20</x>
 
122
     <y>20</y>
 
123
    </hint>
 
124
   </hints>
 
125
  </connection>
 
126
  <connection>
 
127
   <sender>bUndo</sender>
 
128
   <signal>clicked()</signal>
 
129
   <receiver>QG_LineOptions</receiver>
 
130
   <slot>undo()</slot>
 
131
   <hints>
 
132
    <hint type="sourcelabel">
 
133
     <x>20</x>
 
134
     <y>20</y>
 
135
    </hint>
 
136
    <hint type="destinationlabel">
 
137
     <x>20</x>
 
138
     <y>20</y>
 
139
    </hint>
 
140
   </hints>
 
141
  </connection>
 
142
  <connection>
 
143
   <sender>bRedo</sender>
 
144
   <signal>clicked()</signal>
 
145
   <receiver>QG_LineOptions</receiver>
 
146
   <slot>redo()</slot>
 
147
   <hints>
 
148
    <hint type="sourcelabel">
 
149
     <x>100</x>
 
150
     <y>10</y>
 
151
    </hint>
 
152
    <hint type="destinationlabel">
 
153
     <x>61</x>
 
154
     <y>10</y>
 
155
    </hint>
 
156
   </hints>
 
157
  </connection>
 
158
 </connections>
 
159
</ui>